COLOR #48898B

HEX: #48898B
RGB: (72,137,139)

Color info

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

RGB color model

#48898B color RGB value is (72,137,139).

  • red value is 72;
  • green value is 137;
  • blue value is 139.
RGB:
(72,137,139)
(28%,54%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 137 of 255 = 54%
B 139 of 255 = 55%

72
137
139

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

Portions of RGB colors in percentages

R + G + B =
72 + 137 + 139 = 348 (100%)
R 72 of 348 ~ 20.69%
G 137 of 348 ~ 39.37%
B 139 of 348 ~ 39.94%

%20.69
%39.37
%39.94

CMYK color model

#48898B color CMYK value is (48,1,0,45).

  • cyan value is 48.20%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(48,1,0,45)
C48M1Y0K45 
(48%,1%,0%,45%)
(0.48/0.01/0.00/0.45)	

CMYK percentages

%48.2
%1.44
%0
%45.49

Codes

Color #48898B in popluar color models

48898B
RGB72137139
HSL182°31.75%41.37%
HSB/HSV182°48.20%54.51%
CMYK48.20%1.44%0.00%
45.49%

Color #48898B in popluar number systems.

HEX48898B
Decimal72137139
Binary10010001000100110001011
Octal110211213

Shades and tints

Shades of #48898B

#48898B
(72,137,139)
#427D7F
(66,125,127)
#3C7173
(60,113,115)
#366567
(54,101,103)
#30595B
(48,89,91)
#2A4D4F
(42,77,79)
#244143
(36,65,67)
#1E3537
(30,53,55)
#18292B
(24,41,43)
#121D1F
(18,29,31)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #48898B

#48898B
(72,137,139)
#589395
(88,147,149)
#689D9F
(104,157,159)
#78A7A9
(120,167,169)
#88B1B3
(136,177,179)
#98BBBD
(152,187,189)
#A8C5C7
(168,197,199)
#B8CFD1
(184,207,209)
#C8D9DB
(200,217,219)
#D8E3E5
(216,227,229)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48898B; }

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

This text font color is #48898B.


Background Color

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

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

This div background color is #48898B.


Border color

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

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

This div border color is #48898B.


Opacity

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

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

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

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

This text has shadow with #48898B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48898B on black background.


Color preview on white background

This text has color #48898B on white background.



Black color preview on #48898B background

This text has black color on #48898B background.


White color preview on #48898B background

This text has white color on #48898B background.