COLOR #48B981

HEX: #48B981
RGB: (72,185,129)

Color info

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

RGB color model

#48B981 color RGB value is (72,185,129).

  • red value is 72;
  • green value is 185;
  • blue value is 129.
RGB:
(72,185,129)
(28%,73%,51%)

RGB channels and saturation

R 72 of 255 = 28%
G 185 of 255 = 73%
B 129 of 255 = 51%

72
185
129

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

Portions of RGB colors in percentages

R + G + B =
72 + 185 + 129 = 386 (100%)
R 72 of 386 ~ 18.65%
G 185 of 386 ~ 47.93%
B 129 of 386 ~ 33.42%

%18.65
%47.93
%33.42

CMYK color model

#48B981 color CMYK value is (61,0,30,27).

  • cyan value is 61.08%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK:
(61,0,30,27)
C61M0Y30K27 
(61%,0%,30%,27%)
(0.61/0.00/0.30/0.27)	

CMYK percentages

%61.08
%0
%30.27
%27.45

Codes

Color #48B981 in popluar color models

48B981
RGB72185129
HSL150°44.66%50.39%
HSB/HSV150°61.08%72.55%
CMYK61.08%0.00%30.27%
27.45%

Color #48B981 in popluar number systems.

HEX48B981
Decimal72185129
Binary10010001011100110000001
Octal110271201

Shades and tints

Shades of #48B981

#48B981
(72,185,129)
#42A976
(66,169,118)
#3C996B
(60,153,107)
#368960
(54,137,96)
#307955
(48,121,85)
#2A694A
(42,105,74)
#24593F
(36,89,63)
#1E4934
(30,73,52)
#183929
(24,57,41)
#12291E
(18,41,30)
#0C1913
(12,25,19)
#000000
(0,0,0)

Tints of #48B981

#48B981
(72,185,129)
#58BF8C
(88,191,140)
#68C597
(104,197,151)
#78CBA2
(120,203,162)
#88D1AD
(136,209,173)
#98D7B8
(152,215,184)
#A8DDC3
(168,221,195)
#B8E3CE
(184,227,206)
#C8E9D9
(200,233,217)
#D8EFE4
(216,239,228)
#E8F5EF
(232,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B981 color. Also use rgb(72,185,129) instead hex code.

Text Font Color

.myTextColor { color: #48B981; }

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

This text font color is #48B981.


Background Color

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

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

This div background color is #48B981.


Border color

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

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

This div border color is #48B981.


Opacity

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

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

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

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

This text has shadow with #48B981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B981 on black background.


Color preview on white background

This text has color #48B981 on white background.



Black color preview on #48B981 background

This text has black color on #48B981 background.


White color preview on #48B981 background

This text has white color on #48B981 background.