COLOR #48C178

HEX: #48C178
RGB: (72,193,120)

Color info

#48C178 contains mainly green color. Web safe color of #48C178 is #33CC66 (or #3C6).

RGB color model

#48C178 color RGB value is (72,193,120).

  • red value is 72;
  • green value is 193;
  • blue value is 120.
RGB:
(72,193,120)
(28%,76%,47%)

RGB channels and saturation

R 72 of 255 = 28%
G 193 of 255 = 76%
B 120 of 255 = 47%

72
193
120

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

Portions of RGB colors in percentages

R + G + B =
72 + 193 + 120 = 385 (100%)
R 72 of 385 ~ 18.7%
G 193 of 385 ~ 50.13%
B 120 of 385 ~ 31.17%

%18.7
%50.13
%31.17

CMYK color model

#48C178 color CMYK value is (63,0,38,24).

  • cyan value is 62.69%
  • magenta value is 0.00%
  • yellow value is 37.82%
  • key color value is 24.31%
CMYK:
(63,0,38,24)
C63M0Y38K24 
(63%,0%,38%,24%)
(0.63/0.00/0.38/0.24)	

CMYK percentages

%62.69
%0
%37.82
%24.31

Codes

Color #48C178 in popluar color models

48C178
RGB72193120
HSL144°49.39%51.96%
HSB/HSV144°62.69%75.69%
CMYK62.69%0.00%37.82%
24.31%

Color #48C178 in popluar number systems.

HEX48C178
Decimal72193120
Binary1001000110000011111000
Octal110301170

Shades and tints

Shades of #48C178

#48C178
(72,193,120)
#42B06E
(66,176,110)
#3C9F64
(60,159,100)
#368E5A
(54,142,90)
#307D50
(48,125,80)
#2A6C46
(42,108,70)
#245B3C
(36,91,60)
#1E4A32
(30,74,50)
#183928
(24,57,40)
#12281E
(18,40,30)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #48C178

#48C178
(72,193,120)
#58C684
(88,198,132)
#68CB90
(104,203,144)
#78D09C
(120,208,156)
#88D5A8
(136,213,168)
#98DAB4
(152,218,180)
#A8DFC0
(168,223,192)
#B8E4CC
(184,228,204)
#C8E9D8
(200,233,216)
#D8EEE4
(216,238,228)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48C178; }

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

This text font color is #48C178.


Background Color

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

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

This div background color is #48C178.


Border color

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

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

This div border color is #48C178.


Opacity

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

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

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

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

This text has shadow with #48C178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48C178 on black background.


Color preview on white background

This text has color #48C178 on white background.



Black color preview on #48C178 background

This text has black color on #48C178 background.


White color preview on #48C178 background

This text has white color on #48C178 background.