Color spaces of #593742
RGB | 89 | 55 | 66 |
---|---|---|---|
HSL | 0.95 | 0.24 | 0.28 |
HSV | 341° | 38° | 35° |
CMYK | 0.00 | 0.38 | 0.26 0.65 |
XYZ | 6.4694 | 5.2496 | 5.8266 |
Yxy | 5.2496 | 0.3687 | 0.2992 |
Hunter Lab | 22.9120 | 10.3050 | 0.9608 |
CIE-Lab | 27.4344 | 16.9310 | -0.4803 |
#593742 color RGB value is (89,55,66).
#593742 hex color red value is 89, green value is 55 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #593742 hue: 0.95 , saturation: 0.24 and the lightness value of 593742 is 0.28.
The process color (four color CMYK) of #593742 color hex is 0.00, 0.38, 0.26, 0.65. Web safe color of #593742 is #663333. Color #593742 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 00110111 | 01000010 |
Octal | 131 | 67 | 102 |
Decimal | 89 | 55 | 66 |
Hex | 59 | 37 | 42 |
Shades of #593742
Tints of #593742
RGB Percentages of Color #593742
CMYK Percentages of Color #593742
Complementary Color
#593742 | #37594e |
#593742 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#593742 Color Preview on White Background
Lorem ipsum dolor sit amet.
#593742 Color CSS Codes
.mybgcolor {background-color:#593742; } .myforecolor {color:#593742; } .mybordercolor {border:3px solid #593742; }
#593742 Text Font Color
<p style="color:#593742">Text here</p>
This sample text font color is #593742
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.
#593742 Background Color
<div style="background-color:#593742">
Div content here</div>
This div background color is #593742
#593742 Border Color
<div style="border:3px solid #593742">
Div here</div>
This div border color is #593742
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,55,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #593742; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #593742; -webkit-box-shadow: 1px 1px 3px 2px #593742; box-shadow: 1px 1px 3px 2px #593742; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,55,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #593742">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #593742; -webkit-box-shadow: 1px 1px 3px 2px #593742; box-shadow: 1px 1px 3px 2px #593742;">
Div content here</div>
This div box has shadow with color #593742
Comments
No comments written yet.
Please login to write comment.