Color spaces of #527e4d
RGB | 82 | 126 | 77 |
---|---|---|---|
HSL | 0.32 | 0.24 | 0.40 |
HSV | 114° | 39° | 49° |
CMYK | 0.35 | 0.00 | 0.39 0.51 |
XYZ | 12.2801 | 17.2514 | 9.7038 |
Yxy | 17.2514 | 0.3130 | 0.4397 |
Hunter Lab | 41.5348 | -19.9109 | 15.2224 |
CIE-Lab | 48.5753 | -25.5722 | 22.0012 |
#527e4d color RGB value is (82,126,77).
#527e4d hex color red value is 82, green value is 126 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #527e4d hue: 0.32 , saturation: 0.24 and the lightness value of 527e4d is 0.40.
The process color (four color CMYK) of #527e4d color hex is 0.35, 0.00, 0.39, 0.51. Web safe color of #527e4d is #666666. Color #527e4d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01111110 | 01001101 |
Octal | 122 | 176 | 115 |
Decimal | 82 | 126 | 77 |
Hex | 52 | 7E | 4D |
Shades of #527e4d
Tints of #527e4d
RGB Percentages of Color #527e4d
CMYK Percentages of Color #527e4d
Complementary Color
#527e4d | #794d7e |
#527e4d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#527e4d Color Preview on White Background
Lorem ipsum dolor sit amet.
#527e4d Color CSS Codes
.mybgcolor {background-color:#527e4d; } .myforecolor {color:#527e4d; } .mybordercolor {border:3px solid #527e4d; }
#527e4d Text Font Color
<p style="color:#527e4d">Text here</p>
This sample text font color is #527e4d
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.
#527e4d Background Color
<div style="background-color:#527e4d">
Div content here</div>
This div background color is #527e4d
#527e4d Border Color
<div style="border:3px solid #527e4d">
Div here</div>
This div border color is #527e4d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,126,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #527e4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527e4d; -webkit-box-shadow: 1px 1px 3px 2px #527e4d; box-shadow: 1px 1px 3px 2px #527e4d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,126,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #527e4d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #527e4d; -webkit-box-shadow: 1px 1px 3px 2px #527e4d; box-shadow: 1px 1px 3px 2px #527e4d;">
Div content here</div>
This div box has shadow with color #527e4d
Comments
No comments written yet.
Please login to write comment.