HEX: #716742
RGB: (113,103,66)
#716742 contains red, green and blue colors in about the same proportion. Web safe color of #716742 is #666633 (or #663).
#716742 color RGB value is (113,103,66).
RGB: (113,103,66)
(44%, 40%, 26%)
R 113 of 255 = 44%
G 103 of 255 = 40%
B 66 of 255 = 26%
R + G + B ~ 37%. #716742 is quite dark color.
R + G + B = 113 + 103 + 66 = 282 (100%)
R 113 of 282 ~ 40.07%
G 103 of 282 ~ 36.52%
B 66 of 282 ~ 23.4'%
#716742 color CMYK value is (0,9,42,56).
CMYK: (0,9,42,56)
C0M9Y42K56 (0%, 9%, 42%, 56%)
(0.00 / 0.09 / 0.42 / 0.56)
Color #716742 in popluar color models
71 | 67 | 42 | |
---|---|---|---|
RGB | 113 | 103 | 66 |
HSL | 47° | 26.26% | 35.10% |
HSB/HSV | 47° | 41.59% | 44.31% |
CMYK | 0.00% | 8.85% | 41.59% |
55.69% |
Color #716742 in popluar number systems.
HEX | 71 | 67 | 42 |
Decimal | 113 | 103 | 66 |
Binary | 1110001 | 1100111 | 1000010 |
Octal | 161 | 147 | 102 |
Shades of #716742
Tints of #716742
Examples of css and html codes for elements with #716742 color. Also use rgb(113,103,66) instead hex code.
.myTextColor { color: #716742; }
<p style="color:#716742">This sample text font color is #716742.</p>
This text font color is #716742.
.myBgColor { background-color: #716742; }
<div style="background-color:#716742">Inner text</div>
This div background color is #716742.
.myBorderColor { border: 1px solid #716742; }
<div style="border:3px solid #716742">Div</div>
This div border color is #716742.
.myOpacity80 { color: #716742; opacity: 0.8; }
<p style="color:#716742;opacity:0.8;">80%</p>
Text with #716742 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #716742;}
<p style="text-shadow: 3px 3px 1px #716742">Text here.</p>
This text has shadow with #716742 color.
.textShadow {text-shadow: 3px 3px 1px #716742', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #716742, 5px 5px 20px red">Text here.</p>
This text has shadow with #716742 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#716742, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#716742, Direction=45, Strength=4)">Text</p>
This text has shadow with #716742 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #716742;
-webkit-box-shadow: 1px 1px 3px 2px #716742;
box-shadow: 1px 1px 3px 2px #716742;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #716742; -webkit-box-shadow: 1px 1px 3px 2px #716742; box-shadow:1px 1px 3px 2px #716742;">
Div content here
</div>
This text has color #716742 on black background.
This text has color #716742 on white background.
This text has black color on #716742 background.
This text has white color on #716742 background.
Complementary color for #hex is #8E98BD.