HEX: #497730
RGB: (73,119,48)
#497730 contains mainly red and green colors. #497730 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.
#497730 color RGB value is (73,119,48).
RGB: (73,119,48) (29%,47%,19%)
R 73 of 255 = 29%
G 119 of 255 = 47%
B 48 of 255 = 19%
R + G + B ~ 32%. #497730 is quite dark color.
R + G + B =
73 + 119 + 48 = 240 (100%)
R 73 of 240 ~ 30.42%
G 119 of 240 ~ 49.58%
B 48 of 240 ~ 20%
#497730 rengi CMYK tonu (39,0,60,53).
CMYK: (39,0,60,53) C39M0Y60K53 (39%,0%,60%,53%) (0.39/0.00/0.60/0.53)
49 | 77 | 30 | |
---|---|---|---|
RGB | 73 | 119 | 48 |
HSL | 99° | 42.51% | 32.75% |
HSB/HSV | 99° | 59.66% | 46.67% |
CMYK | 38.66% | 0.00% | 59.66% |
53.33% |
HEX | 49 | 77 | 30 |
Decimal | 73 | 119 | 48 |
Binary | 1001001 | 1110111 | 110000 |
Octal | 111 | 167 | 60 |
Examples of css and html codes for elements with #497730 color. Also use rgb(73,119,48) instead hex code.
.myTextColor { color: #497730; }
<p style="color:#497730">This sample text font color is #497730.</p>
This text font color is #497730.
.myBgColor { background-color: #497730; }
<div style="background-color:#497730">Inner text</div>
This div background color is #497730.
.myBorderColor { border: 1px solid #497730; }
<div style="border:3px solid #497730">Div</div>
This div border color is #497730.
.myOpacity80 { color: #497730; opacity: 0.8; }
<p style="color:#497730;opacity:0.8;">80%</p>
Text with #497730 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497730;}
<p style="text-shadow: 3px 3px 1px #497730">Text here.</p>
This text has shadow with #497730 color.
.textShadow {text-shadow: 3px 3px 1px #497730, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497730, 5px 5px 20px red">Text here.</p>
This text has shadow with #497730 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497730, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497730, Direction=45, Strength=4)">Text</p>
This text has shadow with #497730 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497730; -webkit-box-shadow: 1px 1px 3px 2px #497730; box-shadow: 1px 1px 3px 2px #497730; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497730; -webkit-box-shadow: 1px 1px 3px 2px #497730; box-shadow:1px 1px 3px 2px #497730;">
Div content here</div>
This text has color #497730 on black background.
This text has color #497730 on white background.
This text has black color on #497730 background.
This text has white color on #497730 background.