COLOR #50AA6E

HEX: #50AA6E RGB: (80,170,110)

Color info

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

RGB color model

#50AA6E color RGB value is (80,170,110).

RGB: (80,170,110) (31%, 67%, 43%)

RGB channels and saturation

R 80 of 255 = 31%
G 170 of 255 = 67%
B 110 of 255 = 43%

80
170
110

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

Portions of RGB colors in percentages

R + G + B = 80 + 170 + 110 = 360 (100%)
R 80 of 360 ~ 22.22%
G 170 of 360 ~ 47.22%
B 110 of 360 ~ 30.56'%

%22.22
%47.22
%30.56

CMYK color model

#50AA6E color CMYK value is (53,0,35,33).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 33.33%

CMYK: (53,0,35,33)
C53M0Y35K33 (53%, 0%, 35%, 33%)
(0.53 / 0.00 / 0.35 / 0.33)

CMYK percentages

%52.94
%0
%35.29
%33.33

Codes

Color #50AA6E in popluar color models

50 AA 6E
RGB 80 170 110
HSL 140° 36.00% 49.02%
HSB/HSV 140° 52.94% 66.67%
CMYK 52.94% 0.00% 35.29%
33.33%

Color #50AA6E in popluar number systems.

HEX 50 AA 6E
Decimal 80 170 110
Binary 1010000 10101010 1101110
Octal 120 252 156

Shades and tints

Shades of #50AA6E

#50AA6E
(80,170,110)
#499B64
(73,155,100)
#428C5A
(66,140,90)
#3B7D50
(59,125,80)
#346E46
(52,110,70)
#2D5F3C
(45,95,60)
#265032
(38,80,50)
#1F4128
(31,65,40)
#18321E
(24,50,30)
#112314
(17,35,20)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #50AA6E

#50AA6E
(80,170,110)
#5FB17B
(95,177,123)
#6EB888
(110,184,136)
#7DBF95
(125,191,149)
#8CC6A2
(140,198,162)
#9BCDAF
(155,205,175)
#AAD4BC
(170,212,188)
#B9DBC9
(185,219,201)
#C8E2D6
(200,226,214)
#D7E9E3
(215,233,227)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AA6E color. Also use rgb(80,170,110) instead hex code.

Text Font Color

.myTextColor { color: #50AA6E; }

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

This text font color is #50AA6E.

Background Color

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

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

This div background color is #50AA6E.

Border color

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

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

This div border color is #50AA6E.

Opacity

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

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

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

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

This text has shadow with #50AA6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50AA6E.

Preview

Color preview on black background

This text has color #50AA6E on black background.


Color preview on white background

This text has color #50AA6E on white background.


Black color preview on #50AA6E background

This text has black color on #50AA6E background.


White color preview on #50AA6E background

This text has white color on #50AA6E background.


Related colors

Complementary color

Complementary color for #hex is #AF5591.


I love getcolorcode.com

Triadic colors

1 #6E50AA and #AA6E50 with #50AA6E are triadic colors.

2 #6EAA50 and #AA506E with #50AA6E are triadic colors.