Color spaces of #89353c
RGB | 137 | 53 | 60 |
---|---|---|---|
HSL | 0.99 | 0.44 | 0.37 |
HSV | 355° | 61° | 54° |
CMYK | 0.00 | 0.61 | 0.56 0.46 |
XYZ | 12.4052 | 8.1908 | 5.2021 |
Yxy | 8.1908 | 0.4809 | 0.3175 |
Hunter Lab | 28.6196 | 27.2869 | 9.2567 |
CIE-Lab | 34.3771 | 36.4820 | 14.2850 |
#89353c color RGB value is (137,53,60).
#89353c hex color red value is 137, green value is 53 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #89353c hue: 0.99 , saturation: 0.44 and the lightness value of 89353c is 0.37.
The process color (four color CMYK) of #89353c color hex is 0.00, 0.61, 0.56, 0.46. Web safe color of #89353c is #993333. Color #89353c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 00110101 | 00111100 |
Octal | 211 | 65 | 74 |
Decimal | 137 | 53 | 60 |
Hex | 89 | 35 | 3C |
Shades of #89353c
Tints of #89353c
RGB Percentages of Color #89353c
CMYK Percentages of Color #89353c
Complementary Color
#89353c | #358982 |
#89353c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89353c Color Preview on White Background
Lorem ipsum dolor sit amet.
#89353c Color CSS Codes
.mybgcolor {background-color:#89353c; } .myforecolor {color:#89353c; } .mybordercolor {border:3px solid #89353c; }
#89353c Text Font Color
<p style="color:#89353c">Text here</p>
This sample text font color is #89353c
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.
#89353c Background Color
<div style="background-color:#89353c">
Div content here</div>
This div background color is #89353c
#89353c Border Color
<div style="border:3px solid #89353c">
Div here</div>
This div border color is #89353c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,53,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89353c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89353c; -webkit-box-shadow: 1px 1px 3px 2px #89353c; box-shadow: 1px 1px 3px 2px #89353c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,53,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89353c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89353c; -webkit-box-shadow: 1px 1px 3px 2px #89353c; box-shadow: 1px 1px 3px 2px #89353c;">
Div content here</div>
This div box has shadow with color #89353c
Comments
No comments written yet.
Please login to write comment.