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