Hi juankitacl
Add all the below code to the custom.css file
1) For the footer add
.t3-footer {
background:#yourcolor!important;
}
2) Off-canvas background add
.off-canvas-toggle {
background:#yourcolor;
}
3) Module background add
.t3-module.highlight {
background-color:#yourcolor!important;
}
Best regards