Your Resource For The Best Recycled Rubber Mulch In Louisiana
In Louisiana, rubber mulch can be used for a variety of scenarios — landscaping beauty, playground safety, softer footing for a horse riding area or arena. Perfect Rubber Mulch is your source for rubber mulch that is 100 percent recycled, sustainable, durable and attractive. Our mulch comes in various colors so you can select the hue that best meets your needs, and it’s specially designed to last 10 years or more — a landscaper’s dream. So whether you’re filling playgrounds, creating a landscaping bed, surfacing horse arenas, using rubber for military applications or other settings, you can do it with confidence when you use our recycled rubber mulch. For the best mulch in New Orleans, Lafayette, Baton Rouge and beyond, let us be the provider you trust. Learn more about our mulch, which is sold in bulk, here on our website — or contact us anytime with questions.
Benefits of Buying Recycled Rubber Mulch
Whether you’re already sold on the benefits of rubber mulch or you’re new to the idea, it’s always helpful to look at the advantages that come from using this eco-friendly, nontoxic surfacing option. Consider the perks you enjoy when you choose this surface for your site:
Affordable prices
Safe, nontoxic surfacing option
Resistant to wind and weeds
Doesn’t attract termites or ants
Versatile uses, from military to equestrian
100 percent recycled material
Long lasting, for 10-plus years
Various color options
Delivery straight to your door
Bulk order sizes
Order Your Rubber Mulch Today
From Baton Rouge to Lafayette to New Orleans, mulch is just a phone call or website order away. Because we cater to clients throughout the state at Perfect Rubber Mulch, we’re your ready resource for rubber mulch in Baton Rouge and beyond. In Lafayette? Mulch for your landscaping beds is easy to order. Need school playground mulch in Shreveport? Because our rubber mulch stays attractive for years to come, it’s a smart and sustainable solution that saves you the hassle and expense of regular replacement. Order your own mulch online today!
We sell in bulk — 2,000-pound super sacks or retail bags. Not sure how many pounds you need? Check out our easy-to-use rubber mulch calculator.
To get started, choose your color and quantity below Each unit is a 2,000 lb. super sack Shipping & Tax included in advertised price For orders over 8,000 lbs. (>4 units), call 312-288-8211
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);
};