COLOR #48B084

HEX: #48B084
RGB: (72,176,132)

Color info

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

RGB color model

#48B084 color RGB value is (72,176,132).

  • red value is 72;
  • green value is 176;
  • blue value is 132.
RGB:
(72,176,132)
(28%,69%,52%)

RGB channels and saturation

R 72 of 255 = 28%
G 176 of 255 = 69%
B 132 of 255 = 52%

72
176
132

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

Portions of RGB colors in percentages

R + G + B =
72 + 176 + 132 = 380 (100%)
R 72 of 380 ~ 18.95%
G 176 of 380 ~ 46.32%
B 132 of 380 ~ 34.74%

%18.95
%46.32
%34.74

CMYK color model

#48B084 color CMYK value is (59,0,25,31).

  • cyan value is 59.09%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK:
(59,0,25,31)
C59M0Y25K31 
(59%,0%,25%,31%)
(0.59/0.00/0.25/0.31)	

CMYK percentages

%59.09
%0
%25
%30.98

Codes

Color #48B084 in popluar color models

48B084
RGB72176132
HSL155°41.94%48.63%
HSB/HSV155°59.09%69.02%
CMYK59.09%0.00%25.00%
30.98%

Color #48B084 in popluar number systems.

HEX48B084
Decimal72176132
Binary10010001011000010000100
Octal110260204

Shades and tints

Shades of #48B084

#48B084
(72,176,132)
#42A078
(66,160,120)
#3C906C
(60,144,108)
#368060
(54,128,96)
#307054
(48,112,84)
#2A6048
(42,96,72)
#24503C
(36,80,60)
#1E4030
(30,64,48)
#183024
(24,48,36)
#122018
(18,32,24)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #48B084

#48B084
(72,176,132)
#58B78F
(88,183,143)
#68BE9A
(104,190,154)
#78C5A5
(120,197,165)
#88CCB0
(136,204,176)
#98D3BB
(152,211,187)
#A8DAC6
(168,218,198)
#B8E1D1
(184,225,209)
#C8E8DC
(200,232,220)
#D8EFE7
(216,239,231)
#E8F6F2
(232,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B084 color. Also use rgb(72,176,132) instead hex code.

Text Font Color

.myTextColor { color: #48B084; }

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

This text font color is #48B084.


Background Color

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

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

This div background color is #48B084.


Border color

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

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

This div border color is #48B084.


Opacity

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

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

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

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

This text has shadow with #48B084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B084 on black background.


Color preview on white background

This text has color #48B084 on white background.



Black color preview on #48B084 background

This text has black color on #48B084 background.


White color preview on #48B084 background

This text has white color on #48B084 background.