HEX: #716137
RGB: (113,97,55)
#716137 contains red, green and blue colors in about the same proportion. Web safe color of #716137 is #666633 (or #663).
#716137 color RGB value is (113,97,55).
RGB: (113,97,55)
(44%, 38%, 22%)
R 113 of 255 = 44%
G 97 of 255 = 38%
B 55 of 255 = 22%
R + G + B ~ 35%. #716137 is quite dark color.
R + G + B = 113 + 97 + 55 = 265 (100%)
R 113 of 265 ~ 42.64%
G 97 of 265 ~ 36.6%
B 55 of 265 ~ 20.75'%
#716137 color CMYK value is (0,14,51,56).
CMYK: (0,14,51,56) C0M14Y51K56 (0%,14%,51%,56%) (0.00/0.14/0.51/0.56)
Color #716137 in popluar color models
71 | 61 | 37 | |
---|---|---|---|
RGB | 113 | 97 | 55 |
HSL | 43° | 34.52% | 32.94% |
HSB/HSV | 43° | 51.33% | 44.31% |
CMYK | 0.00% | 14.16% | 51.33% |
55.69% |
Color #716137 in popluar number systems.
HEX | 71 | 61 | 37 |
Decimal | 113 | 97 | 55 |
Binary | 1110001 | 1100001 | 110111 |
Octal | 161 | 141 | 67 |
Shades of #716137
Tints of #716137
Examples of css and html codes for elements with #716137 color. Also use rgb(113,97,55) instead hex code.
.myTextColor { color: #716137; }
<p style="color:#716137">This sample text font color is #716137.</p>
This text font color is #716137.
.myBgColor { background-color: #716137; }
<div style="background-color:#716137">Inner text</div>
This div background color is #716137.
.myBorderColor { border: 1px solid #716137; }
<div style="border:3px solid #716137">Div</div>
This div border color is #716137.
.myOpacity80 { color: #716137; opacity: 0.8; }
<p style="color:#716137;opacity:0.8;">80%</p>
Text with #716137 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #716137;}
<p style="text-shadow: 3px 3px 1px #716137">Text here.</p>
This text has shadow with #716137 color.
.textShadow {text-shadow: 3px 3px 1px #716137', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #716137, 5px 5px 20px red">Text here.</p>
This text has shadow with #716137 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#716137, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#716137, Direction=45, Strength=4)">Text</p>
This text has shadow with #716137 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #716137;
-webkit-box-shadow: 1px 1px 3px 2px #716137;
box-shadow: 1px 1px 3px 2px #716137;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #716137; -webkit-box-shadow: 1px 1px 3px 2px #716137; box-shadow:1px 1px 3px 2px #716137;">
Div content here
</div>
This text has color #716137 on black background.
This text has color #716137 on white background.
This text has black color on #716137 background.
This text has white color on #716137 background.
Complementary color for #hex is #8E9EC8.