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
Living in the Golden State, you know how important sustainability is — so choose the recycled rubber mulch that re-uses durable materials (for good…not needed) From San Francisco to Los Angeles, anytime you need rubber mulch in California, you can come to Perfect Rubber Mulch. As the area’s leading provider of quality recycled rubber mulch, we connect you with a durable, environmentally friendly product that’s available in multiple colors and offered at affordable bulk prices. We’re proud providers of the best rubber mulch in Southern California and beyond.
Our Rubber Mulch Products
Whether you’re looking for Los Angeles rubber mulch for landscaping or Palm Springs rubber mulch for a kids’ playground, you’ll find a durable, quality solution at Perfect Rubber Mulch. Our array of mulch options includes everything from horse arena mulch to firing range mulch. Our products come in various colors — including black, brown, green and red. All are sustainable, durable, cost-effective and non-toxic. Choose the option that works for your setting, and know you’re getting mulch that’s perfect for the climate and eco-friendly focus of your home state.
Areas We Serve in California
Perfect Rubber Mulch provides customers with mulch throughout California, including in Palm Desert, Palm Springs and the surrounding areas. Whether you need San Diego rubber mulch, Santa Rosa rubber mulch or rubber mulch in Los Angeles, Perfect Rubber Mulch is here to help. From the coastal beaches to the central valley, we provide the finest rubber mulch available. These are just some of the cities we serve:
Anaheim
Bakersfield
Chula Vista
Fontana
Fremont
Fresno
Garden Grove
Glendale
Huntington Beach
Irvine
Long Beach
Los Angeles
Modesto
Moreno Valley
Oakland
Oxnard
Riverside
Sacramento
San Bernardino
San Diego
San Francisco
San Jose
Santa Ana
Santa Clarita
Stockton
Benefits of Our Recycled Rubber Mulch in California
100% recycled material
Eco-friendly surface option
Wind and weed resistance
Cost-effective option
Durability
Multiple color options
Odorless material
Non-toxic material
Why Choose Perfect Rubber Mulch?
As the leading source for rubber mulch at low prices, Perfect Rubber Mulch provides a quality product at an affordable bulk price — and we can ship it anywhere.
Creating a safe surface for your school in Orange County or a pain-free arena footing for your stables in Napa is easier than ever when you come to us. In business since 2006, Perfect Rubber Mulch is a family-owned business that makes customer service a top priority. Trust us for timely delivery of quality products at the industry’s best prices.
Are you ready to learn more about the quality rubber mulch we offer at Perfect Rubber Mulch? Wherever you are in California, we are here to serve you. Contact us today!
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);
};