COLOR #50AE5B

HEX: #50AE5B
RGB: (80,174,91)

Color info

#50AE5B contains mainly green color. Web safe color of #50AE5B is #669966 (or #696).

RGB color model

#50AE5B color RGB value is (80,174,91).

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

RGB channels and saturation

R 80 of 255 = 31%
G 174 of 255 = 68%
B 91 of 255 = 36%

80
174
91

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

Portions of RGB colors in percentages

R + G + B =
80 + 174 + 91 = 345 (100%)
R 80 of 345 ~ 23.19%
G 174 of 345 ~ 50.43%
B 91 of 345 ~ 26.38%

%23.19
%50.43
%26.38

CMYK color model

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

  • cyan value is 54.02%
  • magenta value is 0.00%
  • yellow value is 47.70%
  • key color value is 31.76%
CMYK:
(54,0,48,32)
C54M0Y48K32 
(54%,0%,48%,32%)
(0.54/0.00/0.48/0.32)	

CMYK percentages

%54.02
%0
%47.7
%31.76

Codes

Color #50AE5B in popluar color models

50AE5B
RGB8017491
HSL127°37.01%49.80%
HSB/HSV127°54.02%68.24%
CMYK54.02%0.00%47.70%
31.76%

Color #50AE5B in popluar number systems.

HEX50AE5B
Decimal8017491
Binary1010000101011101011011
Octal120256133

Shades and tints

Shades of #50AE5B

#50AE5B
(80,174,91)
#499F53
(73,159,83)
#42904B
(66,144,75)
#3B8143
(59,129,67)
#34723B
(52,114,59)
#2D6333
(45,99,51)
#26542B
(38,84,43)
#1F4523
(31,69,35)
#18361B
(24,54,27)
#112713
(17,39,19)
#0A180B
(10,24,11)
#000000
(0,0,0)

Tints of #50AE5B

#50AE5B
(80,174,91)
#5FB569
(95,181,105)
#6EBC77
(110,188,119)
#7DC385
(125,195,133)
#8CCA93
(140,202,147)
#9BD1A1
(155,209,161)
#AAD8AF
(170,216,175)
#B9DFBD
(185,223,189)
#C8E6CB
(200,230,203)
#D7EDD9
(215,237,217)
#E6F4E7
(230,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AE5B; }

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

This text font color is #50AE5B.


Background Color

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

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

This div background color is #50AE5B.


Border color

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

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

This div border color is #50AE5B.


Opacity

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

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

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

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

This text has shadow with #50AE5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AE5B on black background.


Color preview on white background

This text has color #50AE5B on white background.



Black color preview on #50AE5B background

This text has black color on #50AE5B background.


White color preview on #50AE5B background

This text has white color on #50AE5B background.