HEX: #497635
RGB: (73,118,53)
#497635 contains mainly red and green colors. Web safe color of #497635 is #336633 (or #363).
#497635 color RGB value is (73,118,53).
RGB: (73,118,53) (29%,46%,21%)
R 73 of 255 = 29%
G 118 of 255 = 46%
B 53 of 255 = 21%
R + G + B ~ 32%. #497635 is quite dark color.
R + G + B =
73 + 118 + 53 = 244 (100%)
R 73 of 244 ~ 29.92%
G 118 of 244 ~ 48.36%
B 53 of 244 ~ 21.72%
#497635 color CMYK value is (38,0,55,54).
CMYK: (38,0,55,54) C38M0Y55K54 (38%,0%,55%,54%) (0.38/0.00/0.55/0.54)
49 | 76 | 35 | |
---|---|---|---|
RGB | 73 | 118 | 53 |
HSL | 102° | 38.01% | 33.53% |
HSB/HSV | 102° | 55.08% | 46.27% |
CMYK | 38.14% | 0.00% | 55.08% |
53.73% |
HEX | 49 | 76 | 35 |
Decimal | 73 | 118 | 53 |
Binary | 1001001 | 1110110 | 110101 |
Octal | 111 | 166 | 65 |
Examples of css and html codes for elements with #497635 color. Also use rgb(73,118,53) instead hex code.
.myTextColor { color: #497635; }
<p style="color:#497635">This sample text font color is #497635.</p>
This text font color is #497635.
.myBgColor { background-color: #497635; }
<div style="background-color:#497635">Inner text</div>
This div background color is #497635.
.myBorderColor { border: 1px solid #497635; }
<div style="border:3px solid #497635">Div</div>
This div border color is #497635.
.myOpacity80 { color: #497635; opacity: 0.8; }
<p style="color:#497635;opacity:0.8;">80%</p>
Text with #497635 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497635;}
<p style="text-shadow: 3px 3px 1px #497635">Text here.</p>
This text has shadow with #497635 color.
.textShadow {text-shadow: 3px 3px 1px #497635, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497635, 5px 5px 20px red">Text here.</p>
This text has shadow with #497635 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497635, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497635, Direction=45, Strength=4)">Text</p>
This text has shadow with #497635 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497635; -webkit-box-shadow: 1px 1px 3px 2px #497635; box-shadow: 1px 1px 3px 2px #497635; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497635; -webkit-box-shadow: 1px 1px 3px 2px #497635; box-shadow:1px 1px 3px 2px #497635;">
Div content here</div>
This text has color #497635 on black background.
This text has color #497635 on white background.
This text has black color on #497635 background.
This text has white color on #497635 background.