HEX: #715847
RGB: (113,88,71)
#715847 contains red, green and blue colors in about the same proportion. Web safe color of #715847 is #666633 (or #663).
#715847 color RGB value is (113,88,71).
RGB: (113,88,71) (44%,35%,28%)
R 113 of 255 = 44%
G 88 of 255 = 35%
B 71 of 255 = 28%
R + G + B ~ 36%. #715847 is quite dark color.
R + G + B =
113 + 88 + 71 = 272 (100%)
R 113 of 272 ~ 41.54%
G 88 of 272 ~ 32.35%
B 71 of 272 ~ 26.1%
#715847 color CMYK value is (0,22,37,56).
CMYK: (0,22,37,56) C0M22Y37K56 (0%,22%,37%,56%) (0.00/0.22/0.37/0.56)
71 | 58 | 47 | |
---|---|---|---|
RGB | 113 | 88 | 71 |
HSL | 24° | 22.83% | 36.08% |
HSB/HSV | 24° | 37.17% | 44.31% |
CMYK | 0.00% | 22.12% | 37.17% |
55.69% |
HEX | 71 | 58 | 47 |
Decimal | 113 | 88 | 71 |
Binary | 1110001 | 1011000 | 1000111 |
Octal | 161 | 130 | 107 |
Examples of css and html codes for elements with #715847 color. Also use rgb(113,88,71) instead hex code.
.myTextColor { color: #715847; }
<p style="color:#715847">This sample text font color is #715847.</p>
This text font color is #715847.
.myBgColor { background-color: #715847; }
<div style="background-color:#715847">Inner text</div>
This div background color is #715847.
.myBorderColor { border: 1px solid #715847; }
<div style="border:3px solid #715847">Div</div>
This div border color is #715847.
.myOpacity80 { color: #715847; opacity: 0.8; }
<p style="color:#715847;opacity:0.8;">80%</p>
Text with #715847 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715847;}
<p style="text-shadow: 3px 3px 1px #715847">Text here.</p>
This text has shadow with #715847 color.
.textShadow {text-shadow: 3px 3px 1px #715847, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715847, 5px 5px 20px red">Text here.</p>
This text has shadow with #715847 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715847, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715847, Direction=45, Strength=4)">Text</p>
This text has shadow with #715847 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #715847; -webkit-box-shadow: 1px 1px 3px 2px #715847; box-shadow: 1px 1px 3px 2px #715847; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #715847; -webkit-box-shadow: 1px 1px 3px 2px #715847; box-shadow:1px 1px 3px 2px #715847;">
Div content here</div>
This text has color #715847 on black background.
This text has color #715847 on white background.
This text has black color on #715847 background.
This text has white color on #715847 background.