COLOR #48B28F

HEX: #48B28F
RGB: (72,178,143)

Color info

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

RGB color model

#48B28F color RGB value is (72,178,143).

  • red value is 72;
  • green value is 178;
  • blue value is 143.
RGB:
(72,178,143)
(28%,70%,56%)

RGB channels and saturation

R 72 of 255 = 28%
G 178 of 255 = 70%
B 143 of 255 = 56%

72
178
143

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

Portions of RGB colors in percentages

R + G + B =
72 + 178 + 143 = 393 (100%)
R 72 of 393 ~ 18.32%
G 178 of 393 ~ 45.29%
B 143 of 393 ~ 36.39%

%18.32
%45.29
%36.39

CMYK color model

#48B28F color CMYK value is (60,0,20,30).

  • cyan value is 59.55%
  • magenta value is 0.00%
  • yellow value is 19.66%
  • key color value is 30.20%
CMYK:
(60,0,20,30)
C60M0Y20K30 
(60%,0%,20%,30%)
(0.60/0.00/0.20/0.30)	

CMYK percentages

%59.55
%0
%19.66
%30.2

Codes

Color #48B28F in popluar color models

48B28F
RGB72178143
HSL160°42.40%49.02%
HSB/HSV160°59.55%69.80%
CMYK59.55%0.00%19.66%
30.20%

Color #48B28F in popluar number systems.

HEX48B28F
Decimal72178143
Binary10010001011001010001111
Octal110262217

Shades and tints

Shades of #48B28F

#48B28F
(72,178,143)
#42A282
(66,162,130)
#3C9275
(60,146,117)
#368268
(54,130,104)
#30725B
(48,114,91)
#2A624E
(42,98,78)
#245241
(36,82,65)
#1E4234
(30,66,52)
#183227
(24,50,39)
#12221A
(18,34,26)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #48B28F

#48B28F
(72,178,143)
#58B999
(88,185,153)
#68C0A3
(104,192,163)
#78C7AD
(120,199,173)
#88CEB7
(136,206,183)
#98D5C1
(152,213,193)
#A8DCCB
(168,220,203)
#B8E3D5
(184,227,213)
#C8EADF
(200,234,223)
#D8F1E9
(216,241,233)
#E8F8F3
(232,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B28F color. Also use rgb(72,178,143) instead hex code.

Text Font Color

.myTextColor { color: #48B28F; }

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

This text font color is #48B28F.


Background Color

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

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

This div background color is #48B28F.


Border color

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

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

This div border color is #48B28F.


Opacity

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

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

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

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

This text has shadow with #48B28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B28F on black background.


Color preview on white background

This text has color #48B28F on white background.



Black color preview on #48B28F background

This text has black color on #48B28F background.


White color preview on #48B28F background

This text has white color on #48B28F background.