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