COLOR #48A378

HEX: #48A378 RGB: (72,163,120)

Color info

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

RGB color model

#48A378 color RGB value is (72,163,120).

RGB: (72,163,120) (28%, 64%, 47%)

RGB channels and saturation

R 72 of 255 = 28%
G 163 of 255 = 64%
B 120 of 255 = 47%

72
163
120

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

Portions of RGB colors in percentages

R + G + B = 72 + 163 + 120 = 355 (100%)
R 72 of 355 ~ 20.28%
G 163 of 355 ~ 45.92%
B 120 of 355 ~ 33.8'%

%20.28
%45.92
%33.8

CMYK color model

#48A378 color CMYK value is (56,0,26,36).

  • cyan value is 55.83%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 36.08%

CMYK: (56,0,26,36)
C56M0Y26K36 (56%, 0%, 26%, 36%)
(0.56 / 0.00 / 0.26 / 0.36)

CMYK percentages

%55.83
%0
%26.38
%36.08

Codes

Color #48A378 in popluar color models

48 A3 78
RGB 72 163 120
HSL 152° 38.72% 46.08%
HSB/HSV 152° 55.83% 63.92%
CMYK 55.83% 0.00% 26.38%
36.08%

Color #48A378 in popluar number systems.

HEX 48 A3 78
Decimal 72 163 120
Binary 1001000 10100011 1111000
Octal 110 243 170

Shades and tints

Shades of #48A378

#48A378
(72,163,120)
#42956E
(66,149,110)
#3C8764
(60,135,100)
#36795A
(54,121,90)
#306B50
(48,107,80)
#2A5D46
(42,93,70)
#244F3C
(36,79,60)
#1E4132
(30,65,50)
#183328
(24,51,40)
#12251E
(18,37,30)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #48A378

#48A378
(72,163,120)
#58AB84
(88,171,132)
#68B390
(104,179,144)
#78BB9C
(120,187,156)
#88C3A8
(136,195,168)
#98CBB4
(152,203,180)
#A8D3C0
(168,211,192)
#B8DBCC
(184,219,204)
#C8E3D8
(200,227,216)
#D8EBE4
(216,235,228)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A378 color. Also use rgb(72,163,120) instead hex code.

Text Font Color

.myTextColor { color: #48A378; }

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

This text font color is #48A378.

Background Color

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

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

This div background color is #48A378.

Border color

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

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

This div border color is #48A378.

Opacity

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

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

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

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

This text has shadow with #48A378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48A378.

Preview

Color preview on black background

This text has color #48A378 on black background.


Color preview on white background

This text has color #48A378 on white background.


Black color preview on #48A378 background

This text has black color on #48A378 background.


White color preview on #48A378 background

This text has white color on #48A378 background.


Related colors

Complementary color

Complementary color for #hex is #B75C87.


I love getcolorcode.com

Triadic colors

1 #7848A3 and #A37848 with #48A378 are triadic colors.

2 #78A348 and #A34878 with #48A378 are triadic colors.