HEX: #53584D
RGB: (83,88,77)
#53584D contains red, green and blue colors in about the same proportion. Web safe color of #53584D is #666633 (or #663).
#53584D color RGB value is (83,88,77).
RGB: (83,88,77)
(33%, 35%, 30%)
R 83 of 255 = 33%
G 88 of 255 = 35%
B 77 of 255 = 30%
R + G + B ~ 33%. #53584D is quite dark color.
R + G + B = 83 + 88 + 77 = 248 (100%)
R 83 of 248 ~ 33.47%
G 88 of 248 ~ 35.48%
B 77 of 248 ~ 31.05'%
#53584D color CMYK value is (6,0,13,65).
CMYK: (6,0,13,65)
C6M0Y13K65 (6%, 0%, 13%, 65%)
(0.06 / 0.00 / 0.13 / 0.65)
Color #53584D in popluar color models
53 | 58 | 4D | |
---|---|---|---|
RGB | 83 | 88 | 77 |
HSL | 87° | 6.67% | 32.35% |
HSB/HSV | 87° | 12.50% | 34.51% |
CMYK | 5.68% | 0.00% | 12.50% |
65.49% |
Color #53584D in popluar number systems.
HEX | 53 | 58 | 4D |
Decimal | 83 | 88 | 77 |
Binary | 1010011 | 1011000 | 1001101 |
Octal | 123 | 130 | 115 |
Shades of #53584D
Tints of #53584D
Examples of css and html codes for elements with #53584D color. Also use rgb(83,88,77) instead hex code.
.myTextColor { color: #53584D; }
<p style="color:#53584D">This sample text font color is #53584D.</p>
This text font color is #53584D.
.myBgColor { background-color: #53584D; }
<div style="background-color:#53584D">Inner text</div>
This div background color is #53584D.
.myBorderColor { border: 1px solid #53584D; }
<div style="border:3px solid #53584D">Div</div>
This div border color is #53584D.
.myOpacity80 { color: #53584D; opacity: 0.8; }
<p style="color:#53584D;opacity:0.8;">80%</p>
Text with #53584D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53584D;}
<p style="text-shadow: 3px 3px 1px #53584D">Text here.</p>
This text has shadow with #53584D color.
.textShadow {text-shadow: 3px 3px 1px #53584D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53584D, 5px 5px 20px red">Text here.</p>
This text has shadow with #53584D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53584D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53584D, Direction=45, Strength=4)">Text</p>
This text has shadow with #53584D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53584D;
-webkit-box-shadow: 1px 1px 3px 2px #53584D;
box-shadow: 1px 1px 3px 2px #53584D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53584D; -webkit-box-shadow: 1px 1px 3px 2px #53584D; box-shadow:1px 1px 3px 2px #53584D;">
Div content here
</div>
This text has color #53584D on black background.
This text has color #53584D on white background.
This text has black color on #53584D background.
This text has white color on #53584D background.
Complementary color for #hex is #ACA7B2.