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