HEX: #048B0D
RGB: (4,139,13)
#048B0D contains mainly green color. Web safe color of #048B0D is #009900 (or #090).
#048B0D color RGB value is (4,139,13).
RGB: (4,139,13)
(2%, 55%, 5%)
R 4 of 255 = 2%
G 139 of 255 = 55%
B 13 of 255 = 5%
R + G + B ~ 21%. #048B0D is dark color.
R + G + B = 4 + 139 + 13 = 156 (100%)
R 4 of 156 ~ 2.56%
G 139 of 156 ~ 89.1%
B 13 of 156 ~ 8.33'%
#048B0D color CMYK value is (97,0,91,45).
CMYK: (97,0,91,45)
C97M0Y91K45 (97%, 0%, 91%, 45%)
(0.97 / 0.00 / 0.91 / 0.45)
Color #048B0D in popluar color models
04 | 8B | 0D | |
---|---|---|---|
RGB | 4 | 139 | 13 |
HSL | 124° | 94.41% | 28.04% |
HSB/HSV | 124° | 97.12% | 54.51% |
CMYK | 97.12% | 0.00% | 90.65% |
45.49% |
Color #048B0D in popluar number systems.
HEX | 04 | 8B | 0D |
Decimal | 4 | 139 | 13 |
Binary | 100 | 10001011 | 1101 |
Octal | 4 | 213 | 15 |
Shades of #048B0D
Tints of #048B0D
Examples of css and html codes for elements with #048B0D color. Also use rgb(4,139,13) instead hex code.
.myTextColor { color: #048B0D; }
<p style="color:#048B0D">This sample text font color is #048B0D.</p>
This text font color is #048B0D.
.myBgColor { background-color: #048B0D; }
<div style="background-color:#048B0D">Inner text</div>
This div background color is #048B0D.
.myBorderColor { border: 1px solid #048B0D; }
<div style="border:3px solid #048B0D">Div</div>
This div border color is #048B0D.
.myOpacity80 { color: #048B0D; opacity: 0.8; }
<p style="color:#048B0D;opacity:0.8;">80%</p>
Text with #048B0D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #048B0D;}
<p style="text-shadow: 3px 3px 1px #048B0D">Text here.</p>
This text has shadow with #048B0D color.
.textShadow {text-shadow: 3px 3px 1px #048B0D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #048B0D, 5px 5px 20px red">Text here.</p>
This text has shadow with #048B0D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#048B0D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#048B0D, Direction=45, Strength=4)">Text</p>
This text has shadow with #048B0D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #048B0D;
-webkit-box-shadow: 1px 1px 3px 2px #048B0D;
box-shadow: 1px 1px 3px 2px #048B0D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #048B0D; -webkit-box-shadow: 1px 1px 3px 2px #048B0D; box-shadow:1px 1px 3px 2px #048B0D;">
Div content here
</div>
This text has color #048B0D on black background.
This text has color #048B0D on white background.
This text has black color on #048B0D background.
This text has white color on #048B0D background.
Complementary color for #hex is #FB74F2.