COLOR #48A27F

HEX: #48A27F
RGB: (72,162,127)

Color info

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

RGB color model

#48A27F color RGB value is (72,162,127).

  • red value is 72;
  • green value is 162;
  • blue value is 127.
RGB:
(72,162,127)
(28%,64%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 162 of 255 = 64%
B 127 of 255 = 50%

72
162
127

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

Portions of RGB colors in percentages

R + G + B =
72 + 162 + 127 = 361 (100%)
R 72 of 361 ~ 19.94%
G 162 of 361 ~ 44.88%
B 127 of 361 ~ 35.18%

%19.94
%44.88
%35.18

CMYK color model

#48A27F color CMYK value is (56,0,22,36).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 36.47%
CMYK:
(56,0,22,36)
C56M0Y22K36 
(56%,0%,22%,36%)
(0.56/0.00/0.22/0.36)	

CMYK percentages

%55.56
%0
%21.6
%36.47

Codes

Color #48A27F in popluar color models

48A27F
RGB72162127
HSL157°38.46%45.88%
HSB/HSV157°55.56%63.53%
CMYK55.56%0.00%21.60%
36.47%

Color #48A27F in popluar number systems.

HEX48A27F
Decimal72162127
Binary1001000101000101111111
Octal110242177

Shades and tints

Shades of #48A27F

#48A27F
(72,162,127)
#429474
(66,148,116)
#3C8669
(60,134,105)
#36785E
(54,120,94)
#306A53
(48,106,83)
#2A5C48
(42,92,72)
#244E3D
(36,78,61)
#1E4032
(30,64,50)
#183227
(24,50,39)
#12241C
(18,36,28)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #48A27F

#48A27F
(72,162,127)
#58AA8A
(88,170,138)
#68B295
(104,178,149)
#78BAA0
(120,186,160)
#88C2AB
(136,194,171)
#98CAB6
(152,202,182)
#A8D2C1
(168,210,193)
#B8DACC
(184,218,204)
#C8E2D7
(200,226,215)
#D8EAE2
(216,234,226)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A27F color. Also use rgb(72,162,127) instead hex code.

Text Font Color

.myTextColor { color: #48A27F; }

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

This text font color is #48A27F.


Background Color

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

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

This div background color is #48A27F.


Border color

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

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

This div border color is #48A27F.


Opacity

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

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

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

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

This text has shadow with #48A27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A27F on black background.


Color preview on white background

This text has color #48A27F on white background.



Black color preview on #48A27F background

This text has black color on #48A27F background.


White color preview on #48A27F background

This text has white color on #48A27F background.