Make your Backyard Safer and More Appealing with Rubber Mulch
From landscaping purposes to a playground surface under the family jungle gym, residential rubber mulch has a multitude of uses. Best Rubber Mulch® offers a variety of colors, sure to complement your home’s exterior colors and existing landscaping. We offer easy to handle retail bags, at a fraction of the price of big box stores.
Rubber mulch is one of the safest surfacing materials for commercial and residential playgrounds. Providing fall protection up to 12’ to 16′ with 6″ depth, your kids will be able to run and play without your worrying about broken bones and serious injury due to a fall. We offer fun, vibrant colors like blue and green, adding a pop of color to your backyard playset. All our mulch is 99.9% wire free – providing your kids with a high quality, safe playground surface.
Residential Landscaping
Keep weeds and insects from ruining your yard with minimal maintenance by investing in rubber mulch for your home’s landscaping. Best Rubber Mulch® provides a high quality product, which can be used throughout your entire yard, including next to tree trunks, your home’s foundation and other wood structures. Unlike traditional wood mulch, you won’t have to worry about termites and other destructive pests causing damage to your shrubs, foundation or trees.
Poolside Rubber Mulch
Need a little something extra near the pool or hot tub deck? Add an extra splash of color to the backyard with blue rubber mulch around or leading to the pool. Rubber mulch is an excellent surface for a walkway or flowerbed or on its own as a decorative border. Check out our gallery to get ideas for poolside rubber mulch.
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);
};