Color spaces of #81804b
RGB | 129 | 128 | 75 |
---|---|---|---|
HSL | 0.16 | 0.26 | 0.40 |
HSV | 59° | 42° | 51° |
CMYK | 0.00 | 0.01 | 0.42 0.49 |
XYZ | 18.0424 | 20.6135 | 9.6845 |
Yxy | 20.6135 | 0.3732 | 0.4264 |
Hunter Lab | 45.4021 | -8.5193 | 19.1346 |
CIE-Lab | 52.5239 | -8.0044 | 28.8684 |
#81804b color RGB value is (129,128,75).
#81804b hex color red value is 129, green value is 128 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #81804b hue: 0.16 , saturation: 0.26 and the lightness value of 81804b is 0.40.
The process color (four color CMYK) of #81804b color hex is 0.00, 0.01, 0.42, 0.49. Web safe color of #81804b is #999933. Color #81804b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10000000 | 01001011 |
Octal | 201 | 200 | 113 |
Decimal | 129 | 128 | 75 |
Hex | 81 | 80 | 4B |
Shades of #81804b
Tints of #81804b
RGB Percentages of Color #81804b
CMYK Percentages of Color #81804b
Complementary Color
#81804b | #4b4c81 |
#81804b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81804b Color Preview on White Background
Lorem ipsum dolor sit amet.
#81804b Color CSS Codes
.mybgcolor {background-color:#81804b; } .myforecolor {color:#81804b; } .mybordercolor {border:3px solid #81804b; }
#81804b Text Font Color
<p style="color:#81804b">Text here</p>
This sample text font color is #81804b
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.
#81804b Background Color
<div style="background-color:#81804b">
Div content here</div>
This div background color is #81804b
#81804b Border Color
<div style="border:3px solid #81804b">
Div here</div>
This div border color is #81804b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,128,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81804b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81804b; -webkit-box-shadow: 1px 1px 3px 2px #81804b; box-shadow: 1px 1px 3px 2px #81804b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,128,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81804b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81804b; -webkit-box-shadow: 1px 1px 3px 2px #81804b; box-shadow: 1px 1px 3px 2px #81804b;">
Div content here</div>
This div box has shadow with color #81804b
Comments
No comments written yet.
Please login to write comment.