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