COLOR #48898A

HEX: #48898A RGB: (72,137,138)

Color info

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

RGB color model

#48898A color RGB value is (72,137,138).

RGB: (72,137,138) (28%, 54%, 54%)

RGB channels and saturation

R 72 of 255 = 28%
G 137 of 255 = 54%
B 138 of 255 = 54%

72
137
138

R + G + B ~ 45%. #48898A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 137 + 138 = 347 (100%)
R 72 of 347 ~ 20.75%
G 137 of 347 ~ 39.48%
B 138 of 347 ~ 39.77'%

%20.75
%39.48
%39.77

CMYK color model

#48898A color CMYK value is (48,1,0,46).

  • cyan value is 47.83%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (48,1,0,46)
C48M1Y0K46 (48%, 1%, 0%, 46%)
(0.48 / 0.01 / 0.00 / 0.46)

CMYK percentages

%47.83
%0.72
%0
%45.88

Codes

Color #48898A in popluar color models

48 89 8A
RGB 72 137 138
HSL 181° 31.43% 41.18%
HSB/HSV 181° 47.83% 54.12%
CMYK 47.83% 0.72% 0.00%
45.88%

Color #48898A in popluar number systems.

HEX 48 89 8A
Decimal 72 137 138
Binary 1001000 10001001 10001010
Octal 110 211 212

Shades and tints

Shades of #48898A

#48898A
(72,137,138)
#427D7E
(66,125,126)
#3C7172
(60,113,114)
#366566
(54,101,102)
#30595A
(48,89,90)
#2A4D4E
(42,77,78)
#244142
(36,65,66)
#1E3536
(30,53,54)
#18292A
(24,41,42)
#121D1E
(18,29,30)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #48898A

#48898A
(72,137,138)
#589394
(88,147,148)
#689D9E
(104,157,158)
#78A7A8
(120,167,168)
#88B1B2
(136,177,178)
#98BBBC
(152,187,188)
#A8C5C6
(168,197,198)
#B8CFD0
(184,207,208)
#C8D9DA
(200,217,218)
#D8E3E4
(216,227,228)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48898A color. Also use rgb(72,137,138) instead hex code.

Text Font Color

.myTextColor { color: #48898A; }

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

This text font color is #48898A.

Background Color

.myBgColor { background-color: #48898A; }

<div style="background-color:#48898A">Inner text</div>

This div background color is #48898A.

Border color

.myBorderColor { border: 1px solid #48898A; }

<div style="border:3px solid #48898A">Div</div>

This div border color is #48898A.

Opacity

.myOpacity80 { color: #48898A; opacity: 0.8; }

<p style="color:#48898A;opacity:0.8;">80%</p>

Text with #48898A 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 #48898A;}

<p style="text-shadow: 3px 3px 1px #48898A">Text here.</p>

This text has shadow with #48898A color.


.textShadow {text-shadow: 3px 3px 1px #48898A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #48898A, 5px 5px 20px red">Text here.</p>

This text has shadow with #48898A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48898A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#48898A, Direction=45, Strength=4)">Text</p>

This text has shadow with #48898A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48898A;
-webkit-box-shadow: 1px 1px 3px 2px #48898A;
box-shadow: 1px 1px 3px 2px #48898A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48898A; -webkit-box-shadow: 1px 1px 3px 2px #48898A; box-shadow:1px 1px 3px 2px #48898A;">
Div content here
</div>

This div box has shadow with color #48898A.

Preview

Color preview on black background

This text has color #48898A on black background.


Color preview on white background

This text has color #48898A on white background.


Black color preview on #48898A background

This text has black color on #48898A background.


White color preview on #48898A background

This text has white color on #48898A background.


Related colors

Complementary color

Complementary color for #hex is #B77675.


I love getcolorcode.com

Triadic colors

1 #8A4889 and #898A48 with #48898A are triadic colors.

2 #8A8948 and #89488A with #48898A are triadic colors.