COLOR #48A27C

HEX: #48A27C
RGB: (72,162,124)

Color info

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

RGB color model

#48A27C color RGB value is (72,162,124).

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

RGB channels and saturation

R 72 of 255 = 28%
G 162 of 255 = 64%
B 124 of 255 = 49%

72
162
124

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

Portions of RGB colors in percentages

R + G + B =
72 + 162 + 124 = 358 (100%)
R 72 of 358 ~ 20.11%
G 162 of 358 ~ 45.25%
B 124 of 358 ~ 34.64%

%20.11
%45.25
%34.64

CMYK color model

#48A27C color CMYK value is (56,0,23,36).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 36.47%
CMYK:
(56,0,23,36)
C56M0Y23K36 
(56%,0%,23%,36%)
(0.56/0.00/0.23/0.36)	

CMYK percentages

%55.56
%0
%23.46
%36.47

Codes

Color #48A27C in popluar color models

48A27C
RGB72162124
HSL155°38.46%45.88%
HSB/HSV155°55.56%63.53%
CMYK55.56%0.00%23.46%
36.47%

Color #48A27C in popluar number systems.

HEX48A27C
Decimal72162124
Binary1001000101000101111100
Octal110242174

Shades and tints

Shades of #48A27C

#48A27C
(72,162,124)
#429471
(66,148,113)
#3C8666
(60,134,102)
#36785B
(54,120,91)
#306A50
(48,106,80)
#2A5C45
(42,92,69)
#244E3A
(36,78,58)
#1E402F
(30,64,47)
#183224
(24,50,36)
#122419
(18,36,25)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #48A27C

#48A27C
(72,162,124)
#58AA87
(88,170,135)
#68B292
(104,178,146)
#78BA9D
(120,186,157)
#88C2A8
(136,194,168)
#98CAB3
(152,202,179)
#A8D2BE
(168,210,190)
#B8DAC9
(184,218,201)
#C8E2D4
(200,226,212)
#D8EADF
(216,234,223)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48A27C; }

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

This text font color is #48A27C.


Background Color

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

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

This div background color is #48A27C.


Border color

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

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

This div border color is #48A27C.


Opacity

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

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

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

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

This text has shadow with #48A27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A27C on black background.


Color preview on white background

This text has color #48A27C on white background.



Black color preview on #48A27C background

This text has black color on #48A27C background.


White color preview on #48A27C background

This text has white color on #48A27C background.