HEX: #497841
RGB: (73,120,65)
#497841 contains red, green and blue colors in about the same proportion. Web safe color of #497841 is #336633 (or #363).
#497841 color RGB value is (73,120,65).
RGB: (73,120,65)
(29%, 47%, 25%)
R 73 of 255 = 29%
G 120 of 255 = 47%
B 65 of 255 = 25%
R + G + B ~ 34%. #497841 is quite dark color.
R + G + B = 73 + 120 + 65 = 258 (100%)
R 73 of 258 ~ 28.29%
G 120 of 258 ~ 46.51%
B 65 of 258 ~ 25.19'%
#497841 color CMYK value is (39,0,46,53).
CMYK: (39,0,46,53)
C39M0Y46K53 (39%, 0%, 46%, 53%)
(0.39 / 0.00 / 0.46 / 0.53)
Color #497841 in popluar color models
49 | 78 | 41 | |
---|---|---|---|
RGB | 73 | 120 | 65 |
HSL | 111° | 29.73% | 36.27% |
HSB/HSV | 111° | 45.83% | 47.06% |
CMYK | 39.17% | 0.00% | 45.83% |
52.94% |
Color #497841 in popluar number systems.
HEX | 49 | 78 | 41 |
Decimal | 73 | 120 | 65 |
Binary | 1001001 | 1111000 | 1000001 |
Octal | 111 | 170 | 101 |
Shades of #497841
Tints of #497841
Examples of css and html codes for elements with #497841 color. Also use rgb(73,120,65) instead hex code.
.myTextColor { color: #497841; }
<p style="color:#497841">This sample text font color is #497841.</p>
This text font color is #497841.
.myBgColor { background-color: #497841; }
<div style="background-color:#497841">Inner text</div>
This div background color is #497841.
.myBorderColor { border: 1px solid #497841; }
<div style="border:3px solid #497841">Div</div>
This div border color is #497841.
.myOpacity80 { color: #497841; opacity: 0.8; }
<p style="color:#497841;opacity:0.8;">80%</p>
Text with #497841 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497841;}
<p style="text-shadow: 3px 3px 1px #497841">Text here.</p>
This text has shadow with #497841 color.
.textShadow {text-shadow: 3px 3px 1px #497841', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497841, 5px 5px 20px red">Text here.</p>
This text has shadow with #497841 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497841, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497841, Direction=45, Strength=4)">Text</p>
This text has shadow with #497841 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #497841;
-webkit-box-shadow: 1px 1px 3px 2px #497841;
box-shadow: 1px 1px 3px 2px #497841;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #497841; -webkit-box-shadow: 1px 1px 3px 2px #497841; box-shadow:1px 1px 3px 2px #497841;">
Div content here
</div>
This text has color #497841 on black background.
This text has color #497841 on white background.
This text has black color on #497841 background.
This text has white color on #497841 background.
Complementary color for #hex is #B687BE.