HEX: #496737
RGB: (73,103,55)
#496737 contains red, green and blue colors in about the same proportion. #496737 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.
#496737 color RGB value is (73,103,55).
RGB: (73,103,55) (29%,40%,22%)
R 73 of 255 = 29%
G 103 of 255 = 40%
B 55 of 255 = 22%
R + G + B ~ 30%. #496737 is quite dark color.
R + G + B =
73 + 103 + 55 = 231 (100%)
R 73 of 231 ~ 31.6%
G 103 of 231 ~ 44.59%
B 55 of 231 ~ 23.81%
#496737 rengi CMYK tonu (29,0,47,60).
CMYK: (29,0,47,60) C29M0Y47K60 (29%,0%,47%,60%) (0.29/0.00/0.47/0.60)
49 | 67 | 37 | |
---|---|---|---|
RGB | 73 | 103 | 55 |
HSL | 98° | 30.38% | 30.98% |
HSB/HSV | 98° | 46.60% | 40.39% |
CMYK | 29.13% | 0.00% | 46.60% |
59.61% |
HEX | 49 | 67 | 37 |
Decimal | 73 | 103 | 55 |
Binary | 1001001 | 1100111 | 110111 |
Octal | 111 | 147 | 67 |
Examples of css and html codes for elements with #496737 color. Also use rgb(73,103,55) instead hex code.
.myTextColor { color: #496737; }
<p style="color:#496737">This sample text font color is #496737.</p>
This text font color is #496737.
.myBgColor { background-color: #496737; }
<div style="background-color:#496737">Inner text</div>
This div background color is #496737.
.myBorderColor { border: 1px solid #496737; }
<div style="border:3px solid #496737">Div</div>
This div border color is #496737.
.myOpacity80 { color: #496737; opacity: 0.8; }
<p style="color:#496737;opacity:0.8;">80%</p>
Text with #496737 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496737;}
<p style="text-shadow: 3px 3px 1px #496737">Text here.</p>
This text has shadow with #496737 color.
.textShadow {text-shadow: 3px 3px 1px #496737, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496737, 5px 5px 20px red">Text here.</p>
This text has shadow with #496737 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496737, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496737, Direction=45, Strength=4)">Text</p>
This text has shadow with #496737 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496737; -webkit-box-shadow: 1px 1px 3px 2px #496737; box-shadow: 1px 1px 3px 2px #496737; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496737; -webkit-box-shadow: 1px 1px 3px 2px #496737; box-shadow:1px 1px 3px 2px #496737;">
Div content here</div>
This text has color #496737 on black background.
This text has color #496737 on white background.
This text has black color on #496737 background.
This text has white color on #496737 background.