HEX: #716319
RGB: (113,99,25)
#716319 contains mainly red and green colors. Web safe color of #716319 is #666600 (or #660).
#716319 color RGB value is (113,99,25).
RGB: (113,99,25)
(44%, 39%, 10%)
R 113 of 255 = 44%
G 99 of 255 = 39%
B 25 of 255 = 10%
R + G + B ~ 31%. #716319 is quite dark color.
R + G + B = 113 + 99 + 25 = 237 (100%)
R 113 of 237 ~ 47.68%
G 99 of 237 ~ 41.77%
B 25 of 237 ~ 10.55'%
#716319 color CMYK value is (0,12,78,56).
CMYK: (0,12,78,56) C0M12Y78K56 (0%,12%,78%,56%) (0.00/0.12/0.78/0.56)
Color #716319 in popluar color models
71 | 63 | 19 | |
---|---|---|---|
RGB | 113 | 99 | 25 |
HSL | 50° | 63.77% | 27.06% |
HSB/HSV | 50° | 77.88% | 44.31% |
CMYK | 0.00% | 12.39% | 77.88% |
55.69% |
Color #716319 in popluar number systems.
HEX | 71 | 63 | 19 |
Decimal | 113 | 99 | 25 |
Binary | 1110001 | 1100011 | 11001 |
Octal | 161 | 143 | 31 |
Shades of #716319
Tints of #716319
Examples of css and html codes for elements with #716319 color. Also use rgb(113,99,25) instead hex code.
.myTextColor { color: #716319; }
<p style="color:#716319">This sample text font color is #716319.</p>
This text font color is #716319.
.myBgColor { background-color: #716319; }
<div style="background-color:#716319">Inner text</div>
This div background color is #716319.
.myBorderColor { border: 1px solid #716319; }
<div style="border:3px solid #716319">Div</div>
This div border color is #716319.
.myOpacity80 { color: #716319; opacity: 0.8; }
<p style="color:#716319;opacity:0.8;">80%</p>
Text with #716319 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #716319;}
<p style="text-shadow: 3px 3px 1px #716319">Text here.</p>
This text has shadow with #716319 color.
.textShadow {text-shadow: 3px 3px 1px #716319', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #716319, 5px 5px 20px red">Text here.</p>
This text has shadow with #716319 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#716319, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#716319, Direction=45, Strength=4)">Text</p>
This text has shadow with #716319 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #716319;
-webkit-box-shadow: 1px 1px 3px 2px #716319;
box-shadow: 1px 1px 3px 2px #716319;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #716319; -webkit-box-shadow: 1px 1px 3px 2px #716319; box-shadow:1px 1px 3px 2px #716319;">
Div content here
</div>
This text has color #716319 on black background.
This text has color #716319 on white background.
This text has black color on #716319 background.
This text has white color on #716319 background.
Complementary color for #hex is #8E9CE6.