Color spaces of #466209
RGB | 70 | 98 | 9 |
---|---|---|---|
HSL | 0.22 | 0.83 | 0.21 |
HSV | 79° | 91° | 38° |
CMYK | 0.29 | 0.00 | 0.91 0.62 |
XYZ | 6.9428 | 10.0572 | 1.8338 |
Yxy | 10.0572 | 0.3686 | 0.5340 |
Hunter Lab | 31.7131 | -16.4197 | 18.7707 |
CIE-Lab | 37.9449 | -23.5103 | 41.7427 |
#466209 color RGB value is (70,98,9).
#466209 hex color red value is 70, green value is 98 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #466209 hue: 0.22 , saturation: 0.83 and the lightness value of 466209 is 0.21.
The process color (four color CMYK) of #466209 color hex is 0.29, 0.00, 0.91, 0.62. Web safe color of #466209 is #336600. Color #466209 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01100010 | 00001001 |
Octal | 106 | 142 | 11 |
Decimal | 70 | 98 | 9 |
Hex | 46 | 62 | 9 |
Shades of #466209
Tints of #466209
RGB Percentages of Color #466209
CMYK Percentages of Color #466209
Complementary Color
#466209 | #250962 |
#466209 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#466209 Color Preview on White Background
Lorem ipsum dolor sit amet.
#466209 Color CSS Codes
.mybgcolor {background-color:#466209; } .myforecolor {color:#466209; } .mybordercolor {border:3px solid #466209; }
#466209 Text Font Color
<p style="color:#466209">Text here</p>
This sample text font color is #466209
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.
#466209 Background Color
<div style="background-color:#466209">
Div content here</div>
This div background color is #466209
#466209 Border Color
<div style="border:3px solid #466209">
Div here</div>
This div border color is #466209
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,98,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #466209; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466209; -webkit-box-shadow: 1px 1px 3px 2px #466209; box-shadow: 1px 1px 3px 2px #466209; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,98,9, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #466209">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #466209; -webkit-box-shadow: 1px 1px 3px 2px #466209; box-shadow: 1px 1px 3px 2px #466209;">
Div content here</div>
This div box has shadow with color #466209
Comments
No comments written yet.
Please login to write comment.