HEX: #52715D
RGB: (82,113,93)
#52715D contains red, green and blue colors in about the same proportion. Web safe color of #52715D is #666666 (or #666).
#52715D color RGB value is (82,113,93).
RGB: (82,113,93)
(32%, 44%, 36%)
R 82 of 255 = 32%
G 113 of 255 = 44%
B 93 of 255 = 36%
R + G + B ~ 37%. #52715D is quite dark color.
R + G + B = 82 + 113 + 93 = 288 (100%)
R 82 of 288 ~ 28.47%
G 113 of 288 ~ 39.24%
B 93 of 288 ~ 32.29'%
#52715D color CMYK value is (27,0,18,56).
CMYK: (27,0,18,56)
C27M0Y18K56 (27%, 0%, 18%, 56%)
(0.27 / 0.00 / 0.18 / 0.56)
Color #52715D in popluar color models
52 | 71 | 5D | |
---|---|---|---|
RGB | 82 | 113 | 93 |
HSL | 141° | 15.90% | 38.24% |
HSB/HSV | 141° | 27.43% | 44.31% |
CMYK | 27.43% | 0.00% | 17.70% |
55.69% |
Color #52715D in popluar number systems.
HEX | 52 | 71 | 5D |
Decimal | 82 | 113 | 93 |
Binary | 1010010 | 1110001 | 1011101 |
Octal | 122 | 161 | 135 |
Shades of #52715D
Tints of #52715D
Examples of css and html codes for elements with #52715D color. Also use rgb(82,113,93) instead hex code.
.myTextColor { color: #52715D; }
<p style="color:#52715D">This sample text font color is #52715D.</p>
This text font color is #52715D.
.myBgColor { background-color: #52715D; }
<div style="background-color:#52715D">Inner text</div>
This div background color is #52715D.
.myBorderColor { border: 1px solid #52715D; }
<div style="border:3px solid #52715D">Div</div>
This div border color is #52715D.
.myOpacity80 { color: #52715D; opacity: 0.8; }
<p style="color:#52715D;opacity:0.8;">80%</p>
Text with #52715D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52715D;}
<p style="text-shadow: 3px 3px 1px #52715D">Text here.</p>
This text has shadow with #52715D color.
.textShadow {text-shadow: 3px 3px 1px #52715D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52715D, 5px 5px 20px red">Text here.</p>
This text has shadow with #52715D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52715D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52715D, Direction=45, Strength=4)">Text</p>
This text has shadow with #52715D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52715D;
-webkit-box-shadow: 1px 1px 3px 2px #52715D;
box-shadow: 1px 1px 3px 2px #52715D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52715D; -webkit-box-shadow: 1px 1px 3px 2px #52715D; box-shadow:1px 1px 3px 2px #52715D;">
Div content here
</div>
This text has color #52715D on black background.
This text has color #52715D on white background.
This text has black color on #52715D background.
This text has white color on #52715D background.
Complementary color for #hex is #AD8EA2.