Color spaces of #808354
RGB | 128 | 131 | 84 |
---|---|---|---|
HSL | 0.18 | 0.22 | 0.42 |
HSV | 64° | 36° | 51° |
CMYK | 0.02 | 0.00 | 0.36 0.49 |
XYZ | 18.6186 | 21.4619 | 11.5488 |
Yxy | 21.4619 | 0.3606 | 0.4157 |
Hunter Lab | 46.3270 | -9.3339 | 17.6486 |
CIE-Lab | 53.4514 | -8.9752 | 25.0716 |
#808354 color RGB value is (128,131,84).
#808354 hex color red value is 128, green value is 131 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #808354 hue: 0.18 , saturation: 0.22 and the lightness value of 808354 is 0.42.
The process color (four color CMYK) of #808354 color hex is 0.02, 0.00, 0.36, 0.49. Web safe color of #808354 is #999966. Color #808354 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10000011 | 01010100 |
Octal | 200 | 203 | 124 |
Decimal | 128 | 131 | 84 |
Hex | 80 | 83 | 54 |
Shades of #808354
Tints of #808354
RGB Percentages of Color #808354
CMYK Percentages of Color #808354
Complementary Color
#808354 | #575483 |
#808354 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#808354 Color Preview on White Background
Lorem ipsum dolor sit amet.
#808354 Color CSS Codes
.mybgcolor {background-color:#808354; } .myforecolor {color:#808354; } .mybordercolor {border:3px solid #808354; }
#808354 Text Font Color
<p style="color:#808354">Text here</p>
This sample text font color is #808354
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.
#808354 Background Color
<div style="background-color:#808354">
Div content here</div>
This div background color is #808354
#808354 Border Color
<div style="border:3px solid #808354">
Div here</div>
This div border color is #808354
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,131,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #808354; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #808354; -webkit-box-shadow: 1px 1px 3px 2px #808354; box-shadow: 1px 1px 3px 2px #808354; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,131,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #808354">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #808354; -webkit-box-shadow: 1px 1px 3px 2px #808354; box-shadow: 1px 1px 3px 2px #808354;">
Div content here</div>
This div box has shadow with color #808354
Comments
No comments written yet.
Please login to write comment.