HEX: #715243
RGB: (113,82,67)
#715243 contains red, green and blue colors in about the same proportion. Web safe color of #715243 is #666633 (or #663).
#715243 color RGB value is (113,82,67).
RGB: (113,82,67) (44%,32%,26%)
R 113 of 255 = 44%
G 82 of 255 = 32%
B 67 of 255 = 26%
R + G + B ~ 34%. #715243 is quite dark color.
R + G + B =
113 + 82 + 67 = 262 (100%)
R 113 of 262 ~ 43.13%
G 82 of 262 ~ 31.3%
B 67 of 262 ~ 25.57%
#715243 color CMYK value is (0,27,41,56).
CMYK: (0,27,41,56) C0M27Y41K56 (0%,27%,41%,56%) (0.00/0.27/0.41/0.56)
71 | 52 | 43 | |
---|---|---|---|
RGB | 113 | 82 | 67 |
HSL | 20° | 25.56% | 35.29% |
HSB/HSV | 20° | 40.71% | 44.31% |
CMYK | 0.00% | 27.43% | 40.71% |
55.69% |
HEX | 71 | 52 | 43 |
Decimal | 113 | 82 | 67 |
Binary | 1110001 | 1010010 | 1000011 |
Octal | 161 | 122 | 103 |
Examples of css and html codes for elements with #715243 color. Also use rgb(113,82,67) instead hex code.
.myTextColor { color: #715243; }
<p style="color:#715243">This sample text font color is #715243.</p>
This text font color is #715243.
.myBgColor { background-color: #715243; }
<div style="background-color:#715243">Inner text</div>
This div background color is #715243.
.myBorderColor { border: 1px solid #715243; }
<div style="border:3px solid #715243">Div</div>
This div border color is #715243.
.myOpacity80 { color: #715243; opacity: 0.8; }
<p style="color:#715243;opacity:0.8;">80%</p>
Text with #715243 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #715243;}
<p style="text-shadow: 3px 3px 1px #715243">Text here.</p>
This text has shadow with #715243 color.
.textShadow {text-shadow: 3px 3px 1px #715243, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #715243, 5px 5px 20px red">Text here.</p>
This text has shadow with #715243 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#715243, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#715243, Direction=45, Strength=4)">Text</p>
This text has shadow with #715243 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #715243; -webkit-box-shadow: 1px 1px 3px 2px #715243; box-shadow: 1px 1px 3px 2px #715243; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #715243; -webkit-box-shadow: 1px 1px 3px 2px #715243; box-shadow:1px 1px 3px 2px #715243;">
Div content here</div>
This text has color #715243 on black background.
This text has color #715243 on white background.
This text has black color on #715243 background.
This text has white color on #715243 background.