COLOR #48B76B

HEX: #48B76B RGB: (72,183,107)

Color info

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

RGB color model

#48B76B color RGB value is (72,183,107).

RGB: (72,183,107) (28%, 72%, 42%)

RGB channels and saturation

R 72 of 255 = 28%
G 183 of 255 = 72%
B 107 of 255 = 42%

72
183
107

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

Portions of RGB colors in percentages

R + G + B = 72 + 183 + 107 = 362 (100%)
R 72 of 362 ~ 19.89%
G 183 of 362 ~ 50.55%
B 107 of 362 ~ 29.56'%

%19.89
%50.55
%29.56

CMYK color model

#48B76B color CMYK value is (61,0,42,28).

  • cyan value is 60.66%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 28.24%
CMYK: (61,0,42,28) C61M0Y42K28 (61%,0%,42%,28%) (0.61/0.00/0.42/0.28) 

CMYK percentages

%60.66
%0
%41.53
%28.24

Codes

Color #48B76B in popluar color models

48 B7 6B
RGB 72 183 107
HSL 139° 43.53% 50.00%
HSB/HSV 139° 60.66% 71.76%
CMYK 60.66% 0.00% 41.53%
28.24%

Color #48B76B in popluar number systems.

HEX 48 B7 6B
Decimal 72 183 107
Binary 1001000 10110111 1101011
Octal 110 267 153

Shades and tints

Shades of #48B76B

#48B76B
(72,183,107)
#42A762
(66,167,98)
#3C9759
(60,151,89)
#368750
(54,135,80)
#307747
(48,119,71)
#2A673E
(42,103,62)
#245735
(36,87,53)
#1E472C
(30,71,44)
#183723
(24,55,35)
#12271A
(18,39,26)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #48B76B

#48B76B
(72,183,107)
#58BD78
(88,189,120)
#68C385
(104,195,133)
#78C992
(120,201,146)
#88CF9F
(136,207,159)
#98D5AC
(152,213,172)
#A8DBB9
(168,219,185)
#B8E1C6
(184,225,198)
#C8E7D3
(200,231,211)
#D8EDE0
(216,237,224)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B76B color. Also use rgb(72,183,107) instead hex code.

Text Font Color

.myTextColor { color: #48B76B; }

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

This text font color is #48B76B.

Background Color

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

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

This div background color is #48B76B.

Border color

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

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

This div border color is #48B76B.

Opacity

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

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

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

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

This text has shadow with #48B76B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48B76B.

Preview

Color preview on black background

This text has color #48B76B on black background.


Color preview on white background

This text has color #48B76B on white background.


Black color preview on #48B76B background

This text has black color on #48B76B background.


White color preview on #48B76B background

This text has white color on #48B76B background.


Related colors

Complementary color

Complementary color for #hex is #B74894.


I love getcolorcode.com

Triadic colors

1 #6B48B7 and #B76B48 with #48B76B are triadic colors.

2 #6BB748 and #B7486B with #48B76B are triadic colors.