Color spaces of #27765a
RGB | 39 | 118 | 90 |
---|---|---|---|
HSL | 0.44 | 0.50 | 0.31 |
HSV | 159° | 67° | 46° |
CMYK | 0.67 | 0.00 | 0.24 0.54 |
XYZ | 9.1606 | 14.1264 | 11.9167 |
Yxy | 14.1264 | 0.2602 | 0.4013 |
Hunter Lab | 37.5851 | -22.2682 | 7.5111 |
CIE-Lab | 44.4137 | -31.1594 | 8.4945 |
#27765a color RGB value is (39,118,90).
#27765a hex color red value is 39, green value is 118 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #27765a hue: 0.44 , saturation: 0.50 and the lightness value of 27765a is 0.31.
The process color (four color CMYK) of #27765a color hex is 0.67, 0.00, 0.24, 0.54. Web safe color of #27765a is #336666. Color #27765a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01110110 | 01011010 |
Octal | 47 | 166 | 132 |
Decimal | 39 | 118 | 90 |
Hex | 27 | 76 | 5A |
Shades of #27765a
Tints of #27765a
RGB Percentages of Color #27765a
CMYK Percentages of Color #27765a
Complementary Color
#27765a | #762743 |
#27765a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27765a Color Preview on White Background
Lorem ipsum dolor sit amet.
#27765a Color CSS Codes
.mybgcolor {background-color:#27765a; } .myforecolor {color:#27765a; } .mybordercolor {border:3px solid #27765a; }
#27765a Text Font Color
<p style="color:#27765a">Text here</p>
This sample text font color is #27765a
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.
#27765a Background Color
<div style="background-color:#27765a">
Div content here</div>
This div background color is #27765a
#27765a Border Color
<div style="border:3px solid #27765a">
Div here</div>
This div border color is #27765a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,118,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27765a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27765a; -webkit-box-shadow: 1px 1px 3px 2px #27765a; box-shadow: 1px 1px 3px 2px #27765a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,118,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27765a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27765a; -webkit-box-shadow: 1px 1px 3px 2px #27765a; box-shadow: 1px 1px 3px 2px #27765a;">
Div content here</div>
This div box has shadow with color #27765a
Comments
No comments written yet.
Please login to write comment.