HEX: #497319
RGB: (73,115,25)
#497319 contains mainly red and green colors. Web safe color of #497319 is #336600 (or #360).
#497319 color RGB value is (73,115,25).
RGB: (73,115,25)
(29%, 45%, 10%)
R 73 of 255 = 29%
G 115 of 255 = 45%
B 25 of 255 = 10%
R + G + B ~ 28%. #497319 is quite dark color.
R + G + B = 73 + 115 + 25 = 213 (100%)
R 73 of 213 ~ 34.27%
G 115 of 213 ~ 53.99%
B 25 of 213 ~ 11.74'%
#497319 color CMYK value is (37,0,78,55).
CMYK: (37,0,78,55)
C37M0Y78K55 (37%, 0%, 78%, 55%)
(0.37 / 0.00 / 0.78 / 0.55)
Color #497319 in popluar color models
49 | 73 | 19 | |
---|---|---|---|
RGB | 73 | 115 | 25 |
HSL | 88° | 64.29% | 27.45% |
HSB/HSV | 88° | 78.26% | 45.10% |
CMYK | 36.52% | 0.00% | 78.26% |
54.90% |
Color #497319 in popluar number systems.
HEX | 49 | 73 | 19 |
Decimal | 73 | 115 | 25 |
Binary | 1001001 | 1110011 | 11001 |
Octal | 111 | 163 | 31 |
Shades of #497319
Tints of #497319
Examples of css and html codes for elements with #497319 color. Also use rgb(73,115,25) instead hex code.
.myTextColor { color: #497319; }
<p style="color:#497319">This sample text font color is #497319.</p>
This text font color is #497319.
.myBgColor { background-color: #497319; }
<div style="background-color:#497319">Inner text</div>
This div background color is #497319.
.myBorderColor { border: 1px solid #497319; }
<div style="border:3px solid #497319">Div</div>
This div border color is #497319.
.myOpacity80 { color: #497319; opacity: 0.8; }
<p style="color:#497319;opacity:0.8;">80%</p>
Text with #497319 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497319;}
<p style="text-shadow: 3px 3px 1px #497319">Text here.</p>
This text has shadow with #497319 color.
.textShadow {text-shadow: 3px 3px 1px #497319', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497319, 5px 5px 20px red">Text here.</p>
This text has shadow with #497319 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497319, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497319, Direction=45, Strength=4)">Text</p>
This text has shadow with #497319 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #497319;
-webkit-box-shadow: 1px 1px 3px 2px #497319;
box-shadow: 1px 1px 3px 2px #497319;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497319; -webkit-box-shadow: 1px 1px 3px 2px #497319; box-shadow:1px 1px 3px 2px #497319;">
Div content here
</div>
This text has color #497319 on black background.
This text has color #497319 on white background.
This text has black color on #497319 background.
This text has white color on #497319 background.
Complementary color for #hex is #B68CE6.