Color spaces of #818446
RGB | 129 | 132 | 70 |
---|---|---|---|
HSL | 0.17 | 0.31 | 0.40 |
HSV | 63° | 47° | 52° |
CMYK | 0.02 | 0.00 | 0.47 0.48 |
XYZ | 18.4100 | 21.6119 | 8.9955 |
Yxy | 21.6119 | 0.3756 | 0.4409 |
Hunter Lab | 46.4886 | -10.6671 | 21.0695 |
CIE-Lab | 53.6128 | -10.7595 | 32.9153 |
#818446 color RGB value is (129,132,70).
#818446 hex color red value is 129, green value is 132 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #818446 hue: 0.17 , saturation: 0.31 and the lightness value of 818446 is 0.40.
The process color (four color CMYK) of #818446 color hex is 0.02, 0.00, 0.47, 0.48. Web safe color of #818446 is #999933. Color #818446 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10000100 | 01000110 |
Octal | 201 | 204 | 106 |
Decimal | 129 | 132 | 70 |
Hex | 81 | 84 | 46 |
Shades of #818446
Tints of #818446
RGB Percentages of Color #818446
CMYK Percentages of Color #818446
Complementary Color
#818446 | #494684 |
#818446 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#818446 Color Preview on White Background
Lorem ipsum dolor sit amet.
#818446 Color CSS Codes
.mybgcolor {background-color:#818446; } .myforecolor {color:#818446; } .mybordercolor {border:3px solid #818446; }
#818446 Text Font Color
<p style="color:#818446">Text here</p>
This sample text font color is #818446
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.
#818446 Background Color
<div style="background-color:#818446">
Div content here</div>
This div background color is #818446
#818446 Border Color
<div style="border:3px solid #818446">
Div here</div>
This div border color is #818446
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,132,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #818446; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #818446; -webkit-box-shadow: 1px 1px 3px 2px #818446; box-shadow: 1px 1px 3px 2px #818446; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,132,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #818446">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #818446; -webkit-box-shadow: 1px 1px 3px 2px #818446; box-shadow: 1px 1px 3px 2px #818446;">
Div content here</div>
This div box has shadow with color #818446
Comments
No comments written yet.
Please login to write comment.