Color spaces of #41765c
RGB | 65 | 118 | 92 |
---|---|---|---|
HSL | 0.42 | 0.29 | 0.36 |
HSV | 151° | 45° | 46° |
CMYK | 0.45 | 0.00 | 0.22 0.54 |
XYZ | 10.5902 | 14.8534 | 12.4340 |
Yxy | 14.8534 | 0.2796 | 0.3921 |
Hunter Lab | 38.5401 | -18.3963 | 7.8496 |
CIE-Lab | 45.4327 | -24.1984 | 8.8868 |
#41765c color RGB value is (65,118,92).
#41765c hex color red value is 65, green value is 118 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #41765c hue: 0.42 , saturation: 0.29 and the lightness value of 41765c is 0.36.
The process color (four color CMYK) of #41765c color hex is 0.45, 0.00, 0.22, 0.54. Web safe color of #41765c is #336666. Color #41765c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01110110 | 01011100 |
Octal | 101 | 166 | 134 |
Decimal | 65 | 118 | 92 |
Hex | 41 | 76 | 5C |
Shades of #41765c
Tints of #41765c
RGB Percentages of Color #41765c
CMYK Percentages of Color #41765c
Complementary Color
#41765c | #76415b |
#41765c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41765c Color Preview on White Background
Lorem ipsum dolor sit amet.
#41765c Color CSS Codes
.mybgcolor {background-color:#41765c; } .myforecolor {color:#41765c; } .mybordercolor {border:3px solid #41765c; }
#41765c Text Font Color
<p style="color:#41765c">Text here</p>
This sample text font color is #41765c
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.
#41765c Background Color
<div style="background-color:#41765c">
Div content here</div>
This div background color is #41765c
#41765c Border Color
<div style="border:3px solid #41765c">
Div here</div>
This div border color is #41765c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,118,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41765c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41765c; -webkit-box-shadow: 1px 1px 3px 2px #41765c; box-shadow: 1px 1px 3px 2px #41765c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,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 #41765c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41765c; -webkit-box-shadow: 1px 1px 3px 2px #41765c; box-shadow: 1px 1px 3px 2px #41765c;">
Div content here</div>
This div box has shadow with color #41765c
Comments
No comments written yet.
Please login to write comment.