HEX: #499263
RGB: (73,146,99)
#499263 contains mainly green and blue colors. Web safe color of #499263 is #339966 (or #396).
#499263 color RGB value is (73,146,99).
RGB: (73,146,99) (29%,57%,39%)
R 73 of 255 = 29%
G 146 of 255 = 57%
B 99 of 255 = 39%
R + G + B ~ 42%. #499263 is middle color (not dark and not light).
R + G + B =
73 + 146 + 99 = 318 (100%)
R 73 of 318 ~ 22.96%
G 146 of 318 ~ 45.91%
B 99 of 318 ~ 31.13%
#499263 color CMYK value is (50,0,32,43).
CMYK: (50,0,32,43) C50M0Y32K43 (50%,0%,32%,43%) (0.50/0.00/0.32/0.43)
49 | 92 | 63 | |
---|---|---|---|
RGB | 73 | 146 | 99 |
HSL | 141° | 33.33% | 42.94% |
HSB/HSV | 141° | 50.00% | 57.25% |
CMYK | 50.00% | 0.00% | 32.19% |
42.75% |
HEX | 49 | 92 | 63 |
Decimal | 73 | 146 | 99 |
Binary | 1001001 | 10010010 | 1100011 |
Octal | 111 | 222 | 143 |
Examples of css and html codes for elements with #499263 color. Also use rgb(73,146,99) instead hex code.
.myTextColor { color: #499263; }
<p style="color:#499263">This sample text font color is #499263.</p>
This text font color is #499263.
.myBgColor { background-color: #499263; }
<div style="background-color:#499263">Inner text</div>
This div background color is #499263.
.myBorderColor { border: 1px solid #499263; }
<div style="border:3px solid #499263">Div</div>
This div border color is #499263.
.myOpacity80 { color: #499263; opacity: 0.8; }
<p style="color:#499263;opacity:0.8;">80%</p>
Text with #499263 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499263;}
<p style="text-shadow: 3px 3px 1px #499263">Text here.</p>
This text has shadow with #499263 color.
.textShadow {text-shadow: 3px 3px 1px #499263, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499263, 5px 5px 20px red">Text here.</p>
This text has shadow with #499263 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499263, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499263, Direction=45, Strength=4)">Text</p>
This text has shadow with #499263 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #499263; -webkit-box-shadow: 1px 1px 3px 2px #499263; box-shadow: 1px 1px 3px 2px #499263; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #499263; -webkit-box-shadow: 1px 1px 3px 2px #499263; box-shadow:1px 1px 3px 2px #499263;">
Div content here</div>
This text has color #499263 on black background.
This text has color #499263 on white background.
This text has black color on #499263 background.
This text has white color on #499263 background.