Color spaces of #41532b
RGB | 65 | 83 | 43 |
---|---|---|---|
HSL | 0.24 | 0.32 | 0.25 |
HSV | 87° | 48° | 33° |
CMYK | 0.22 | 0.00 | 0.48 0.67 |
XYZ | 5.7093 | 7.4847 | 3.4293 |
Yxy | 7.4847 | 0.3435 | 0.4503 |
Hunter Lab | 27.3582 | -10.6262 | 11.7188 |
CIE-Lab | 32.8858 | -14.8972 | 21.1254 |
#41532b color RGB value is (65,83,43).
#41532b hex color red value is 65, green value is 83 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #41532b hue: 0.24 , saturation: 0.32 and the lightness value of 41532b is 0.25.
The process color (four color CMYK) of #41532b color hex is 0.22, 0.00, 0.48, 0.67. Web safe color of #41532b is #336633. Color #41532b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01010011 | 00101011 |
Octal | 101 | 123 | 53 |
Decimal | 65 | 83 | 43 |
Hex | 41 | 53 | 2B |
Shades of #41532b
Tints of #41532b
RGB Percentages of Color #41532b
CMYK Percentages of Color #41532b
Complementary Color
#41532b | #3d2b53 |
#41532b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41532b Color Preview on White Background
Lorem ipsum dolor sit amet.
#41532b Color CSS Codes
.mybgcolor {background-color:#41532b; } .myforecolor {color:#41532b; } .mybordercolor {border:3px solid #41532b; }
#41532b Text Font Color
<p style="color:#41532b">Text here</p>
This sample text font color is #41532b
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.
#41532b Background Color
<div style="background-color:#41532b">
Div content here</div>
This div background color is #41532b
#41532b Border Color
<div style="border:3px solid #41532b">
Div here</div>
This div border color is #41532b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,83,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41532b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41532b; -webkit-box-shadow: 1px 1px 3px 2px #41532b; box-shadow: 1px 1px 3px 2px #41532b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,83,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41532b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41532b; -webkit-box-shadow: 1px 1px 3px 2px #41532b; box-shadow: 1px 1px 3px 2px #41532b;">
Div content here</div>
This div box has shadow with color #41532b
Comments
No comments written yet.
Please login to write comment.