HEX: #715247
RGB: (113,82,71)
#715247 contains red, green and blue colors in about the same proportion. Web safe color of #715247 is #666633 (or #663).
#715247 color RGB value is (113,82,71).
RGB: (113,82,71)
(44%, 32%, 28%)
R 113 of 255 = 44%
G 82 of 255 = 32%
B 71 of 255 = 28%
R + G + B ~ 35%. #715247 is quite dark color.
R + G + B = 113 + 82 + 71 = 266 (100%)
R 113 of 266 ~ 42.48%
G 82 of 266 ~ 30.83%
B 71 of 266 ~ 26.69'%
#715247 color CMYK value is (0,27,37,56).
CMYK: (0,27,37,56) C0M27Y37K56 (0%,27%,37%,56%) (0.00/0.27/0.37/0.56)
Color #715247 in popluar color models
71 | 52 | 47 | |
---|---|---|---|
RGB | 113 | 82 | 71 |
HSL | 16° | 22.83% | 36.08% |
HSB/HSV | 16° | 37.17% | 44.31% |
CMYK | 0.00% | 27.43% | 37.17% |
55.69% |
Color #715247 in popluar number systems.
HEX | 71 | 52 | 47 |
Decimal | 113 | 82 | 71 |
Binary | 1110001 | 1010010 | 1000111 |
Octal | 161 | 122 | 107 |
Shades of #715247
Tints of #715247
Examples of css and html codes for elements with #715247 color. Also use rgb(113,82,71) instead hex code.
.myTextColor { color: #715247; }
<p style="color:#715247">This sample text font color is #715247.</p>
This text font color is #715247.
.myBgColor { background-color: #715247; }
<div style="background-color:#715247">Inner text</div>
This div background color is #715247.
.myBorderColor { border: 1px solid #715247; }
<div style="border:3px solid #715247">Div</div>
This div border color is #715247.
.myOpacity80 { color: #715247; opacity: 0.8; }
<p style="color:#715247;opacity:0.8;">80%</p>
Text with #715247 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715247;}
<p style="text-shadow: 3px 3px 1px #715247">Text here.</p>
This text has shadow with #715247 color.
.textShadow {text-shadow: 3px 3px 1px #715247', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715247, 5px 5px 20px red">Text here.</p>
This text has shadow with #715247 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715247, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715247, Direction=45, Strength=4)">Text</p>
This text has shadow with #715247 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #715247;
-webkit-box-shadow: 1px 1px 3px 2px #715247;
box-shadow: 1px 1px 3px 2px #715247;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #715247; -webkit-box-shadow: 1px 1px 3px 2px #715247; box-shadow:1px 1px 3px 2px #715247;">
Div content here
</div>
This text has color #715247 on black background.
This text has color #715247 on white background.
This text has black color on #715247 background.
This text has white color on #715247 background.
Complementary color for #hex is #8EADB8.