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