COLOR #50AE5C

HEX: #50AE5C
RGB: (80,174,92)

Color info

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

RGB color model

#50AE5C color RGB value is (80,174,92).

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

RGB channels and saturation

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

80
174
92

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

Portions of RGB colors in percentages

R + G + B =
80 + 174 + 92 = 346 (100%)
R 80 of 346 ~ 23.12%
G 174 of 346 ~ 50.29%
B 92 of 346 ~ 26.59%

%23.12
%50.29
%26.59

CMYK color model

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

  • cyan value is 54.02%
  • magenta value is 0.00%
  • yellow value is 47.13%
  • key color value is 31.76%
CMYK:
(54,0,47,32)
C54M0Y47K32 
(54%,0%,47%,32%)
(0.54/0.00/0.47/0.32)	

CMYK percentages

%54.02
%0
%47.13
%31.76

Codes

Color #50AE5C in popluar color models

50AE5C
RGB8017492
HSL128°37.01%49.80%
HSB/HSV128°54.02%68.24%
CMYK54.02%0.00%47.13%
31.76%

Color #50AE5C in popluar number systems.

HEX50AE5C
Decimal8017492
Binary1010000101011101011100
Octal120256134

Shades and tints

Shades of #50AE5C

#50AE5C
(80,174,92)
#499F54
(73,159,84)
#42904C
(66,144,76)
#3B8144
(59,129,68)
#34723C
(52,114,60)
#2D6334
(45,99,52)
#26542C
(38,84,44)
#1F4524
(31,69,36)
#18361C
(24,54,28)
#112714
(17,39,20)
#0A180C
(10,24,12)
#000000
(0,0,0)

Tints of #50AE5C

#50AE5C
(80,174,92)
#5FB56A
(95,181,106)
#6EBC78
(110,188,120)
#7DC386
(125,195,134)
#8CCA94
(140,202,148)
#9BD1A2
(155,209,162)
#AAD8B0
(170,216,176)
#B9DFBE
(185,223,190)
#C8E6CC
(200,230,204)
#D7EDDA
(215,237,218)
#E6F4E8
(230,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AE5C; }

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

This text font color is #50AE5C.


Background Color

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

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

This div background color is #50AE5C.


Border color

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

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

This div border color is #50AE5C.


Opacity

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

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

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

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

This text has shadow with #50AE5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AE5C on black background.


Color preview on white background

This text has color #50AE5C on white background.



Black color preview on #50AE5C background

This text has black color on #50AE5C background.


White color preview on #50AE5C background

This text has white color on #50AE5C background.