HEX: #48A738
RGB: (72,167,56)
#48A738 contains mainly green color. Web safe color of #48A738 is #339933 (or #393).
#48A738 color RGB value is (72,167,56).
RGB: (72,167,56)
(28%, 65%, 22%)
R 72 of 255 = 28%
G 167 of 255 = 65%
B 56 of 255 = 22%
R + G + B ~ 38%. #48A738 is quite dark color.
R + G + B = 72 + 167 + 56 = 295 (100%)
R 72 of 295 ~ 24.41%
G 167 of 295 ~ 56.61%
B 56 of 295 ~ 18.98'%
#48A738 color CMYK value is (57,0,66,35).
CMYK: (57,0,66,35)
C57M0Y66K35 (57%, 0%, 66%, 35%)
(0.57 / 0.00 / 0.66 / 0.35)
Color #48A738 in popluar color models
48 | A7 | 38 | |
---|---|---|---|
RGB | 72 | 167 | 56 |
HSL | 111° | 49.78% | 43.73% |
HSB/HSV | 111° | 66.47% | 65.49% |
CMYK | 56.89% | 0.00% | 66.47% |
34.51% |
Color #48A738 in popluar number systems.
HEX | 48 | A7 | 38 |
Decimal | 72 | 167 | 56 |
Binary | 1001000 | 10100111 | 111000 |
Octal | 110 | 247 | 70 |
Shades of #48A738
Tints of #48A738
Examples of css and html codes for elements with #48A738 color. Also use rgb(72,167,56) instead hex code.
.myTextColor { color: #48A738; }
<p style="color:#48A738">This sample text font color is #48A738.</p>
This text font color is #48A738.
.myBgColor { background-color: #48A738; }
<div style="background-color:#48A738">Inner text</div>
This div background color is #48A738.
.myBorderColor { border: 1px solid #48A738; }
<div style="border:3px solid #48A738">Div</div>
This div border color is #48A738.
.myOpacity80 { color: #48A738; opacity: 0.8; }
<p style="color:#48A738;opacity:0.8;">80%</p>
Text with #48A738 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48A738;}
<p style="text-shadow: 3px 3px 1px #48A738">Text here.</p>
This text has shadow with #48A738 color.
.textShadow {text-shadow: 3px 3px 1px #48A738', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48A738, 5px 5px 20px red">Text here.</p>
This text has shadow with #48A738 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48A738, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48A738, Direction=45, Strength=4)">Text</p>
This text has shadow with #48A738 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48A738;
-webkit-box-shadow: 1px 1px 3px 2px #48A738;
box-shadow: 1px 1px 3px 2px #48A738;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48A738; -webkit-box-shadow: 1px 1px 3px 2px #48A738; box-shadow:1px 1px 3px 2px #48A738;">
Div content here
</div>
This text has color #48A738 on black background.
This text has color #48A738 on white background.
This text has black color on #48A738 background.
This text has white color on #48A738 background.
Complementary color for #hex is #B758C7.