COLOR #48AD88

HEX: #48AD88
RGB: (72,173,136)

Color info

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

RGB color model

#48AD88 color RGB value is (72,173,136).

  • red value is 72;
  • green value is 173;
  • blue value is 136.
RGB:
(72,173,136)
(28%,68%,53%)

RGB channels and saturation

R 72 of 255 = 28%
G 173 of 255 = 68%
B 136 of 255 = 53%

72
173
136

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

Portions of RGB colors in percentages

R + G + B =
72 + 173 + 136 = 381 (100%)
R 72 of 381 ~ 18.9%
G 173 of 381 ~ 45.41%
B 136 of 381 ~ 35.7%

%18.9
%45.41
%35.7

CMYK color model

#48AD88 color CMYK value is (58,0,21,32).

  • cyan value is 58.38%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 32.16%
CMYK:
(58,0,21,32)
C58M0Y21K32 
(58%,0%,21%,32%)
(0.58/0.00/0.21/0.32)	

CMYK percentages

%58.38
%0
%21.39
%32.16

Codes

Color #48AD88 in popluar color models

48AD88
RGB72173136
HSL158°41.22%48.04%
HSB/HSV158°58.38%67.84%
CMYK58.38%0.00%21.39%
32.16%

Color #48AD88 in popluar number systems.

HEX48AD88
Decimal72173136
Binary10010001010110110001000
Octal110255210

Shades and tints

Shades of #48AD88

#48AD88
(72,173,136)
#429E7C
(66,158,124)
#3C8F70
(60,143,112)
#368064
(54,128,100)
#307158
(48,113,88)
#2A624C
(42,98,76)
#245340
(36,83,64)
#1E4434
(30,68,52)
#183528
(24,53,40)
#12261C
(18,38,28)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #48AD88

#48AD88
(72,173,136)
#58B492
(88,180,146)
#68BB9C
(104,187,156)
#78C2A6
(120,194,166)
#88C9B0
(136,201,176)
#98D0BA
(152,208,186)
#A8D7C4
(168,215,196)
#B8DECE
(184,222,206)
#C8E5D8
(200,229,216)
#D8ECE2
(216,236,226)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AD88 color. Also use rgb(72,173,136) instead hex code.

Text Font Color

.myTextColor { color: #48AD88; }

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

This text font color is #48AD88.


Background Color

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

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

This div background color is #48AD88.


Border color

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

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

This div border color is #48AD88.


Opacity

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

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

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

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

This text has shadow with #48AD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AD88 on black background.


Color preview on white background

This text has color #48AD88 on white background.



Black color preview on #48AD88 background

This text has black color on #48AD88 background.


White color preview on #48AD88 background

This text has white color on #48AD88 background.