COLOR #48A17D

HEX: #48A17D
RGB: (72,161,125)

Color info

#48A17D contains mainly green and blue colors. Web safe color of #48A17D is #339966 (or #396).

RGB color model

#48A17D color RGB value is (72,161,125).

  • red value is 72;
  • green value is 161;
  • blue value is 125.
RGB:
(72,161,125)
(28%,63%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 161 of 255 = 63%
B 125 of 255 = 49%

72
161
125

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

Portions of RGB colors in percentages

R + G + B =
72 + 161 + 125 = 358 (100%)
R 72 of 358 ~ 20.11%
G 161 of 358 ~ 44.97%
B 125 of 358 ~ 34.92%

%20.11
%44.97
%34.92

CMYK color model

#48A17D color CMYK value is (55,0,22,37).

  • cyan value is 55.28%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(55,0,22,37)
C55M0Y22K37 
(55%,0%,22%,37%)
(0.55/0.00/0.22/0.37)	

CMYK percentages

%55.28
%0
%22.36
%36.86

Codes

Color #48A17D in popluar color models

48A17D
RGB72161125
HSL156°38.20%45.69%
HSB/HSV156°55.28%63.14%
CMYK55.28%0.00%22.36%
36.86%

Color #48A17D in popluar number systems.

HEX48A17D
Decimal72161125
Binary1001000101000011111101
Octal110241175

Shades and tints

Shades of #48A17D

#48A17D
(72,161,125)
#429372
(66,147,114)
#3C8567
(60,133,103)
#36775C
(54,119,92)
#306951
(48,105,81)
#2A5B46
(42,91,70)
#244D3B
(36,77,59)
#1E3F30
(30,63,48)
#183125
(24,49,37)
#12231A
(18,35,26)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #48A17D

#48A17D
(72,161,125)
#58A988
(88,169,136)
#68B193
(104,177,147)
#78B99E
(120,185,158)
#88C1A9
(136,193,169)
#98C9B4
(152,201,180)
#A8D1BF
(168,209,191)
#B8D9CA
(184,217,202)
#C8E1D5
(200,225,213)
#D8E9E0
(216,233,224)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A17D color. Also use rgb(72,161,125) instead hex code.

Text Font Color

.myTextColor { color: #48A17D; }

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

This text font color is #48A17D.


Background Color

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

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

This div background color is #48A17D.


Border color

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

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

This div border color is #48A17D.


Opacity

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

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

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

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

This text has shadow with #48A17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A17D on black background.


Color preview on white background

This text has color #48A17D on white background.



Black color preview on #48A17D background

This text has black color on #48A17D background.


White color preview on #48A17D background

This text has white color on #48A17D background.