Color spaces of #527047
RGB | 82 | 112 | 71 |
---|---|---|---|
HSL | 0.29 | 0.22 | 0.36 |
HSV | 104° | 37° | 44° |
CMYK | 0.27 | 0.00 | 0.37 0.56 |
XYZ | 10.4112 | 13.8371 | 8.0833 |
Yxy | 13.8371 | 0.3220 | 0.4280 |
Hunter Lab | 37.1983 | -15.1376 | 13.1549 |
CIE-Lab | 43.9984 | -19.3791 | 19.3887 |
#527047 color RGB value is (82,112,71).
#527047 hex color red value is 82, green value is 112 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #527047 hue: 0.29 , saturation: 0.22 and the lightness value of 527047 is 0.36.
The process color (four color CMYK) of #527047 color hex is 0.27, 0.00, 0.37, 0.56. Web safe color of #527047 is #666633. Color #527047 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01110000 | 01000111 |
Octal | 122 | 160 | 107 |
Decimal | 82 | 112 | 71 |
Hex | 52 | 70 | 47 |
Shades of #527047
Tints of #527047
RGB Percentages of Color #527047
CMYK Percentages of Color #527047
Complementary Color
#527047 | #654770 |
#527047 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#527047 Color Preview on White Background
Lorem ipsum dolor sit amet.
#527047 Color CSS Codes
.mybgcolor {background-color:#527047; } .myforecolor {color:#527047; } .mybordercolor {border:3px solid #527047; }
#527047 Text Font Color
<p style="color:#527047">Text here</p>
This sample text font color is #527047
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.
#527047 Background Color
<div style="background-color:#527047">
Div content here</div>
This div background color is #527047
#527047 Border Color
<div style="border:3px solid #527047">
Div here</div>
This div border color is #527047
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,112,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #527047; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527047; -webkit-box-shadow: 1px 1px 3px 2px #527047; box-shadow: 1px 1px 3px 2px #527047; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,112,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #527047">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #527047; -webkit-box-shadow: 1px 1px 3px 2px #527047; box-shadow: 1px 1px 3px 2px #527047;">
Div content here</div>
This div box has shadow with color #527047
Comments
No comments written yet.
Please login to write comment.