HEX: #59484C
RGB: (89,72,76)
#59484C contains red, green and blue colors in about the same proportion. Web safe color of #59484C is #663333 (or #633).
#59484C color RGB value is (89,72,76).
RGB: (89,72,76)
(35%, 28%, 30%)
R 89 of 255 = 35%
G 72 of 255 = 28%
B 76 of 255 = 30%
R + G + B ~ 31%. #59484C is quite dark color.
R + G + B = 89 + 72 + 76 = 237 (100%)
R 89 of 237 ~ 37.55%
G 72 of 237 ~ 30.38%
B 76 of 237 ~ 32.07'%
#59484C color CMYK value is (0,19,15,65).
CMYK: (0,19,15,65) C0M19Y15K65 (0%,19%,15%,65%) (0.00/0.19/0.15/0.65)
Color #59484C in popluar color models
59 | 48 | 4C | |
---|---|---|---|
RGB | 89 | 72 | 76 |
HSL | 346° | 10.56% | 31.57% |
HSB/HSV | 346° | 19.10% | 34.90% |
CMYK | 0.00% | 19.10% | 14.61% |
65.10% |
Color #59484C in popluar number systems.
HEX | 59 | 48 | 4C |
Decimal | 89 | 72 | 76 |
Binary | 1011001 | 1001000 | 1001100 |
Octal | 131 | 110 | 114 |
Shades of #59484C
Tints of #59484C
Examples of css and html codes for elements with #59484C color. Also use rgb(89,72,76) instead hex code.
.myTextColor { color: #59484C; }
<p style="color:#59484C">This sample text font color is #59484C.</p>
This text font color is #59484C.
.myBgColor { background-color: #59484C; }
<div style="background-color:#59484C">Inner text</div>
This div background color is #59484C.
.myBorderColor { border: 1px solid #59484C; }
<div style="border:3px solid #59484C">Div</div>
This div border color is #59484C.
.myOpacity80 { color: #59484C; opacity: 0.8; }
<p style="color:#59484C;opacity:0.8;">80%</p>
Text with #59484C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59484C;}
<p style="text-shadow: 3px 3px 1px #59484C">Text here.</p>
This text has shadow with #59484C color.
.textShadow {text-shadow: 3px 3px 1px #59484C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59484C, 5px 5px 20px red">Text here.</p>
This text has shadow with #59484C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59484C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59484C, Direction=45, Strength=4)">Text</p>
This text has shadow with #59484C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59484C;
-webkit-box-shadow: 1px 1px 3px 2px #59484C;
box-shadow: 1px 1px 3px 2px #59484C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59484C; -webkit-box-shadow: 1px 1px 3px 2px #59484C; box-shadow:1px 1px 3px 2px #59484C;">
Div content here
</div>
This text has color #59484C on black background.
This text has color #59484C on white background.
This text has black color on #59484C background.
This text has white color on #59484C background.
Complementary color for #hex is #A6B7B3.