HEX: #48B76B
RGB: (72,183,107)
#48B76B contains mainly green color. Web safe color of #48B76B is #33CC66 (or #3C6).
#48B76B color RGB value is (72,183,107).
RGB: (72,183,107)
(28%, 72%, 42%)
R 72 of 255 = 28%
G 183 of 255 = 72%
B 107 of 255 = 42%
R + G + B ~ 47%. #48B76B is middle color (not dark and not light).
R + G + B = 72 + 183 + 107 = 362 (100%)
R 72 of 362 ~ 19.89%
G 183 of 362 ~ 50.55%
B 107 of 362 ~ 29.56'%
#48B76B color CMYK value is (61,0,42,28).
CMYK: (61,0,42,28) C61M0Y42K28 (61%,0%,42%,28%) (0.61/0.00/0.42/0.28)
Color #48B76B in popluar color models
48 | B7 | 6B | |
---|---|---|---|
RGB | 72 | 183 | 107 |
HSL | 139° | 43.53% | 50.00% |
HSB/HSV | 139° | 60.66% | 71.76% |
CMYK | 60.66% | 0.00% | 41.53% |
28.24% |
Color #48B76B in popluar number systems.
HEX | 48 | B7 | 6B |
Decimal | 72 | 183 | 107 |
Binary | 1001000 | 10110111 | 1101011 |
Octal | 110 | 267 | 153 |
Shades of #48B76B
Tints of #48B76B
Examples of css and html codes for elements with #48B76B color. Also use rgb(72,183,107) instead hex code.
.myTextColor { color: #48B76B; }
<p style="color:#48B76B">This sample text font color is #48B76B.</p>
This text font color is #48B76B.
.myBgColor { background-color: #48B76B; }
<div style="background-color:#48B76B">Inner text</div>
This div background color is #48B76B.
.myBorderColor { border: 1px solid #48B76B; }
<div style="border:3px solid #48B76B">Div</div>
This div border color is #48B76B.
.myOpacity80 { color: #48B76B; opacity: 0.8; }
<p style="color:#48B76B;opacity:0.8;">80%</p>
Text with #48B76B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48B76B;}
<p style="text-shadow: 3px 3px 1px #48B76B">Text here.</p>
This text has shadow with #48B76B color.
.textShadow {text-shadow: 3px 3px 1px #48B76B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48B76B, 5px 5px 20px red">Text here.</p>
This text has shadow with #48B76B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48B76B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48B76B, Direction=45, Strength=4)">Text</p>
This text has shadow with #48B76B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48B76B;
-webkit-box-shadow: 1px 1px 3px 2px #48B76B;
box-shadow: 1px 1px 3px 2px #48B76B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48B76B; -webkit-box-shadow: 1px 1px 3px 2px #48B76B; box-shadow:1px 1px 3px 2px #48B76B;">
Div content here
</div>
This text has color #48B76B on black background.
This text has color #48B76B on white background.
This text has black color on #48B76B background.
This text has white color on #48B76B background.
Complementary color for #hex is #B74894.