As dirt mentioned bellow my post, you need to use Minecraft's color codes. This is what you looking for.
int stringWidth = mc.fontRendererObj.getStringWidth("Raze");
int centerX = Math.round(width / 2f);
int centerY = Math.round(height / 2f - mc.fontRendererObj.FONT_HEIGHT / 2f)...