COLOR #50AB4C

HEX: #50AB4C
RGB: (80,171,76)

Color info

#50AB4C contains mainly green color. Web safe color of #50AB4C is #669933 (or #693).

RGB color model

#50AB4C color RGB value is (80,171,76).

  • red value is 80;
  • green value is 171;
  • blue value is 76.
RGB:
(80,171,76)
(31%,67%,30%)

RGB channels and saturation

R 80 of 255 = 31%
G 171 of 255 = 67%
B 76 of 255 = 30%

80
171
76

R + G + B ~ 43%. #50AB4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 171 + 76 = 327 (100%)
R 80 of 327 ~ 24.46%
G 171 of 327 ~ 52.29%
B 76 of 327 ~ 23.24%

%24.46
%52.29
%23.24

CMYK color model

#50AB4C color CMYK value is (53,0,56,33).

  • cyan value is 53.22%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 32.94%
CMYK:
(53,0,56,33)
C53M0Y56K33 
(53%,0%,56%,33%)
(0.53/0.00/0.56/0.33)	

CMYK percentages

%53.22
%0
%55.56
%32.94

Codes

Color #50AB4C in popluar color models

50AB4C
RGB8017176
HSL117°38.46%48.43%
HSB/HSV117°55.56%67.06%
CMYK53.22%0.00%55.56%
32.94%

Color #50AB4C in popluar number systems.

HEX50AB4C
Decimal8017176
Binary1010000101010111001100
Octal120253114

Shades and tints

Shades of #50AB4C

#50AB4C
(80,171,76)
#499C46
(73,156,70)
#428D40
(66,141,64)
#3B7E3A
(59,126,58)
#346F34
(52,111,52)
#2D602E
(45,96,46)
#265128
(38,81,40)
#1F4222
(31,66,34)
#18331C
(24,51,28)
#112416
(17,36,22)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #50AB4C

#50AB4C
(80,171,76)
#5FB25C
(95,178,92)
#6EB96C
(110,185,108)
#7DC07C
(125,192,124)
#8CC78C
(140,199,140)
#9BCE9C
(155,206,156)
#AAD5AC
(170,213,172)
#B9DCBC
(185,220,188)
#C8E3CC
(200,227,204)
#D7EADC
(215,234,220)
#E6F1EC
(230,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AB4C color. Also use rgb(80,171,76) instead hex code.

Text Font Color

.myTextColor { color: #50AB4C; }

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

This text font color is #50AB4C.


Background Color

.myBgColor { background-color: #50AB4C; }

<div style="background-color:#50AB4C">Inner text</div>

This div background color is #50AB4C.


Border color

.myBorderColor { border: 1px solid #50AB4C; }

<div style="border:3px solid #50AB4C">Div</div>

This div border color is #50AB4C.


Opacity

.myOpacity80 { color: #50AB4C; opacity: 0.8; }

<p style="color:#50AB4C;opacity:0.8;">80%</p>

Text with #50AB4C 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 #50AB4C;}

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

This text has shadow with #50AB4C color.

.textShadow {text-shadow: 3px 3px 1px #50AB4C, 3px 3px 1px red;}

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

This text has shadow with #50AB4C primary color and red secondary color.


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

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

This text has shadow with #50AB4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AB4C on black background.


Color preview on white background

This text has color #50AB4C on white background.



Black color preview on #50AB4C background

This text has black color on #50AB4C background.


White color preview on #50AB4C background

This text has white color on #50AB4C background.