HEX: #53736B
RGB: (83,115,107)
#53736B contains red, green and blue colors in about the same proportion. Web safe color of #53736B is #666666 (or #666).
#53736B color RGB value is (83,115,107).
RGB: (83,115,107)
(33%, 45%, 42%)
R 83 of 255 = 33%
G 115 of 255 = 45%
B 107 of 255 = 42%
R + G + B ~ 40%. #53736B is middle color (not dark and not light).
R + G + B = 83 + 115 + 107 = 305 (100%)
R 83 of 305 ~ 27.21%
G 115 of 305 ~ 37.7%
B 107 of 305 ~ 35.08'%
#53736B color CMYK value is (28,0,7,55).
CMYK: (28,0,7,55) C28M0Y7K55 (28%,0%,7%,55%) (0.28/0.00/0.07/0.55)
Color #53736B in popluar color models
53 | 73 | 6B | |
---|---|---|---|
RGB | 83 | 115 | 107 |
HSL | 165° | 16.16% | 38.82% |
HSB/HSV | 165° | 27.83% | 45.10% |
CMYK | 27.83% | 0.00% | 6.96% |
54.90% |
Color #53736B in popluar number systems.
HEX | 53 | 73 | 6B |
Decimal | 83 | 115 | 107 |
Binary | 1010011 | 1110011 | 1101011 |
Octal | 123 | 163 | 153 |
Shades of #53736B
Tints of #53736B
Examples of css and html codes for elements with #53736B color. Also use rgb(83,115,107) instead hex code.
.myTextColor { color: #53736B; }
<p style="color:#53736B">This sample text font color is #53736B.</p>
This text font color is #53736B.
.myBgColor { background-color: #53736B; }
<div style="background-color:#53736B">Inner text</div>
This div background color is #53736B.
.myBorderColor { border: 1px solid #53736B; }
<div style="border:3px solid #53736B">Div</div>
This div border color is #53736B.
.myOpacity80 { color: #53736B; opacity: 0.8; }
<p style="color:#53736B;opacity:0.8;">80%</p>
Text with #53736B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53736B;}
<p style="text-shadow: 3px 3px 1px #53736B">Text here.</p>
This text has shadow with #53736B color.
.textShadow {text-shadow: 3px 3px 1px #53736B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53736B, 5px 5px 20px red">Text here.</p>
This text has shadow with #53736B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53736B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53736B, Direction=45, Strength=4)">Text</p>
This text has shadow with #53736B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53736B;
-webkit-box-shadow: 1px 1px 3px 2px #53736B;
box-shadow: 1px 1px 3px 2px #53736B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53736B; -webkit-box-shadow: 1px 1px 3px 2px #53736B; box-shadow:1px 1px 3px 2px #53736B;">
Div content here
</div>
This text has color #53736B on black background.
This text has color #53736B on white background.
This text has black color on #53736B background.
This text has white color on #53736B background.
Complementary color for #hex is #AC8C94.