HEX: #499261
RGB: (73,146,97)
#499261 contains mainly green and blue colors. Web safe color of #499261 is #339966 (or #396).
#499261 color RGB value is (73,146,97).
RGB: (73,146,97)
(29%, 57%, 38%)
R 73 of 255 = 29%
G 146 of 255 = 57%
B 97 of 255 = 38%
R + G + B ~ 41%. #499261 is middle color (not dark and not light).
R + G + B = 73 + 146 + 97 = 316 (100%)
R 73 of 316 ~ 23.1%
G 146 of 316 ~ 46.2%
B 97 of 316 ~ 30.7'%
#499261 color CMYK value is (50,0,34,43).
CMYK: (50,0,34,43) C50M0Y34K43 (50%,0%,34%,43%) (0.50/0.00/0.34/0.43)
Color #499261 in popluar color models
49 | 92 | 61 | |
---|---|---|---|
RGB | 73 | 146 | 97 |
HSL | 140° | 33.33% | 42.94% |
HSB/HSV | 140° | 50.00% | 57.25% |
CMYK | 50.00% | 0.00% | 33.56% |
42.75% |
Color #499261 in popluar number systems.
HEX | 49 | 92 | 61 |
Decimal | 73 | 146 | 97 |
Binary | 1001001 | 10010010 | 1100001 |
Octal | 111 | 222 | 141 |
Shades of #499261
Tints of #499261
Examples of css and html codes for elements with #499261 color. Also use rgb(73,146,97) instead hex code.
.myTextColor { color: #499261; }
<p style="color:#499261">This sample text font color is #499261.</p>
This text font color is #499261.
.myBgColor { background-color: #499261; }
<div style="background-color:#499261">Inner text</div>
This div background color is #499261.
.myBorderColor { border: 1px solid #499261; }
<div style="border:3px solid #499261">Div</div>
This div border color is #499261.
.myOpacity80 { color: #499261; opacity: 0.8; }
<p style="color:#499261;opacity:0.8;">80%</p>
Text with #499261 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499261;}
<p style="text-shadow: 3px 3px 1px #499261">Text here.</p>
This text has shadow with #499261 color.
.textShadow {text-shadow: 3px 3px 1px #499261', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499261, 5px 5px 20px red">Text here.</p>
This text has shadow with #499261 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499261, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499261, Direction=45, Strength=4)">Text</p>
This text has shadow with #499261 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #499261;
-webkit-box-shadow: 1px 1px 3px 2px #499261;
box-shadow: 1px 1px 3px 2px #499261;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #499261; -webkit-box-shadow: 1px 1px 3px 2px #499261; box-shadow:1px 1px 3px 2px #499261;">
Div content here
</div>
This text has color #499261 on black background.
This text has color #499261 on white background.
This text has black color on #499261 background.
This text has white color on #499261 background.
Complementary color for #hex is #B66D9E.