Hex #cb5f25 Color
equivalent to
RGB
(203, 95, 37)Details of #cb5f25
|
|
|
|
Color HEX #cb5f25 matches (203, 95, 37) in RGB.
#cb5f25 hex color red value is 203, green value is 95 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cb5f25 hue: 0.06, saturation: 0.69 and the lightness value of cb5f25 is 0.47.
The process color (four color CMYK) of #cb5f25 color hex is 0.00, 0.53, 0.82, 0.20. Web safe color of #cb5f25 is #cc6633. Color #cb5f25 contains mainly RED color.
Base Numbers
|
|
|
|
#cb5f25 tints
#cb5f25 shades
RGB in % of #cb5f25
CMYK in % of #cb5f25
Preview Color #cb5f25 on black ground
Very nice color.
Preview Color #cb5f25 on white ground
Very nice color.
CSS Codes #cb5f25 color
.mybgcolor {background-color:#cb5f25; } .myforecolor {color:#cb5f25; } .mybordercolor {border:3px solid #cb5f25; }
Text Font Color #cb5f25
<p style="color:#cb5f25">Text here</p>
This sample text font color is #cb5f25
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 #cb5f25
<div style="background-color:#cb5f25">
Div content here</div>
This div background color is #cb5f25
Border Color #cb5f25
<div style="border:3px solid #cb5f25">
Div here</div>
The color of this border is #cb5f25
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb5f25; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb5f25; -webkit-box-shadow: 1px 1px 3px 2px #cb5f25; box-shadow: 1px 1px 3px 2px #cb5f25; }
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 #cb5f25">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb5f25; -webkit-box-shadow: 1px 1px 3px 2px #cb5f25; box-shadow: 1px 1px 3px 2px #cb5f25;">
Div content here</div>
The shadow of div box using color #cb5f25