Hex #b4451e Color
equivalent to
RGB
(180, 69, 30)Details of #b4451e
|
|
|
|
Color HEX #b4451e matches (180, 69, 30) in RGB.
#b4451e hex color red value is 180, green value is 69 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b4451e hue: 0.04, saturation: 0.71 and the lightness value of b4451e is 0.41.
The process color (four color CMYK) of #b4451e color hex is 0.00, 0.62, 0.83, 0.29. Web safe color of #b4451e is #cc3333. Color #b4451e contains mainly RED color.
Base Numbers
|
|
|
|
#b4451e tints
#b4451e shades
RGB in % of #b4451e
CMYK in % of #b4451e
Preview Color #b4451e on black ground
Very nice color.
Preview Color #b4451e on white ground
Very nice color.
CSS Codes #b4451e color
.mybgcolor {background-color:#b4451e; } .myforecolor {color:#b4451e; } .mybordercolor {border:3px solid #b4451e; }
Text Font Color #b4451e
<p style="color:#b4451e">Text here</p>
This sample text font color is #b4451e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #b4451e
<div style="background-color:#b4451e">
Div content here</div>
This div background color is #b4451e
Border Color #b4451e
<div style="border:3px solid #b4451e">
Div here</div>
The color of this border is #b4451e
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4451e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4451e; -webkit-box-shadow: 1px 1px 3px 2px #b4451e; box-shadow: 1px 1px 3px 2px #b4451e; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #b4451e">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4451e; -webkit-box-shadow: 1px 1px 3px 2px #b4451e; box-shadow: 1px 1px 3px 2px #b4451e;">
Div content here</div>
The shadow of div box using color #b4451e