Color spaces of #59533d
RGB | 89 | 83 | 61 |
---|---|---|---|
HSL | 0.13 | 0.19 | 0.29 |
HSV | 47° | 31° | 35° |
CMYK | 0.00 | 0.07 | 0.31 0.65 |
XYZ | 8.0554 | 8.6473 | 5.6594 |
Yxy | 8.6473 | 0.3602 | 0.3867 |
Hunter Lab | 29.4063 | -2.5637 | 9.1737 |
CIE-Lab | 35.2962 | -1.4769 | 13.8025 |
#59533d color RGB value is (89,83,61).
#59533d hex color red value is 89, green value is 83 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #59533d hue: 0.13 , saturation: 0.19 and the lightness value of 59533d is 0.29.
The process color (four color CMYK) of #59533d color hex is 0.00, 0.07, 0.31, 0.65. Web safe color of #59533d is #666633. Color #59533d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 01010011 | 00111101 |
Octal | 131 | 123 | 75 |
Decimal | 89 | 83 | 61 |
Hex | 59 | 53 | 3D |
Shades of #59533d
Tints of #59533d
RGB Percentages of Color #59533d
CMYK Percentages of Color #59533d
Complementary Color
#59533d | #3d4359 |
#59533d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59533d Color Preview on White Background
Lorem ipsum dolor sit amet.
#59533d Color CSS Codes
.mybgcolor {background-color:#59533d; } .myforecolor {color:#59533d; } .mybordercolor {border:3px solid #59533d; }
#59533d Text Font Color
<p style="color:#59533d">Text here</p>
This sample text font color is #59533d
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.
#59533d Background Color
<div style="background-color:#59533d">
Div content here</div>
This div background color is #59533d
#59533d Border Color
<div style="border:3px solid #59533d">
Div here</div>
This div border color is #59533d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,83,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59533d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59533d; -webkit-box-shadow: 1px 1px 3px 2px #59533d; box-shadow: 1px 1px 3px 2px #59533d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,83,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59533d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59533d; -webkit-box-shadow: 1px 1px 3px 2px #59533d; box-shadow: 1px 1px 3px 2px #59533d;">
Div content here</div>
This div box has shadow with color #59533d
Comments
No comments written yet.
Please login to write comment.