Color spaces of #71892c
RGB | 113 | 137 | 44 |
---|---|---|---|
HSL | 0.21 | 0.51 | 0.35 |
HSV | 75° | 68° | 54° |
CMYK | 0.18 | 0.00 | 0.68 0.46 |
XYZ | 16.2103 | 21.5839 | 5.6946 |
Yxy | 21.5839 | 0.3727 | 0.4963 |
Hunter Lab | 46.4585 | -19.0201 | 25.2535 |
CIE-Lab | 53.5827 | -22.6440 | 45.1766 |
#71892c color RGB value is (113,137,44).
#71892c hex color red value is 113, green value is 137 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #71892c hue: 0.21 , saturation: 0.51 and the lightness value of 71892c is 0.35.
The process color (four color CMYK) of #71892c color hex is 0.18, 0.00, 0.68, 0.46. Web safe color of #71892c is #669933. Color #71892c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10001001 | 00101100 |
Octal | 161 | 211 | 54 |
Decimal | 113 | 137 | 44 |
Hex | 71 | 89 | 2C |
Shades of #71892c
Tints of #71892c
RGB Percentages of Color #71892c
CMYK Percentages of Color #71892c
Complementary Color
#71892c | #442c89 |
#71892c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71892c Color Preview on White Background
Lorem ipsum dolor sit amet.
#71892c Color CSS Codes
.mybgcolor {background-color:#71892c; } .myforecolor {color:#71892c; } .mybordercolor {border:3px solid #71892c; }
#71892c Text Font Color
<p style="color:#71892c">Text here</p>
This sample text font color is #71892c
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.
#71892c Background Color
<div style="background-color:#71892c">
Div content here</div>
This div background color is #71892c
#71892c Border Color
<div style="border:3px solid #71892c">
Div here</div>
This div border color is #71892c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,137,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71892c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71892c; -webkit-box-shadow: 1px 1px 3px 2px #71892c; box-shadow: 1px 1px 3px 2px #71892c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,137,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71892c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71892c; -webkit-box-shadow: 1px 1px 3px 2px #71892c; box-shadow: 1px 1px 3px 2px #71892c;">
Div content here</div>
This div box has shadow with color #71892c
Comments
No comments written yet.
Please login to write comment.