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