Color spaces of #3c765c
RGB | 60 | 118 | 92 |
---|---|---|---|
HSL | 0.43 | 0.33 | 0.35 |
HSV | 153° | 49° | 46° |
CMYK | 0.49 | 0.00 | 0.22 0.54 |
XYZ | 10.2737 | 14.6902 | 12.4192 |
Yxy | 14.6902 | 0.2748 | 0.3930 |
Hunter Lab | 38.3278 | -19.2270 | 7.6180 |
CIE-Lab | 45.2069 | -25.6461 | 8.5360 |
#3c765c color RGB value is (60,118,92).
#3c765c hex color red value is 60, green value is 118 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #3c765c hue: 0.43 , saturation: 0.33 and the lightness value of 3c765c is 0.35.
The process color (four color CMYK) of #3c765c color hex is 0.49, 0.00, 0.22, 0.54. Web safe color of #3c765c is #336666. Color #3c765c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 01110110 | 01011100 |
Octal | 74 | 166 | 134 |
Decimal | 60 | 118 | 92 |
Hex | 3C | 76 | 5C |
Shades of #3c765c
Tints of #3c765c
RGB Percentages of Color #3c765c
CMYK Percentages of Color #3c765c
Complementary Color
#3c765c | #763c56 |
#3c765c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3c765c Color Preview on White Background
Lorem ipsum dolor sit amet.
#3c765c Color CSS Codes
.mybgcolor {background-color:#3c765c; } .myforecolor {color:#3c765c; } .mybordercolor {border:3px solid #3c765c; }
#3c765c Text Font Color
<p style="color:#3c765c">Text here</p>
This sample text font color is #3c765c
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.
#3c765c Background Color
<div style="background-color:#3c765c">
Div content here</div>
This div background color is #3c765c
#3c765c Border Color
<div style="border:3px solid #3c765c">
Div here</div>
This div border color is #3c765c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,118,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3c765c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3c765c; -webkit-box-shadow: 1px 1px 3px 2px #3c765c; box-shadow: 1px 1px 3px 2px #3c765c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,118,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3c765c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3c765c; -webkit-box-shadow: 1px 1px 3px 2px #3c765c; box-shadow: 1px 1px 3px 2px #3c765c;">
Div content here</div>
This div box has shadow with color #3c765c
Comments
No comments written yet.
Please login to write comment.