COLOR #48A573

HEX: #48A573 RGB: (72,165,115)

Color info

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

RGB color model

#48A573 color RGB value is (72,165,115).

RGB: (72,165,115) (28%, 65%, 45%)

RGB channels and saturation

R 72 of 255 = 28%
G 165 of 255 = 65%
B 115 of 255 = 45%

72
165
115

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

Portions of RGB colors in percentages

R + G + B = 72 + 165 + 115 = 352 (100%)
R 72 of 352 ~ 20.45%
G 165 of 352 ~ 46.88%
B 115 of 352 ~ 32.67'%

%20.45
%46.88
%32.67

CMYK color model

#48A573 color CMYK value is (56,0,30,35).

  • cyan value is 56.36%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 35.29%

CMYK: (56,0,30,35)
C56M0Y30K35 (56%, 0%, 30%, 35%)
(0.56 / 0.00 / 0.30 / 0.35)

CMYK percentages

%56.36
%0
%30.3
%35.29

Codes

Color #48A573 in popluar color models

48 A5 73
RGB 72 165 115
HSL 148° 39.24% 46.47%
HSB/HSV 148° 56.36% 64.71%
CMYK 56.36% 0.00% 30.30%
35.29%

Color #48A573 in popluar number systems.

HEX 48 A5 73
Decimal 72 165 115
Binary 1001000 10100101 1110011
Octal 110 245 163

Shades and tints

Shades of #48A573

#48A573
(72,165,115)
#429669
(66,150,105)
#3C875F
(60,135,95)
#367855
(54,120,85)
#30694B
(48,105,75)
#2A5A41
(42,90,65)
#244B37
(36,75,55)
#1E3C2D
(30,60,45)
#182D23
(24,45,35)
#121E19
(18,30,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #48A573

#48A573
(72,165,115)
#58AD7F
(88,173,127)
#68B58B
(104,181,139)
#78BD97
(120,189,151)
#88C5A3
(136,197,163)
#98CDAF
(152,205,175)
#A8D5BB
(168,213,187)
#B8DDC7
(184,221,199)
#C8E5D3
(200,229,211)
#D8EDDF
(216,237,223)
#E8F5EB
(232,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48A573; }

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

This text font color is #48A573.

Background Color

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

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

This div background color is #48A573.

Border color

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

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

This div border color is #48A573.

Opacity

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

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

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

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

This text has shadow with #48A573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48A573.

Preview

Color preview on black background

This text has color #48A573 on black background.


Color preview on white background

This text has color #48A573 on white background.


Black color preview on #48A573 background

This text has black color on #48A573 background.


White color preview on #48A573 background

This text has white color on #48A573 background.


Related colors

Complementary color

Complementary color for #hex is #B75A8C.


I love getcolorcode.com

Triadic colors

1 #7348A5 and #A57348 with #48A573 are triadic colors.

2 #73A548 and #A54873 with #48A573 are triadic colors.