COLOR #50AE77

HEX: #50AE77
RGB: (80,174,119)

Color info

#50AE77 contains mainly green and blue colors. Web safe color of #50AE77 is #669966 (or #696).

RGB color model

#50AE77 color RGB value is (80,174,119).

  • red value is 80;
  • green value is 174;
  • blue value is 119.
RGB:
(80,174,119)
(31%,68%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 174 of 255 = 68%
B 119 of 255 = 47%

80
174
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 174 + 119 = 373 (100%)
R 80 of 373 ~ 21.45%
G 174 of 373 ~ 46.65%
B 119 of 373 ~ 31.9%

%21.45
%46.65
%31.9

CMYK color model

#50AE77 color CMYK value is (54,0,32,32).

  • cyan value is 54.02%
  • magenta value is 0.00%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK:
(54,0,32,32)
C54M0Y32K32 
(54%,0%,32%,32%)
(0.54/0.00/0.32/0.32)	

CMYK percentages

%54.02
%0
%31.61
%31.76

Codes

Color #50AE77 in popluar color models

50AE77
RGB80174119
HSL145°37.01%49.80%
HSB/HSV145°54.02%68.24%
CMYK54.02%0.00%31.61%
31.76%

Color #50AE77 in popluar number systems.

HEX50AE77
Decimal80174119
Binary1010000101011101110111
Octal120256167

Shades and tints

Shades of #50AE77

#50AE77
(80,174,119)
#499F6D
(73,159,109)
#429063
(66,144,99)
#3B8159
(59,129,89)
#34724F
(52,114,79)
#2D6345
(45,99,69)
#26543B
(38,84,59)
#1F4531
(31,69,49)
#183627
(24,54,39)
#11271D
(17,39,29)
#0A1813
(10,24,19)
#000000
(0,0,0)

Tints of #50AE77

#50AE77
(80,174,119)
#5FB583
(95,181,131)
#6EBC8F
(110,188,143)
#7DC39B
(125,195,155)
#8CCAA7
(140,202,167)
#9BD1B3
(155,209,179)
#AAD8BF
(170,216,191)
#B9DFCB
(185,223,203)
#C8E6D7
(200,230,215)
#D7EDE3
(215,237,227)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AE77 color. Also use rgb(80,174,119) instead hex code.

Text Font Color

.myTextColor { color: #50AE77; }

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

This text font color is #50AE77.


Background Color

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

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

This div background color is #50AE77.


Border color

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

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

This div border color is #50AE77.


Opacity

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

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

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

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

This text has shadow with #50AE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AE77 on black background.


Color preview on white background

This text has color #50AE77 on white background.



Black color preview on #50AE77 background

This text has black color on #50AE77 background.


White color preview on #50AE77 background

This text has white color on #50AE77 background.