Color spaces of #46472a
RGB | 70 | 71 | 42 |
---|---|---|---|
HSL | 0.17 | 0.26 | 0.22 |
HSV | 62° | 41° | 28° |
CMYK | 0.01 | 0.00 | 0.41 0.72 |
XYZ | 5.1969 | 5.9757 | 3.0700 |
Yxy | 5.9757 | 0.3649 | 0.4196 |
Hunter Lab | 24.4452 | -4.8312 | 9.6656 |
CIE-Lab | 29.3511 | -5.7039 | 17.3188 |
#46472a color RGB value is (70,71,42).
#46472a hex color red value is 70, green value is 71 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #46472a hue: 0.17 , saturation: 0.26 and the lightness value of 46472a is 0.22.
The process color (four color CMYK) of #46472a color hex is 0.01, 0.00, 0.41, 0.72. Web safe color of #46472a is #333333. Color #46472a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01000111 | 00101010 |
Octal | 106 | 107 | 52 |
Decimal | 70 | 71 | 42 |
Hex | 46 | 47 | 2A |
Shades of #46472a
Tints of #46472a
RGB Percentages of Color #46472a
CMYK Percentages of Color #46472a
Complementary Color
#46472a | #2b2a47 |
#46472a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#46472a Color Preview on White Background
Lorem ipsum dolor sit amet.
#46472a Color CSS Codes
.mybgcolor {background-color:#46472a; } .myforecolor {color:#46472a; } .mybordercolor {border:3px solid #46472a; }
#46472a Text Font Color
<p style="color:#46472a">Text here</p>
This sample text font color is #46472a
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.
#46472a Background Color
<div style="background-color:#46472a">
Div content here</div>
This div background color is #46472a
#46472a Border Color
<div style="border:3px solid #46472a">
Div here</div>
This div border color is #46472a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,71,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #46472a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46472a; -webkit-box-shadow: 1px 1px 3px 2px #46472a; box-shadow: 1px 1px 3px 2px #46472a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,71,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #46472a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #46472a; -webkit-box-shadow: 1px 1px 3px 2px #46472a; box-shadow: 1px 1px 3px 2px #46472a;">
Div content here</div>
This div box has shadow with color #46472a
Comments
No comments written yet.
Please login to write comment.