COLOR #48AA8F

HEX: #48AA8F
RGB: (72,170,143)

Color info

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

RGB color model

#48AA8F color RGB value is (72,170,143).

  • red value is 72;
  • green value is 170;
  • blue value is 143.
RGB:
(72,170,143)
(28%,67%,56%)

RGB channels and saturation

R 72 of 255 = 28%
G 170 of 255 = 67%
B 143 of 255 = 56%

72
170
143

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

Portions of RGB colors in percentages

R + G + B =
72 + 170 + 143 = 385 (100%)
R 72 of 385 ~ 18.7%
G 170 of 385 ~ 44.16%
B 143 of 385 ~ 37.14%

%18.7
%44.16
%37.14

CMYK color model

#48AA8F color CMYK value is (58,0,16,33).

  • cyan value is 57.65%
  • magenta value is 0.00%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK:
(58,0,16,33)
C58M0Y16K33 
(58%,0%,16%,33%)
(0.58/0.00/0.16/0.33)	

CMYK percentages

%57.65
%0
%15.88
%33.33

Codes

Color #48AA8F in popluar color models

48AA8F
RGB72170143
HSL163°40.50%47.45%
HSB/HSV163°57.65%66.67%
CMYK57.65%0.00%15.88%
33.33%

Color #48AA8F in popluar number systems.

HEX48AA8F
Decimal72170143
Binary10010001010101010001111
Octal110252217

Shades and tints

Shades of #48AA8F

#48AA8F
(72,170,143)
#429B82
(66,155,130)
#3C8C75
(60,140,117)
#367D68
(54,125,104)
#306E5B
(48,110,91)
#2A5F4E
(42,95,78)
#245041
(36,80,65)
#1E4134
(30,65,52)
#183227
(24,50,39)
#12231A
(18,35,26)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #48AA8F

#48AA8F
(72,170,143)
#58B199
(88,177,153)
#68B8A3
(104,184,163)
#78BFAD
(120,191,173)
#88C6B7
(136,198,183)
#98CDC1
(152,205,193)
#A8D4CB
(168,212,203)
#B8DBD5
(184,219,213)
#C8E2DF
(200,226,223)
#D8E9E9
(216,233,233)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AA8F color. Also use rgb(72,170,143) instead hex code.

Text Font Color

.myTextColor { color: #48AA8F; }

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

This text font color is #48AA8F.


Background Color

.myBgColor { background-color: #48AA8F; }

<div style="background-color:#48AA8F">Inner text</div>

This div background color is #48AA8F.


Border color

.myBorderColor { border: 1px solid #48AA8F; }

<div style="border:3px solid #48AA8F">Div</div>

This div border color is #48AA8F.


Opacity

.myOpacity80 { color: #48AA8F; opacity: 0.8; }

<p style="color:#48AA8F;opacity:0.8;">80%</p>

Text with #48AA8F 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 #48AA8F;}

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

This text has shadow with #48AA8F color.

.textShadow {text-shadow: 3px 3px 1px #48AA8F, 3px 3px 1px red;}

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

This text has shadow with #48AA8F primary color and red secondary color.


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

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

This text has shadow with #48AA8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AA8F on black background.


Color preview on white background

This text has color #48AA8F on white background.



Black color preview on #48AA8F background

This text has black color on #48AA8F background.


White color preview on #48AA8F background

This text has white color on #48AA8F background.