COLOR #50AA80

HEX: #50AA80
RGB: (80,170,128)

Color info

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

RGB color model

#50AA80 color RGB value is (80,170,128).

  • red value is 80;
  • green value is 170;
  • blue value is 128.
RGB:
(80,170,128)
(31%,67%,50%)

RGB channels and saturation

R 80 of 255 = 31%
G 170 of 255 = 67%
B 128 of 255 = 50%

80
170
128

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

Portions of RGB colors in percentages

R + G + B =
80 + 170 + 128 = 378 (100%)
R 80 of 378 ~ 21.16%
G 170 of 378 ~ 44.97%
B 128 of 378 ~ 33.86%

%21.16
%44.97
%33.86

CMYK color model

#50AA80 color CMYK value is (53,0,25,33).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 33.33%
CMYK:
(53,0,25,33)
C53M0Y25K33 
(53%,0%,25%,33%)
(0.53/0.00/0.25/0.33)	

CMYK percentages

%52.94
%0
%24.71
%33.33

Codes

Color #50AA80 in popluar color models

50AA80
RGB80170128
HSL152°36.00%49.02%
HSB/HSV152°52.94%66.67%
CMYK52.94%0.00%24.71%
33.33%

Color #50AA80 in popluar number systems.

HEX50AA80
Decimal80170128
Binary10100001010101010000000
Octal120252200

Shades and tints

Shades of #50AA80

#50AA80
(80,170,128)
#499B75
(73,155,117)
#428C6A
(66,140,106)
#3B7D5F
(59,125,95)
#346E54
(52,110,84)
#2D5F49
(45,95,73)
#26503E
(38,80,62)
#1F4133
(31,65,51)
#183228
(24,50,40)
#11231D
(17,35,29)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #50AA80

#50AA80
(80,170,128)
#5FB18B
(95,177,139)
#6EB896
(110,184,150)
#7DBFA1
(125,191,161)
#8CC6AC
(140,198,172)
#9BCDB7
(155,205,183)
#AAD4C2
(170,212,194)
#B9DBCD
(185,219,205)
#C8E2D8
(200,226,216)
#D7E9E3
(215,233,227)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AA80; }

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

This text font color is #50AA80.


Background Color

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

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

This div background color is #50AA80.


Border color

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

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

This div border color is #50AA80.


Opacity

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

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

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

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

This text has shadow with #50AA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AA80 on black background.


Color preview on white background

This text has color #50AA80 on white background.



Black color preview on #50AA80 background

This text has black color on #50AA80 background.


White color preview on #50AA80 background

This text has white color on #50AA80 background.