COLOR #48A473

HEX: #48A473
RGB: (72,164,115)

Color info

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

RGB color model

#48A473 color RGB value is (72,164,115).

  • red value is 72;
  • green value is 164;
  • blue value is 115.
RGB:
(72,164,115)
(28%,64%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 164 of 255 = 64%
B 115 of 255 = 45%

72
164
115

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

Portions of RGB colors in percentages

R + G + B =
72 + 164 + 115 = 351 (100%)
R 72 of 351 ~ 20.51%
G 164 of 351 ~ 46.72%
B 115 of 351 ~ 32.76%

%20.51
%46.72
%32.76

CMYK color model

#48A473 color CMYK value is (56,0,30,36).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK:
(56,0,30,36)
C56M0Y30K36 
(56%,0%,30%,36%)
(0.56/0.00/0.30/0.36)	

CMYK percentages

%56.1
%0
%29.88
%35.69

Codes

Color #48A473 in popluar color models

48A473
RGB72164115
HSL148°38.98%46.27%
HSB/HSV148°56.10%64.31%
CMYK56.10%0.00%29.88%
35.69%

Color #48A473 in popluar number systems.

HEX48A473
Decimal72164115
Binary1001000101001001110011
Octal110244163

Shades and tints

Shades of #48A473

#48A473
(72,164,115)
#429669
(66,150,105)
#3C885F
(60,136,95)
#367A55
(54,122,85)
#306C4B
(48,108,75)
#2A5E41
(42,94,65)
#245037
(36,80,55)
#1E422D
(30,66,45)
#183423
(24,52,35)
#122619
(18,38,25)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #48A473

#48A473
(72,164,115)
#58AC7F
(88,172,127)
#68B48B
(104,180,139)
#78BC97
(120,188,151)
#88C4A3
(136,196,163)
#98CCAF
(152,204,175)
#A8D4BB
(168,212,187)
#B8DCC7
(184,220,199)
#C8E4D3
(200,228,211)
#D8ECDF
(216,236,223)
#E8F4EB
(232,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A473 color. Also use rgb(72,164,115) instead hex code.

Text Font Color

.myTextColor { color: #48A473; }

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

This text font color is #48A473.


Background Color

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

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

This div background color is #48A473.


Border color

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

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

This div border color is #48A473.


Opacity

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

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

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

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

This text has shadow with #48A473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A473 on black background.


Color preview on white background

This text has color #48A473 on white background.



Black color preview on #48A473 background

This text has black color on #48A473 background.


White color preview on #48A473 background

This text has white color on #48A473 background.