HEX: #48957F
RGB: (72,149,127)
#48957F contains mainly green and blue colors. Web safe color of #48957F is #339966 (or #396).
#48957F color RGB value is (72,149,127).
RGB: (72,149,127)
(28%, 58%, 50%)
R 72 of 255 = 28%
G 149 of 255 = 58%
B 127 of 255 = 50%
R + G + B ~ 45%. #48957F is middle color (not dark and not light).
R + G + B = 72 + 149 + 127 = 348 (100%)
R 72 of 348 ~ 20.69%
G 149 of 348 ~ 42.82%
B 127 of 348 ~ 36.49'%
#48957F color CMYK value is (52,0,15,42).
CMYK: (52,0,15,42) C52M0Y15K42 (52%,0%,15%,42%) (0.52/0.00/0.15/0.42)
Color #48957F in popluar color models
48 | 95 | 7F | |
---|---|---|---|
RGB | 72 | 149 | 127 |
HSL | 163° | 34.84% | 43.33% |
HSB/HSV | 163° | 51.68% | 58.43% |
CMYK | 51.68% | 0.00% | 14.77% |
41.57% |
Color #48957F in popluar number systems.
HEX | 48 | 95 | 7F |
Decimal | 72 | 149 | 127 |
Binary | 1001000 | 10010101 | 1111111 |
Octal | 110 | 225 | 177 |
Shades of #48957F
Tints of #48957F
Examples of css and html codes for elements with #48957F color. Also use rgb(72,149,127) instead hex code.
.myTextColor { color: #48957F; }
<p style="color:#48957F">This sample text font color is #48957F.</p>
This text font color is #48957F.
.myBgColor { background-color: #48957F; }
<div style="background-color:#48957F">Inner text</div>
This div background color is #48957F.
.myBorderColor { border: 1px solid #48957F; }
<div style="border:3px solid #48957F">Div</div>
This div border color is #48957F.
.myOpacity80 { color: #48957F; opacity: 0.8; }
<p style="color:#48957F;opacity:0.8;">80%</p>
Text with #48957F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48957F;}
<p style="text-shadow: 3px 3px 1px #48957F">Text here.</p>
This text has shadow with #48957F color.
.textShadow {text-shadow: 3px 3px 1px #48957F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48957F, 5px 5px 20px red">Text here.</p>
This text has shadow with #48957F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48957F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48957F, Direction=45, Strength=4)">Text</p>
This text has shadow with #48957F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48957F;
-webkit-box-shadow: 1px 1px 3px 2px #48957F;
box-shadow: 1px 1px 3px 2px #48957F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48957F; -webkit-box-shadow: 1px 1px 3px 2px #48957F; box-shadow:1px 1px 3px 2px #48957F;">
Div content here
</div>
This text has color #48957F on black background.
This text has color #48957F on white background.
This text has black color on #48957F background.
This text has white color on #48957F background.
Complementary color for #hex is #B76A80.