COLOR #48B86F

HEX: #48B86F RGB: (72,184,111)

Color info

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

RGB color model

#48B86F color RGB value is (72,184,111).

RGB: (72,184,111) (28%, 72%, 44%)

RGB channels and saturation

R 72 of 255 = 28%
G 184 of 255 = 72%
B 111 of 255 = 44%

72
184
111

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

Portions of RGB colors in percentages

R + G + B = 72 + 184 + 111 = 367 (100%)
R 72 of 367 ~ 19.62%
G 184 of 367 ~ 50.14%
B 111 of 367 ~ 30.25'%

%19.62
%50.14
%30.25

CMYK color model

#48B86F color CMYK value is (61,0,40,28).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 39.67%
  • key color value is 27.84%

CMYK: (61,0,40,28)
C61M0Y40K28 (61%, 0%, 40%, 28%)
(0.61 / 0.00 / 0.40 / 0.28)

CMYK percentages

%60.87
%0
%39.67
%27.84

Codes

Color #48B86F in popluar color models

48 B8 6F
RGB 72 184 111
HSL 141° 44.09% 50.20%
HSB/HSV 141° 60.87% 72.16%
CMYK 60.87% 0.00% 39.67%
27.84%

Color #48B86F in popluar number systems.

HEX 48 B8 6F
Decimal 72 184 111
Binary 1001000 10111000 1101111
Octal 110 270 157

Shades and tints

Shades of #48B86F

#48B86F
(72,184,111)
#42A865
(66,168,101)
#3C985B
(60,152,91)
#368851
(54,136,81)
#307847
(48,120,71)
#2A683D
(42,104,61)
#245833
(36,88,51)
#1E4829
(30,72,41)
#18381F
(24,56,31)
#122815
(18,40,21)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #48B86F

#48B86F
(72,184,111)
#58BE7C
(88,190,124)
#68C489
(104,196,137)
#78CA96
(120,202,150)
#88D0A3
(136,208,163)
#98D6B0
(152,214,176)
#A8DCBD
(168,220,189)
#B8E2CA
(184,226,202)
#C8E8D7
(200,232,215)
#D8EEE4
(216,238,228)
#E8F4F1
(232,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48B86F; }

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

This text font color is #48B86F.

Background Color

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

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

This div background color is #48B86F.

Border color

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

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

This div border color is #48B86F.

Opacity

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

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

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

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

This text has shadow with #48B86F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48B86F.

Preview

Color preview on black background

This text has color #48B86F on black background.


Color preview on white background

This text has color #48B86F on white background.


Black color preview on #48B86F background

This text has black color on #48B86F background.


White color preview on #48B86F background

This text has white color on #48B86F background.


Related colors

Complementary color

Complementary color for #hex is #B74790.


I love getcolorcode.com

Triadic colors

1 #6F48B8 and #B86F48 with #48B86F are triadic colors.

2 #6FB848 and #B8486F with #48B86F are triadic colors.