COLOR #48A972

HEX: #48A972
RGB: (72,169,114)

Color info

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

RGB color model

#48A972 color RGB value is (72,169,114).

  • red value is 72;
  • green value is 169;
  • blue value is 114.
RGB:
(72,169,114)
(28%,66%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 169 of 255 = 66%
B 114 of 255 = 45%

72
169
114

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

Portions of RGB colors in percentages

R + G + B =
72 + 169 + 114 = 355 (100%)
R 72 of 355 ~ 20.28%
G 169 of 355 ~ 47.61%
B 114 of 355 ~ 32.11%

%20.28
%47.61
%32.11

CMYK color model

#48A972 color CMYK value is (57,0,33,34).

  • cyan value is 57.40%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 33.73%
CMYK:
(57,0,33,34)
C57M0Y33K34 
(57%,0%,33%,34%)
(0.57/0.00/0.33/0.34)	

CMYK percentages

%57.4
%0
%32.54
%33.73

Codes

Color #48A972 in popluar color models

48A972
RGB72169114
HSL146°40.25%47.25%
HSB/HSV146°57.40%66.27%
CMYK57.40%0.00%32.54%
33.73%

Color #48A972 in popluar number systems.

HEX48A972
Decimal72169114
Binary1001000101010011110010
Octal110251162

Shades and tints

Shades of #48A972

#48A972
(72,169,114)
#429A68
(66,154,104)
#3C8B5E
(60,139,94)
#367C54
(54,124,84)
#306D4A
(48,109,74)
#2A5E40
(42,94,64)
#244F36
(36,79,54)
#1E402C
(30,64,44)
#183122
(24,49,34)
#122218
(18,34,24)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #48A972

#48A972
(72,169,114)
#58B07E
(88,176,126)
#68B78A
(104,183,138)
#78BE96
(120,190,150)
#88C5A2
(136,197,162)
#98CCAE
(152,204,174)
#A8D3BA
(168,211,186)
#B8DAC6
(184,218,198)
#C8E1D2
(200,225,210)
#D8E8DE
(216,232,222)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A972 color. Also use rgb(72,169,114) instead hex code.

Text Font Color

.myTextColor { color: #48A972; }

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

This text font color is #48A972.


Background Color

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

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

This div background color is #48A972.


Border color

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

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

This div border color is #48A972.


Opacity

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

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

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

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

This text has shadow with #48A972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A972 on black background.


Color preview on white background

This text has color #48A972 on white background.



Black color preview on #48A972 background

This text has black color on #48A972 background.


White color preview on #48A972 background

This text has white color on #48A972 background.