HEX: #715649
RGB: (113,86,73)
#715649 contains red, green and blue colors in about the same proportion. Web safe color of #715649 is #666633 (or #663).
#715649 color RGB value is (113,86,73).
RGB: (113,86,73)
(44%, 34%, 29%)
R 113 of 255 = 44%
G 86 of 255 = 34%
B 73 of 255 = 29%
R + G + B ~ 36%. #715649 is quite dark color.
R + G + B = 113 + 86 + 73 = 272 (100%)
R 113 of 272 ~ 41.54%
G 86 of 272 ~ 31.62%
B 73 of 272 ~ 26.84'%
#715649 color CMYK value is (0,24,35,56).
CMYK: (0,24,35,56)
C0M24Y35K56 (0%, 24%, 35%, 56%)
(0.00 / 0.24 / 0.35 / 0.56)
Color #715649 in popluar color models
71 | 56 | 49 | |
---|---|---|---|
RGB | 113 | 86 | 73 |
HSL | 20° | 21.51% | 36.47% |
HSB/HSV | 20° | 35.40% | 44.31% |
CMYK | 0.00% | 23.89% | 35.40% |
55.69% |
Color #715649 in popluar number systems.
HEX | 71 | 56 | 49 |
Decimal | 113 | 86 | 73 |
Binary | 1110001 | 1010110 | 1001001 |
Octal | 161 | 126 | 111 |
Shades of #715649
Tints of #715649
Examples of css and html codes for elements with #715649 color. Also use rgb(113,86,73) instead hex code.
.myTextColor { color: #715649; }
<p style="color:#715649">This sample text font color is #715649.</p>
This text font color is #715649.
.myBgColor { background-color: #715649; }
<div style="background-color:#715649">Inner text</div>
This div background color is #715649.
.myBorderColor { border: 1px solid #715649; }
<div style="border:3px solid #715649">Div</div>
This div border color is #715649.
.myOpacity80 { color: #715649; opacity: 0.8; }
<p style="color:#715649;opacity:0.8;">80%</p>
Text with #715649 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715649;}
<p style="text-shadow: 3px 3px 1px #715649">Text here.</p>
This text has shadow with #715649 color.
.textShadow {text-shadow: 3px 3px 1px #715649', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715649, 5px 5px 20px red">Text here.</p>
This text has shadow with #715649 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715649, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715649, Direction=45, Strength=4)">Text</p>
This text has shadow with #715649 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #715649;
-webkit-box-shadow: 1px 1px 3px 2px #715649;
box-shadow: 1px 1px 3px 2px #715649;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #715649; -webkit-box-shadow: 1px 1px 3px 2px #715649; box-shadow:1px 1px 3px 2px #715649;">
Div content here
</div>
This text has color #715649 on black background.
This text has color #715649 on white background.
This text has black color on #715649 background.
This text has white color on #715649 background.
Complementary color for #hex is #8EA9B6.