COLOR #48B49D

HEX: #48B49D
RGB: (72,180,157)

Color info

#48B49D contains mainly green and blue colors. Web safe color of #48B49D is #33CC99 (or #3C9).

RGB color model

#48B49D color RGB value is (72,180,157).

  • red value is 72;
  • green value is 180;
  • blue value is 157.
RGB:
(72,180,157)
(28%,71%,62%)

RGB channels and saturation

R 72 of 255 = 28%
G 180 of 255 = 71%
B 157 of 255 = 62%

72
180
157

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

Portions of RGB colors in percentages

R + G + B =
72 + 180 + 157 = 409 (100%)
R 72 of 409 ~ 17.6%
G 180 of 409 ~ 44.01%
B 157 of 409 ~ 38.39%

%17.6
%44.01
%38.39

CMYK color model

#48B49D color CMYK value is (60,0,13,29).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(60,0,13,29)
C60M0Y13K29 
(60%,0%,13%,29%)
(0.60/0.00/0.13/0.29)	

CMYK percentages

%60
%0
%12.78
%29.41

Codes

Color #48B49D in popluar color models

48B49D
RGB72180157
HSL167°42.86%49.41%
HSB/HSV167°60.00%70.59%
CMYK60.00%0.00%12.78%
29.41%

Color #48B49D in popluar number systems.

HEX48B49D
Decimal72180157
Binary10010001011010010011101
Octal110264235

Shades and tints

Shades of #48B49D

#48B49D
(72,180,157)
#42A48F
(66,164,143)
#3C9481
(60,148,129)
#368473
(54,132,115)
#307465
(48,116,101)
#2A6457
(42,100,87)
#245449
(36,84,73)
#1E443B
(30,68,59)
#18342D
(24,52,45)
#12241F
(18,36,31)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #48B49D

#48B49D
(72,180,157)
#58BAA5
(88,186,165)
#68C0AD
(104,192,173)
#78C6B5
(120,198,181)
#88CCBD
(136,204,189)
#98D2C5
(152,210,197)
#A8D8CD
(168,216,205)
#B8DED5
(184,222,213)
#C8E4DD
(200,228,221)
#D8EAE5
(216,234,229)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B49D color. Also use rgb(72,180,157) instead hex code.

Text Font Color

.myTextColor { color: #48B49D; }

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

This text font color is #48B49D.


Background Color

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

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

This div background color is #48B49D.


Border color

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

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

This div border color is #48B49D.


Opacity

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

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

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

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

This text has shadow with #48B49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B49D on black background.


Color preview on white background

This text has color #48B49D on white background.



Black color preview on #48B49D background

This text has black color on #48B49D background.


White color preview on #48B49D background

This text has white color on #48B49D background.