HEX: #497957
RGB: (73,121,87)
#497957 contains red, green and blue colors in about the same proportion. Web safe color of #497957 is #336666 (or #366).
#497957 color RGB value is (73,121,87).
RGB: (73,121,87) (29%,47%,34%)
R 73 of 255 = 29%
G 121 of 255 = 47%
B 87 of 255 = 34%
R + G + B ~ 37%. #497957 is quite dark color.
R + G + B =
73 + 121 + 87 = 281 (100%)
R 73 of 281 ~ 25.98%
G 121 of 281 ~ 43.06%
B 87 of 281 ~ 30.96%
#497957 color CMYK value is (40,0,28,53).
CMYK: (40,0,28,53) C40M0Y28K53 (40%,0%,28%,53%) (0.40/0.00/0.28/0.53)
49 | 79 | 57 | |
---|---|---|---|
RGB | 73 | 121 | 87 |
HSL | 138° | 24.74% | 38.04% |
HSB/HSV | 138° | 39.67% | 47.45% |
CMYK | 39.67% | 0.00% | 28.10% |
52.55% |
HEX | 49 | 79 | 57 |
Decimal | 73 | 121 | 87 |
Binary | 1001001 | 1111001 | 1010111 |
Octal | 111 | 171 | 127 |
Examples of css and html codes for elements with #497957 color. Also use rgb(73,121,87) instead hex code.
.myTextColor { color: #497957; }
<p style="color:#497957">This sample text font color is #497957.</p>
This text font color is #497957.
.myBgColor { background-color: #497957; }
<div style="background-color:#497957">Inner text</div>
This div background color is #497957.
.myBorderColor { border: 1px solid #497957; }
<div style="border:3px solid #497957">Div</div>
This div border color is #497957.
.myOpacity80 { color: #497957; opacity: 0.8; }
<p style="color:#497957;opacity:0.8;">80%</p>
Text with #497957 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497957;}
<p style="text-shadow: 3px 3px 1px #497957">Text here.</p>
This text has shadow with #497957 color.
.textShadow {text-shadow: 3px 3px 1px #497957, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497957, 5px 5px 20px red">Text here.</p>
This text has shadow with #497957 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497957, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497957, Direction=45, Strength=4)">Text</p>
This text has shadow with #497957 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497957; -webkit-box-shadow: 1px 1px 3px 2px #497957; box-shadow: 1px 1px 3px 2px #497957; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497957; -webkit-box-shadow: 1px 1px 3px 2px #497957; box-shadow:1px 1px 3px 2px #497957;">
Div content here</div>
This text has color #497957 on black background.
This text has color #497957 on white background.
This text has black color on #497957 background.
This text has white color on #497957 background.