COLOR #48A388

HEX: #48A388 RGB: (72,163,136)

Color info

#48A388 contains mainly green and blue colors. Web safe color of #48A388 is #339999 (or #399).

RGB color model

#48A388 color RGB value is (72,163,136).

RGB: (72,163,136) (28%, 64%, 53%)

RGB channels and saturation

R 72 of 255 = 28%
G 163 of 255 = 64%
B 136 of 255 = 53%

72
163
136

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

Portions of RGB colors in percentages

R + G + B = 72 + 163 + 136 = 371 (100%)
R 72 of 371 ~ 19.41%
G 163 of 371 ~ 43.94%
B 136 of 371 ~ 36.66'%

%19.41
%43.94
%36.66

CMYK color model

#48A388 color CMYK value is (56,0,17,36).

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

CMYK: (56,0,17,36)
C56M0Y17K36 (56%, 0%, 17%, 36%)
(0.56 / 0.00 / 0.17 / 0.36)

CMYK percentages

%55.83
%0
%16.56
%36.08

Codes

Color #48A388 in popluar color models

48 A3 88
RGB 72 163 136
HSL 162° 38.72% 46.08%
HSB/HSV 162° 55.83% 63.92%
CMYK 55.83% 0.00% 16.56%
36.08%

Color #48A388 in popluar number systems.

HEX 48 A3 88
Decimal 72 163 136
Binary 1001000 10100011 10001000
Octal 110 243 210

Shades and tints

Shades of #48A388

#48A388
(72,163,136)
#42957C
(66,149,124)
#3C8770
(60,135,112)
#367964
(54,121,100)
#306B58
(48,107,88)
#2A5D4C
(42,93,76)
#244F40
(36,79,64)
#1E4134
(30,65,52)
#183328
(24,51,40)
#12251C
(18,37,28)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #48A388

#48A388
(72,163,136)
#58AB92
(88,171,146)
#68B39C
(104,179,156)
#78BBA6
(120,187,166)
#88C3B0
(136,195,176)
#98CBBA
(152,203,186)
#A8D3C4
(168,211,196)
#B8DBCE
(184,219,206)
#C8E3D8
(200,227,216)
#D8EBE2
(216,235,226)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48A388; }

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

This text font color is #48A388.

Background Color

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

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

This div background color is #48A388.

Border color

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

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

This div border color is #48A388.

Opacity

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

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

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

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

This text has shadow with #48A388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48A388.

Preview

Color preview on black background

This text has color #48A388 on black background.


Color preview on white background

This text has color #48A388 on white background.


Black color preview on #48A388 background

This text has black color on #48A388 background.


White color preview on #48A388 background

This text has white color on #48A388 background.


Related colors

Complementary color

Complementary color for #hex is #B75C77.


I love getcolorcode.com

Triadic colors

1 #8848A3 and #A38848 with #48A388 are triadic colors.

2 #88A348 and #A34888 with #48A388 are triadic colors.