COLOR #48B160

HEX: #48B160
RGB: (72,177,96)

Color info

#48B160 contains mainly green color. Web safe color of #48B160 is #339966 (or #396).

RGB color model

#48B160 color RGB value is (72,177,96).

  • red value is 72;
  • green value is 177;
  • blue value is 96.
RGB:
(72,177,96)
(28%,69%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 177 of 255 = 69%
B 96 of 255 = 38%

72
177
96

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

Portions of RGB colors in percentages

R + G + B =
72 + 177 + 96 = 345 (100%)
R 72 of 345 ~ 20.87%
G 177 of 345 ~ 51.3%
B 96 of 345 ~ 27.83%

%20.87
%51.3
%27.83

CMYK color model

#48B160 color CMYK value is (59,0,46,31).

  • cyan value is 59.32%
  • magenta value is 0.00%
  • yellow value is 45.76%
  • key color value is 30.59%
CMYK:
(59,0,46,31)
C59M0Y46K31 
(59%,0%,46%,31%)
(0.59/0.00/0.46/0.31)	

CMYK percentages

%59.32
%0
%45.76
%30.59

Codes

Color #48B160 in popluar color models

48B160
RGB7217796
HSL134°42.17%48.82%
HSB/HSV134°59.32%69.41%
CMYK59.32%0.00%45.76%
30.59%

Color #48B160 in popluar number systems.

HEX48B160
Decimal7217796
Binary1001000101100011100000
Octal110261140

Shades and tints

Shades of #48B160

#48B160
(72,177,96)
#42A158
(66,161,88)
#3C9150
(60,145,80)
#368148
(54,129,72)
#307140
(48,113,64)
#2A6138
(42,97,56)
#245130
(36,81,48)
#1E4128
(30,65,40)
#183120
(24,49,32)
#122118
(18,33,24)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #48B160

#48B160
(72,177,96)
#58B86E
(88,184,110)
#68BF7C
(104,191,124)
#78C68A
(120,198,138)
#88CD98
(136,205,152)
#98D4A6
(152,212,166)
#A8DBB4
(168,219,180)
#B8E2C2
(184,226,194)
#C8E9D0
(200,233,208)
#D8F0DE
(216,240,222)
#E8F7EC
(232,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B160 color. Also use rgb(72,177,96) instead hex code.

Text Font Color

.myTextColor { color: #48B160; }

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

This text font color is #48B160.


Background Color

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

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

This div background color is #48B160.


Border color

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

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

This div border color is #48B160.


Opacity

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

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

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

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

This text has shadow with #48B160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B160 on black background.


Color preview on white background

This text has color #48B160 on white background.



Black color preview on #48B160 background

This text has black color on #48B160 background.


White color preview on #48B160 background

This text has white color on #48B160 background.