Best Rubber Mulch® is Excellent Surfacing for Residential and Commercial Playgrounds
*We ship factory direct to all locations in Florida. Pickup available in Miami, FL.
Best Rubber Mulch® offers durable rubber mulch which won’t rot or deteriorate even after exposure to daily Florida sun and humidity. Use rubber mulch for residential and commercial playgrounds, landscaping, and a variety of other backyard uses. Rubber mulch can also increase safety on shooting ranges, acting as a sound-dampening, shock absorbing backdrop.
Buy Bulk Rubber Mulch
Our environmentally friendly rubber mulch made is from 100% recycled, shredded tires. Rubber mulch is the ideal surfacing option for all your landscaping and playground needs. We deliver throughout all of Florida, including but not limited to:
Jacksonville
Miami
Tampa
Lakeland
Fort Lauderdale
Orlando
St. Petersburg
Tallahassee
Polk City
Unlike wood chips, rubber mulch stays put, even when exposed to flooding and strong winds.
Playground Rubber Mulch Offers Better Fall Protection for Kids
Our rubber playground mulch does more than add a bright splash of color to your residential or commercial play area. With the appropriate depth of coverage, rubber mulch provides fall protection up to 12 feet (meeting ASTM safety guidelines).
Children are bound to take a few falls and get a few bumps now and then. When a fall on other playground surfaces could result in severe cuts and scrapes, broken bones, concussions, or worse, rubber mulch reduces injuries to small scrapes and bruises.
function MulchCalc() {
var a = document.getElementById("ppsft").value;
var b = (document.getElementById("Depther").value / 12);
var c = document.getElementById("Widther").value;
var d = document.getElementById("Lengther").value;
if (a > 0) {
if (b > 0) {
if (c > 0) {
if (d > 0) {
var math = a * c * d;
var tpo = Math.round((math * 10) / 10).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
jQuery("#tpo").html(tpo);
g = math / 2000;
var tto = g.toFixed(2);
jQuery("#tto").html(tto);
var tba = Math.round(((math * 10) / 10) / 40).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
jQuery("#tba").html(tba);
var tpa = Math.ceil((math / 20) / 100);
jQuery("#tpa").html(tpa);
jQuery("#mulch_results").addClass('show-results');
setTimeout(function () {
jQuery("#total_lbs").addClass('grow');
}, 300);
setTimeout(function () {
jQuery("#total_tons").addClass('grow');
}, 500);
setTimeout(function () {
jQuery("#total_bags").addClass('grow');
}, 700);
setTimeout(function () {
jQuery("#total_pallets").addClass('grow');
}, 900);
}
else { var calcerror = '
*Length has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Width has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Depth has not been set properly
'; $("#calcerror").html(calcerror);}
}
else { var calcerror = '
*Pounds Per Square Inch has not been set properly
'; $("#calcerror").html(calcerror);}
};
function ChangeLbsSqFt(e) {
var t = e.value;
if (t == 1) { document.getElementById("ppsft").value = "2.33"; }
if (t == 2) { document.getElementById("ppsft").value = "3.495"; }
if (t == 3) { document.getElementById("ppsft").value = "4.66"; }
if (t == 4) { document.getElementById("ppsft").value = "6.99"; }
if (t == 5) { document.getElementById("ppsft").value = "9.32"; }
if (t == 6) { document.getElementById("ppsft").value = "11.65"; }
if (t == 7) { document.getElementById("ppsft").value = "13.98"; }
console.log(t);
};