HEX: #48A76A
RGB: (72,167,106)
#48A76A contains mainly green color. Web safe color of #48A76A is #339966 (or #396).
#48A76A color RGB value is (72,167,106).
RGB: (72,167,106)
(28%, 65%, 42%)
R 72 of 255 = 28%
G 167 of 255 = 65%
B 106 of 255 = 42%
R + G + B ~ 45%. #48A76A is middle color (not dark and not light).
R + G + B = 72 + 167 + 106 = 345 (100%)
R 72 of 345 ~ 20.87%
G 167 of 345 ~ 48.41%
B 106 of 345 ~ 30.72'%
#48A76A color CMYK value is (57,0,37,35).
CMYK: (57,0,37,35)
C57M0Y37K35 (57%, 0%, 37%, 35%)
(0.57 / 0.00 / 0.37 / 0.35)
Color #48A76A in popluar color models
48 | A7 | 6A | |
---|---|---|---|
RGB | 72 | 167 | 106 |
HSL | 141° | 39.75% | 46.86% |
HSB/HSV | 141° | 56.89% | 65.49% |
CMYK | 56.89% | 0.00% | 36.53% |
34.51% |
Color #48A76A in popluar number systems.
HEX | 48 | A7 | 6A |
Decimal | 72 | 167 | 106 |
Binary | 1001000 | 10100111 | 1101010 |
Octal | 110 | 247 | 152 |
Shades of #48A76A
Tints of #48A76A
Examples of css and html codes for elements with #48A76A color. Also use rgb(72,167,106) instead hex code.
.myTextColor { color: #48A76A; }
<p style="color:#48A76A">This sample text font color is #48A76A.</p>
This text font color is #48A76A.
.myBgColor { background-color: #48A76A; }
<div style="background-color:#48A76A">Inner text</div>
This div background color is #48A76A.
.myBorderColor { border: 1px solid #48A76A; }
<div style="border:3px solid #48A76A">Div</div>
This div border color is #48A76A.
.myOpacity80 { color: #48A76A; opacity: 0.8; }
<p style="color:#48A76A;opacity:0.8;">80%</p>
Text with #48A76A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48A76A;}
<p style="text-shadow: 3px 3px 1px #48A76A">Text here.</p>
This text has shadow with #48A76A color.
.textShadow {text-shadow: 3px 3px 1px #48A76A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48A76A, 5px 5px 20px red">Text here.</p>
This text has shadow with #48A76A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48A76A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48A76A, Direction=45, Strength=4)">Text</p>
This text has shadow with #48A76A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48A76A;
-webkit-box-shadow: 1px 1px 3px 2px #48A76A;
box-shadow: 1px 1px 3px 2px #48A76A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48A76A; -webkit-box-shadow: 1px 1px 3px 2px #48A76A; box-shadow:1px 1px 3px 2px #48A76A;">
Div content here
</div>
This text has color #48A76A on black background.
This text has color #48A76A on white background.
This text has black color on #48A76A background.
This text has white color on #48A76A background.
Complementary color for #hex is #B75895.