Color spaces of #39524e
RGB | 57 | 82 | 78 |
---|---|---|---|
HSL | 0.47 | 0.18 | 0.27 |
HSV | 170° | 30° | 32° |
CMYK | 0.30 | 0.00 | 0.05 0.68 |
XYZ | 6.0798 | 7.4545 | 8.3262 |
Yxy | 7.4545 | 0.2781 | 0.3410 |
Hunter Lab | 27.3029 | -8.0319 | 1.0312 |
CIE-Lab | 32.8200 | -10.4661 | -0.7181 |
#39524e color RGB value is (57,82,78).
#39524e hex color red value is 57, green value is 82 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #39524e hue: 0.47 , saturation: 0.18 and the lightness value of 39524e is 0.27.
The process color (four color CMYK) of #39524e color hex is 0.30, 0.00, 0.05, 0.68. Web safe color of #39524e is #336666. Color #39524e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01010010 | 01001110 |
Octal | 71 | 122 | 116 |
Decimal | 57 | 82 | 78 |
Hex | 39 | 52 | 4E |
Shades of #39524e
Tints of #39524e
RGB Percentages of Color #39524e
CMYK Percentages of Color #39524e
Complementary Color
#39524e | #52393d |
#39524e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39524e Color Preview on White Background
Lorem ipsum dolor sit amet.
#39524e Color CSS Codes
.mybgcolor {background-color:#39524e; } .myforecolor {color:#39524e; } .mybordercolor {border:3px solid #39524e; }
#39524e Text Font Color
<p style="color:#39524e">Text here</p>
This sample text font color is #39524e
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.
#39524e Background Color
<div style="background-color:#39524e">
Div content here</div>
This div background color is #39524e
#39524e Border Color
<div style="border:3px solid #39524e">
Div here</div>
This div border color is #39524e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,82,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39524e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39524e; -webkit-box-shadow: 1px 1px 3px 2px #39524e; box-shadow: 1px 1px 3px 2px #39524e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,82,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39524e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39524e; -webkit-box-shadow: 1px 1px 3px 2px #39524e; box-shadow: 1px 1px 3px 2px #39524e;">
Div content here</div>
This div box has shadow with color #39524e
Comments
No comments written yet.
Please login to write comment.