COLOR #48D594

HEX: #48D594
RGB: (72,213,148)

Color info

#48D594 contains mainly green color. Web safe color of #48D594 is #33CC99 (or #3C9).

RGB color model

#48D594 color RGB value is (72,213,148).

  • red value is 72;
  • green value is 213;
  • blue value is 148.
RGB:
(72,213,148)
(28%,84%,58%)

RGB channels and saturation

R 72 of 255 = 28%
G 213 of 255 = 84%
B 148 of 255 = 58%

72
213
148

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

Portions of RGB colors in percentages

R + G + B =
72 + 213 + 148 = 433 (100%)
R 72 of 433 ~ 16.63%
G 213 of 433 ~ 49.19%
B 148 of 433 ~ 34.18%

%16.63
%49.19
%34.18

CMYK color model

#48D594 color CMYK value is (66,0,31,16).

  • cyan value is 66.20%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 16.47%
CMYK:
(66,0,31,16)
C66M0Y31K16 
(66%,0%,31%,16%)
(0.66/0.00/0.31/0.16)	

CMYK percentages

%66.2
%0
%30.52
%16.47

Codes

Color #48D594 in popluar color models

48D594
RGB72213148
HSL152°62.67%55.88%
HSB/HSV152°66.20%83.53%
CMYK66.20%0.00%30.52%
16.47%

Color #48D594 in popluar number systems.

HEX48D594
Decimal72213148
Binary10010001101010110010100
Octal110325224

Shades and tints

Shades of #48D594

#48D594
(72,213,148)
#42C287
(66,194,135)
#3CAF7A
(60,175,122)
#369C6D
(54,156,109)
#308960
(48,137,96)
#2A7653
(42,118,83)
#246346
(36,99,70)
#1E5039
(30,80,57)
#183D2C
(24,61,44)
#122A1F
(18,42,31)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #48D594

#48D594
(72,213,148)
#58D89D
(88,216,157)
#68DBA6
(104,219,166)
#78DEAF
(120,222,175)
#88E1B8
(136,225,184)
#98E4C1
(152,228,193)
#A8E7CA
(168,231,202)
#B8EAD3
(184,234,211)
#C8EDDC
(200,237,220)
#D8F0E5
(216,240,229)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D594 color. Also use rgb(72,213,148) instead hex code.

Text Font Color

.myTextColor { color: #48D594; }

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

This text font color is #48D594.


Background Color

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

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

This div background color is #48D594.


Border color

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

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

This div border color is #48D594.


Opacity

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

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

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

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

This text has shadow with #48D594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D594 on black background.


Color preview on white background

This text has color #48D594 on white background.



Black color preview on #48D594 background

This text has black color on #48D594 background.


White color preview on #48D594 background

This text has white color on #48D594 background.