COLOR #48B576

HEX: #48B576
RGB: (72,181,118)

Color info

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

RGB color model

#48B576 color RGB value is (72,181,118).

  • red value is 72;
  • green value is 181;
  • blue value is 118.
RGB:
(72,181,118)
(28%,71%,46%)

RGB channels and saturation

R 72 of 255 = 28%
G 181 of 255 = 71%
B 118 of 255 = 46%

72
181
118

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

Portions of RGB colors in percentages

R + G + B =
72 + 181 + 118 = 371 (100%)
R 72 of 371 ~ 19.41%
G 181 of 371 ~ 48.79%
B 118 of 371 ~ 31.81%

%19.41
%48.79
%31.81

CMYK color model

#48B576 color CMYK value is (60,0,35,29).

  • cyan value is 60.22%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 29.02%
CMYK:
(60,0,35,29)
C60M0Y35K29 
(60%,0%,35%,29%)
(0.60/0.00/0.35/0.29)	

CMYK percentages

%60.22
%0
%34.81
%29.02

Codes

Color #48B576 in popluar color models

48B576
RGB72181118
HSL145°43.08%49.61%
HSB/HSV145°60.22%70.98%
CMYK60.22%0.00%34.81%
29.02%

Color #48B576 in popluar number systems.

HEX48B576
Decimal72181118
Binary1001000101101011110110
Octal110265166

Shades and tints

Shades of #48B576

#48B576
(72,181,118)
#42A56C
(66,165,108)
#3C9562
(60,149,98)
#368558
(54,133,88)
#30754E
(48,117,78)
#2A6544
(42,101,68)
#24553A
(36,85,58)
#1E4530
(30,69,48)
#183526
(24,53,38)
#12251C
(18,37,28)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #48B576

#48B576
(72,181,118)
#58BB82
(88,187,130)
#68C18E
(104,193,142)
#78C79A
(120,199,154)
#88CDA6
(136,205,166)
#98D3B2
(152,211,178)
#A8D9BE
(168,217,190)
#B8DFCA
(184,223,202)
#C8E5D6
(200,229,214)
#D8EBE2
(216,235,226)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B576 color. Also use rgb(72,181,118) instead hex code.

Text Font Color

.myTextColor { color: #48B576; }

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

This text font color is #48B576.


Background Color

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

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

This div background color is #48B576.


Border color

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

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

This div border color is #48B576.


Opacity

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

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

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

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

This text has shadow with #48B576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B576 on black background.


Color preview on white background

This text has color #48B576 on white background.



Black color preview on #48B576 background

This text has black color on #48B576 background.


White color preview on #48B576 background

This text has white color on #48B576 background.