HEX: #53495D
RGB: (83,73,93)
#53495D contains red, green and blue colors in about the same proportion. Web safe color of #53495D is #663366 (or #636).
#53495D color RGB value is (83,73,93).
RGB: (83,73,93)
(33%, 29%, 36%)
R 83 of 255 = 33%
G 73 of 255 = 29%
B 93 of 255 = 36%
R + G + B ~ 33%. #53495D is quite dark color.
R + G + B = 83 + 73 + 93 = 249 (100%)
R 83 of 249 ~ 33.33%
G 73 of 249 ~ 29.32%
B 93 of 249 ~ 37.35'%
#53495D color CMYK value is (11,22,0,64).
CMYK: (11,22,0,64)
C11M22Y0K64 (11%, 22%, 0%, 64%)
(0.11 / 0.22 / 0.00 / 0.64)
Color #53495D in popluar color models
53 | 49 | 5D | |
---|---|---|---|
RGB | 83 | 73 | 93 |
HSL | 270° | 12.05% | 32.55% |
HSB/HSV | 270° | 21.51% | 36.47% |
CMYK | 10.75% | 21.51% | 0.00% |
63.53% |
Color #53495D in popluar number systems.
HEX | 53 | 49 | 5D |
Decimal | 83 | 73 | 93 |
Binary | 1010011 | 1001001 | 1011101 |
Octal | 123 | 111 | 135 |
Shades of #53495D
Tints of #53495D
Examples of css and html codes for elements with #53495D color. Also use rgb(83,73,93) instead hex code.
.myTextColor { color: #53495D; }
<p style="color:#53495D">This sample text font color is #53495D.</p>
This text font color is #53495D.
.myBgColor { background-color: #53495D; }
<div style="background-color:#53495D">Inner text</div>
This div background color is #53495D.
.myBorderColor { border: 1px solid #53495D; }
<div style="border:3px solid #53495D">Div</div>
This div border color is #53495D.
.myOpacity80 { color: #53495D; opacity: 0.8; }
<p style="color:#53495D;opacity:0.8;">80%</p>
Text with #53495D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53495D;}
<p style="text-shadow: 3px 3px 1px #53495D">Text here.</p>
This text has shadow with #53495D color.
.textShadow {text-shadow: 3px 3px 1px #53495D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53495D, 5px 5px 20px red">Text here.</p>
This text has shadow with #53495D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53495D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53495D, Direction=45, Strength=4)">Text</p>
This text has shadow with #53495D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53495D;
-webkit-box-shadow: 1px 1px 3px 2px #53495D;
box-shadow: 1px 1px 3px 2px #53495D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53495D; -webkit-box-shadow: 1px 1px 3px 2px #53495D; box-shadow:1px 1px 3px 2px #53495D;">
Div content here
</div>
This text has color #53495D on black background.
This text has color #53495D on white background.
This text has black color on #53495D background.
This text has white color on #53495D background.
Complementary color for #hex is #ACB6A2.