COLOR #48B86D

HEX: #48B86D
RGB: (72,184,109)

Color info

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

RGB color model

#48B86D color RGB value is (72,184,109).

  • red value is 72;
  • green value is 184;
  • blue value is 109.
RGB:
(72,184,109)
(28%,72%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 184 of 255 = 72%
B 109 of 255 = 43%

72
184
109

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

Portions of RGB colors in percentages

R + G + B =
72 + 184 + 109 = 365 (100%)
R 72 of 365 ~ 19.73%
G 184 of 365 ~ 50.41%
B 109 of 365 ~ 29.86%

%19.73
%50.41
%29.86

CMYK color model

#48B86D color CMYK value is (61,0,41,28).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 27.84%
CMYK:
(61,0,41,28)
C61M0Y41K28 
(61%,0%,41%,28%)
(0.61/0.00/0.41/0.28)	

CMYK percentages

%60.87
%0
%40.76
%27.84

Codes

Color #48B86D in popluar color models

48B86D
RGB72184109
HSL140°44.09%50.20%
HSB/HSV140°60.87%72.16%
CMYK60.87%0.00%40.76%
27.84%

Color #48B86D in popluar number systems.

HEX48B86D
Decimal72184109
Binary1001000101110001101101
Octal110270155

Shades and tints

Shades of #48B86D

#48B86D
(72,184,109)
#42A864
(66,168,100)
#3C985B
(60,152,91)
#368852
(54,136,82)
#307849
(48,120,73)
#2A6840
(42,104,64)
#245837
(36,88,55)
#1E482E
(30,72,46)
#183825
(24,56,37)
#12281C
(18,40,28)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #48B86D

#48B86D
(72,184,109)
#58BE7A
(88,190,122)
#68C487
(104,196,135)
#78CA94
(120,202,148)
#88D0A1
(136,208,161)
#98D6AE
(152,214,174)
#A8DCBB
(168,220,187)
#B8E2C8
(184,226,200)
#C8E8D5
(200,232,213)
#D8EEE2
(216,238,226)
#E8F4EF
(232,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B86D color. Also use rgb(72,184,109) instead hex code.

Text Font Color

.myTextColor { color: #48B86D; }

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

This text font color is #48B86D.


Background Color

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

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

This div background color is #48B86D.


Border color

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

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

This div border color is #48B86D.


Opacity

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

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

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

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

This text has shadow with #48B86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B86D on black background.


Color preview on white background

This text has color #48B86D on white background.



Black color preview on #48B86D background

This text has black color on #48B86D background.


White color preview on #48B86D background

This text has white color on #48B86D background.