Color spaces of #527758
RGB | 82 | 119 | 88 |
---|---|---|---|
HSL | 0.36 | 0.18 | 0.39 |
HSV | 130° | 31° | 47° |
CMYK | 0.31 | 0.00 | 0.26 0.53 |
XYZ | 11.8380 | 15.6921 | 11.6375 |
Yxy | 15.6921 | 0.3022 | 0.4006 |
Hunter Lab | 39.6133 | -15.9804 | 10.3112 |
CIE-Lab | 46.5679 | -19.9904 | 12.9618 |
#527758 color RGB value is (82,119,88).
#527758 hex color red value is 82, green value is 119 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #527758 hue: 0.36 , saturation: 0.18 and the lightness value of 527758 is 0.39.
The process color (four color CMYK) of #527758 color hex is 0.31, 0.00, 0.26, 0.53. Web safe color of #527758 is #666666. Color #527758 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 01110111 | 01011000 |
Octal | 122 | 167 | 130 |
Decimal | 82 | 119 | 88 |
Hex | 52 | 77 | 58 |
Shades of #527758
Tints of #527758
RGB Percentages of Color #527758
CMYK Percentages of Color #527758
Complementary Color
#527758 | #775271 |
#527758 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#527758 Color Preview on White Background
Lorem ipsum dolor sit amet.
#527758 Color CSS Codes
.mybgcolor {background-color:#527758; } .myforecolor {color:#527758; } .mybordercolor {border:3px solid #527758; }
#527758 Text Font Color
<p style="color:#527758">Text here</p>
This sample text font color is #527758
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.
#527758 Background Color
<div style="background-color:#527758">
Div content here</div>
This div background color is #527758
#527758 Border Color
<div style="border:3px solid #527758">
Div here</div>
This div border color is #527758
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,119,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #527758; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527758; -webkit-box-shadow: 1px 1px 3px 2px #527758; box-shadow: 1px 1px 3px 2px #527758; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,119,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #527758">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #527758; -webkit-box-shadow: 1px 1px 3px 2px #527758; box-shadow: 1px 1px 3px 2px #527758;">
Div content here</div>
This div box has shadow with color #527758
Comments
No comments written yet.
Please login to write comment.