Color spaces of #33582c
RGB | 51 | 88 | 44 |
---|---|---|---|
HSL | 0.31 | 0.33 | 0.26 |
HSV | 110° | 50° | 35° |
CMYK | 0.42 | 0.00 | 0.50 0.65 |
XYZ | 5.3096 | 7.8651 | 3.6211 |
Yxy | 7.8651 | 0.3161 | 0.4683 |
Hunter Lab | 28.0448 | -15.2837 | 11.9759 |
CIE-Lab | 33.7003 | -23.0888 | 21.3736 |
#33582c color RGB value is (51,88,44).
#33582c hex color red value is 51, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #33582c hue: 0.31 , saturation: 0.33 and the lightness value of 33582c is 0.26.
The process color (four color CMYK) of #33582c color hex is 0.42, 0.00, 0.50, 0.65. Web safe color of #33582c is #336633. Color #33582c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 01011000 | 00101100 |
Octal | 63 | 130 | 54 |
Decimal | 51 | 88 | 44 |
Hex | 33 | 58 | 2C |
Shades of #33582c
Tints of #33582c
RGB Percentages of Color #33582c
CMYK Percentages of Color #33582c
Complementary Color
#33582c | #512c58 |
#33582c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33582c Color Preview on White Background
Lorem ipsum dolor sit amet.
#33582c Color CSS Codes
.mybgcolor {background-color:#33582c; } .myforecolor {color:#33582c; } .mybordercolor {border:3px solid #33582c; }
#33582c Text Font Color
<p style="color:#33582c">Text here</p>
This sample text font color is #33582c
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.
#33582c Background Color
<div style="background-color:#33582c">
Div content here</div>
This div background color is #33582c
#33582c Border Color
<div style="border:3px solid #33582c">
Div here</div>
This div border color is #33582c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,88,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33582c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33582c; -webkit-box-shadow: 1px 1px 3px 2px #33582c; box-shadow: 1px 1px 3px 2px #33582c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,88,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #33582c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33582c; -webkit-box-shadow: 1px 1px 3px 2px #33582c; box-shadow: 1px 1px 3px 2px #33582c;">
Div content here</div>
This div box has shadow with color #33582c
Comments
No comments written yet.
Please login to write comment.