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