Color spaces of #39754b
RGB | 57 | 117 | 75 |
---|---|---|---|
HSL | 0.38 | 0.34 | 0.34 |
HSV | 138° | 51° | 46° |
CMYK | 0.51 | 0.00 | 0.36 0.54 |
XYZ | 9.3186 | 14.1004 | 8.8871 |
Yxy | 14.1004 | 0.2884 | 0.4365 |
Hunter Lab | 37.5505 | -21.4165 | 12.2531 |
CIE-Lab | 44.3766 | -29.6891 | 17.3421 |
#39754b color RGB value is (57,117,75).
#39754b hex color red value is 57, green value is 117 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #39754b hue: 0.38 , saturation: 0.34 and the lightness value of 39754b is 0.34.
The process color (four color CMYK) of #39754b color hex is 0.51, 0.00, 0.36, 0.54. Web safe color of #39754b is #336633. Color #39754b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01110101 | 01001011 |
Octal | 71 | 165 | 113 |
Decimal | 57 | 117 | 75 |
Hex | 39 | 75 | 4B |
Shades of #39754b
Tints of #39754b
RGB Percentages of Color #39754b
CMYK Percentages of Color #39754b
Complementary Color
#39754b | #753963 |
#39754b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39754b Color Preview on White Background
Lorem ipsum dolor sit amet.
#39754b Color CSS Codes
.mybgcolor {background-color:#39754b; } .myforecolor {color:#39754b; } .mybordercolor {border:3px solid #39754b; }
#39754b Text Font Color
<p style="color:#39754b">Text here</p>
This sample text font color is #39754b
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.
#39754b Background Color
<div style="background-color:#39754b">
Div content here</div>
This div background color is #39754b
#39754b Border Color
<div style="border:3px solid #39754b">
Div here</div>
This div border color is #39754b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,117,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39754b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39754b; -webkit-box-shadow: 1px 1px 3px 2px #39754b; box-shadow: 1px 1px 3px 2px #39754b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,117,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39754b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39754b; -webkit-box-shadow: 1px 1px 3px 2px #39754b; box-shadow: 1px 1px 3px 2px #39754b;">
Div content here</div>
This div box has shadow with color #39754b
Comments
No comments written yet.
Please login to write comment.