COLOR #48988C

HEX: #48988C RGB: (72,152,140)

Color info

#48988C contains mainly green and blue colors. Web safe color of #48988C is #339999 (or #399).

RGB color model

#48988C color RGB value is (72,152,140).

RGB: (72,152,140) (28%, 60%, 55%)

RGB channels and saturation

R 72 of 255 = 28%
G 152 of 255 = 60%
B 140 of 255 = 55%

72
152
140

R + G + B ~ 48%. #48988C is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%19.78
%41.76
%38.46

CMYK color model

#48988C color CMYK value is (53,0,8,40).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%

CMYK: (53,0,8,40)
C53M0Y8K40 (53%, 0%, 8%, 40%)
(0.53 / 0.00 / 0.08 / 0.40)

CMYK percentages

%52.63
%0
%7.89
%40.39

Codes

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 and tints

Shades of #48988C

#48988C
(72,152,140)
#428B80
(66,139,128)
#3C7E74
(60,126,116)
#367168
(54,113,104)
#30645C
(48,100,92)
#2A5750
(42,87,80)
#244A44
(36,74,68)
#1E3D38
(30,61,56)
#18302C
(24,48,44)
#122320
(18,35,32)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #48988C

#48988C
(72,152,140)
#58A196
(88,161,150)
#68AAA0
(104,170,160)
#78B3AA
(120,179,170)
#88BCB4
(136,188,180)
#98C5BE
(152,197,190)
#A8CEC8
(168,206,200)
#B8D7D2
(184,215,210)
#C8E0DC
(200,224,220)
#D8E9E6
(216,233,230)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48988C color. Also use rgb(72,152,140) instead hex code.

Text Font Color

.myTextColor { color: #48988C; }

<p style="color:#48988C">This sample text font color is #48988C.</p>

This text font color is #48988C.

Background Color

.myBgColor { background-color: #48988C; }

<div style="background-color:#48988C">Inner text</div>

This div background color is #48988C.

Border color

.myBorderColor { border: 1px solid #48988C; }

<div style="border:3px solid #48988C">Div</div>

This div border color is #48988C.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #48988C.

Preview

Color preview on black background

This text has color #48988C on black background.


Color preview on white background

This text has color #48988C on white background.


Black color preview on #48988C background

This text has black color on #48988C background.


White color preview on #48988C background

This text has white color on #48988C background.


Related colors

Complementary color

Complementary color for #hex is #B76773.


I love getcolorcode.com

Triadic colors

1 #8C4898 and #988C48 with #48988C are triadic colors.

2 #8C9848 and #98488C with #48988C are triadic colors.