Color spaces of #81712f
RGB | 129 | 113 | 47 |
---|---|---|---|
HSL | 0.13 | 0.47 | 0.35 |
HSV | 48° | 64° | 51° |
CMYK | 0.00 | 0.12 | 0.64 0.49 |
XYZ | 15.4715 | 16.6826 | 5.0940 |
Yxy | 16.6826 | 0.4154 | 0.4479 |
Hunter Lab | 40.8443 | -3.8633 | 21.1965 |
CIE-Lab | 47.8576 | -2.2449 | 38.0334 |
#81712f color RGB value is (129,113,47).
#81712f hex color red value is 129, green value is 113 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #81712f hue: 0.13 , saturation: 0.47 and the lightness value of 81712f is 0.35.
The process color (four color CMYK) of #81712f color hex is 0.00, 0.12, 0.64, 0.49. Web safe color of #81712f is #996633. Color #81712f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01110001 | 00101111 |
Octal | 201 | 161 | 57 |
Decimal | 129 | 113 | 47 |
Hex | 81 | 71 | 2F |
Shades of #81712f
Tints of #81712f
RGB Percentages of Color #81712f
CMYK Percentages of Color #81712f
Complementary Color
#81712f | #2f3f81 |
#81712f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81712f Color Preview on White Background
Lorem ipsum dolor sit amet.
#81712f Color CSS Codes
.mybgcolor {background-color:#81712f; } .myforecolor {color:#81712f; } .mybordercolor {border:3px solid #81712f; }
#81712f Text Font Color
<p style="color:#81712f">Text here</p>
This sample text font color is #81712f
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.
#81712f Background Color
<div style="background-color:#81712f">
Div content here</div>
This div background color is #81712f
#81712f Border Color
<div style="border:3px solid #81712f">
Div here</div>
This div border color is #81712f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,113,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81712f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81712f; -webkit-box-shadow: 1px 1px 3px 2px #81712f; box-shadow: 1px 1px 3px 2px #81712f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,113,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81712f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81712f; -webkit-box-shadow: 1px 1px 3px 2px #81712f; box-shadow: 1px 1px 3px 2px #81712f;">
Div content here</div>
This div box has shadow with color #81712f
Comments
No comments written yet.
Please login to write comment.