HEX: #715640
RGB: (113,86,64)
#715640 contains red, green and blue colors in about the same proportion. Web safe color of #715640 is #666633 (or #663).
#715640 color RGB value is (113,86,64).
RGB: (113,86,64) (44%,34%,25%)
R 113 of 255 = 44%
G 86 of 255 = 34%
B 64 of 255 = 25%
R + G + B ~ 34%. #715640 is quite dark color.
R + G + B =
113 + 86 + 64 = 263 (100%)
R 113 of 263 ~ 42.97%
G 86 of 263 ~ 32.7%
B 64 of 263 ~ 24.33%
#715640 color CMYK value is (0,24,43,56).
CMYK: (0,24,43,56) C0M24Y43K56 (0%,24%,43%,56%) (0.00/0.24/0.43/0.56)
71 | 56 | 40 | |
---|---|---|---|
RGB | 113 | 86 | 64 |
HSL | 27° | 27.68% | 34.71% |
HSB/HSV | 27° | 43.36% | 44.31% |
CMYK | 0.00% | 23.89% | 43.36% |
55.69% |
HEX | 71 | 56 | 40 |
Decimal | 113 | 86 | 64 |
Binary | 1110001 | 1010110 | 1000000 |
Octal | 161 | 126 | 100 |
Examples of css and html codes for elements with #715640 color. Also use rgb(113,86,64) instead hex code.
.myTextColor { color: #715640; }
<p style="color:#715640">This sample text font color is #715640.</p>
This text font color is #715640.
.myBgColor { background-color: #715640; }
<div style="background-color:#715640">Inner text</div>
This div background color is #715640.
.myBorderColor { border: 1px solid #715640; }
<div style="border:3px solid #715640">Div</div>
This div border color is #715640.
.myOpacity80 { color: #715640; opacity: 0.8; }
<p style="color:#715640;opacity:0.8;">80%</p>
Text with #715640 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715640;}
<p style="text-shadow: 3px 3px 1px #715640">Text here.</p>
This text has shadow with #715640 color.
.textShadow {text-shadow: 3px 3px 1px #715640, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715640, 5px 5px 20px red">Text here.</p>
This text has shadow with #715640 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715640, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715640, Direction=45, Strength=4)">Text</p>
This text has shadow with #715640 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #715640; -webkit-box-shadow: 1px 1px 3px 2px #715640; box-shadow: 1px 1px 3px 2px #715640; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #715640; -webkit-box-shadow: 1px 1px 3px 2px #715640; box-shadow:1px 1px 3px 2px #715640;">
Div content here</div>
This text has color #715640 on black background.
This text has color #715640 on white background.
This text has black color on #715640 background.
This text has white color on #715640 background.