HEX: #48988C
RGB: (72,152,140)
#48988C contains mainly green and blue colors. Web safe color of #48988C is #339999 (or #399).
#48988C color RGB value is (72,152,140).
RGB: (72,152,140)
(28%, 60%, 55%)
R 72 of 255 = 28%
G 152 of 255 = 60%
B 140 of 255 = 55%
R + G + B ~ 48%. #48988C is middle color (not dark and not light).
R + G + B = 72 + 152 + 140 = 364 (100%)
R 72 of 364 ~ 19.78%
G 152 of 364 ~ 41.76%
B 140 of 364 ~ 38.46'%
#48988C color CMYK value is (53,0,8,40).
CMYK: (53,0,8,40)
C53M0Y8K40 (53%, 0%, 8%, 40%)
(0.53 / 0.00 / 0.08 / 0.40)
Color #48988C in popluar color models
48 | 98 | 8C | |
---|---|---|---|
RGB | 72 | 152 | 140 |
HSL | 171° | 35.71% | 43.92% |
HSB/HSV | 171° | 52.63% | 59.61% |
CMYK | 52.63% | 0.00% | 7.89% |
40.39% |
Color #48988C in popluar number systems.
HEX | 48 | 98 | 8C |
Decimal | 72 | 152 | 140 |
Binary | 1001000 | 10011000 | 10001100 |
Octal | 110 | 230 | 214 |
Shades of #48988C
Tints of #48988C
Examples of css and html codes for elements with #48988C color. Also use rgb(72,152,140) instead hex code.
.myTextColor { color: #48988C; }
<p style="color:#48988C">This sample text font color is #48988C.</p>
This text font color is #48988C.
.myBgColor { background-color: #48988C; }
<div style="background-color:#48988C">Inner text</div>
This div background color is #48988C.
.myBorderColor { border: 1px solid #48988C; }
<div style="border:3px solid #48988C">Div</div>
This div border color is #48988C.
.myOpacity80 { color: #48988C; opacity: 0.8; }
<p style="color:#48988C;opacity:0.8;">80%</p>
Text with #48988C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48988C;}
<p style="text-shadow: 3px 3px 1px #48988C">Text here.</p>
This text has shadow with #48988C color.
.textShadow {text-shadow: 3px 3px 1px #48988C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48988C, 5px 5px 20px red">Text here.</p>
This text has shadow with #48988C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48988C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48988C, Direction=45, Strength=4)">Text</p>
This text has shadow with #48988C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48988C;
-webkit-box-shadow: 1px 1px 3px 2px #48988C;
box-shadow: 1px 1px 3px 2px #48988C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48988C; -webkit-box-shadow: 1px 1px 3px 2px #48988C; box-shadow:1px 1px 3px 2px #48988C;">
Div content here
</div>
This text has color #48988C on black background.
This text has color #48988C on white background.
This text has black color on #48988C background.
This text has white color on #48988C background.
Complementary color for #hex is #B76773.