COLOR #48A884

HEX: #48A884
RGB: (72,168,132)

Color info

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

RGB color model

#48A884 color RGB value is (72,168,132).

  • red value is 72;
  • green value is 168;
  • blue value is 132.
RGB:
(72,168,132)
(28%,66%,52%)

RGB channels and saturation

R 72 of 255 = 28%
G 168 of 255 = 66%
B 132 of 255 = 52%

72
168
132

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

Portions of RGB colors in percentages

R + G + B =
72 + 168 + 132 = 372 (100%)
R 72 of 372 ~ 19.35%
G 168 of 372 ~ 45.16%
B 132 of 372 ~ 35.48%

%19.35
%45.16
%35.48

CMYK color model

#48A884 color CMYK value is (57,0,21,34).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(57,0,21,34)
C57M0Y21K34 
(57%,0%,21%,34%)
(0.57/0.00/0.21/0.34)	

CMYK percentages

%57.14
%0
%21.43
%34.12

Codes

Color #48A884 in popluar color models

48A884
RGB72168132
HSL158°40.00%47.06%
HSB/HSV158°57.14%65.88%
CMYK57.14%0.00%21.43%
34.12%

Color #48A884 in popluar number systems.

HEX48A884
Decimal72168132
Binary10010001010100010000100
Octal110250204

Shades and tints

Shades of #48A884

#48A884
(72,168,132)
#429978
(66,153,120)
#3C8A6C
(60,138,108)
#367B60
(54,123,96)
#306C54
(48,108,84)
#2A5D48
(42,93,72)
#244E3C
(36,78,60)
#1E3F30
(30,63,48)
#183024
(24,48,36)
#122118
(18,33,24)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #48A884

#48A884
(72,168,132)
#58AF8F
(88,175,143)
#68B69A
(104,182,154)
#78BDA5
(120,189,165)
#88C4B0
(136,196,176)
#98CBBB
(152,203,187)
#A8D2C6
(168,210,198)
#B8D9D1
(184,217,209)
#C8E0DC
(200,224,220)
#D8E7E7
(216,231,231)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A884 color. Also use rgb(72,168,132) instead hex code.

Text Font Color

.myTextColor { color: #48A884; }

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

This text font color is #48A884.


Background Color

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

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

This div background color is #48A884.


Border color

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

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

This div border color is #48A884.


Opacity

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

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

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

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

This text has shadow with #48A884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A884 on black background.


Color preview on white background

This text has color #48A884 on white background.



Black color preview on #48A884 background

This text has black color on #48A884 background.


White color preview on #48A884 background

This text has white color on #48A884 background.