HEX: #049463
RGB: (4,148,99)
#049463 contains mainly green and blue colors. Web safe color of #049463 is #009966 (or #096).
#049463 color RGB value is (4,148,99).
RGB: (4,148,99) (2%,58%,39%)
R 4 of 255 = 2%
G 148 of 255 = 58%
B 99 of 255 = 39%
R + G + B ~ 33%. #049463 is quite dark color.
R + G + B =
4 + 148 + 99 = 251 (100%)
R 4 of 251 ~ 1.59%
G 148 of 251 ~ 58.96%
B 99 of 251 ~ 39.44%
#049463 color CMYK value is (97,0,33,42).
CMYK: (97,0,33,42) C97M0Y33K42 (97%,0%,33%,42%) (0.97/0.00/0.33/0.42)
04 | 94 | 63 | |
---|---|---|---|
RGB | 4 | 148 | 99 |
HSL | 160° | 94.74% | 29.80% |
HSB/HSV | 160° | 97.30% | 58.04% |
CMYK | 97.30% | 0.00% | 33.11% |
41.96% |
HEX | 04 | 94 | 63 |
Decimal | 4 | 148 | 99 |
Binary | 100 | 10010100 | 1100011 |
Octal | 4 | 224 | 143 |
Examples of css and html codes for elements with #049463 color. Also use rgb(4,148,99) instead hex code.
.myTextColor { color: #049463; }
<p style="color:#049463">This sample text font color is #049463.</p>
This text font color is #049463.
.myBgColor { background-color: #049463; }
<div style="background-color:#049463">Inner text</div>
This div background color is #049463.
.myBorderColor { border: 1px solid #049463; }
<div style="border:3px solid #049463">Div</div>
This div border color is #049463.
.myOpacity80 { color: #049463; opacity: 0.8; }
<p style="color:#049463;opacity:0.8;">80%</p>
Text with #049463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #049463;}
<p style="text-shadow: 3px 3px 1px #049463">Text here.</p>
This text has shadow with #049463 color.
.textShadow {text-shadow: 3px 3px 1px #049463, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #049463, 5px 5px 20px red">Text here.</p>
This text has shadow with #049463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#049463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#049463, Direction=45, Strength=4)">Text</p>
This text has shadow with #049463 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #049463; -webkit-box-shadow: 1px 1px 3px 2px #049463; box-shadow: 1px 1px 3px 2px #049463; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #049463; -webkit-box-shadow: 1px 1px 3px 2px #049463; box-shadow:1px 1px 3px 2px #049463;">
Div content here</div>
This text has color #049463 on black background.
This text has color #049463 on white background.
This text has black color on #049463 background.
This text has white color on #049463 background.