COLOR #50A957

HEX: #50A957 RGB: (80,169,87)

Color info

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

RGB color model

#50A957 color RGB value is (80,169,87).

RGB: (80,169,87) (31%, 66%, 34%)

RGB channels and saturation

R 80 of 255 = 31%
G 169 of 255 = 66%
B 87 of 255 = 34%

80
169
87

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

Portions of RGB colors in percentages

R + G + B = 80 + 169 + 87 = 336 (100%)
R 80 of 336 ~ 23.81%
G 169 of 336 ~ 50.3%
B 87 of 336 ~ 25.89'%

%23.81
%50.3
%25.89

CMYK color model

#50A957 color CMYK value is (53,0,49,34).

  • cyan value is 52.66%
  • magenta value is 0.00%
  • yellow value is 48.52%
  • key color value is 33.73%
CMYK: (53,0,49,34) C53M0Y49K34 (53%,0%,49%,34%) (0.53/0.00/0.49/0.34) 

CMYK percentages

%52.66
%0
%48.52
%33.73

Codes

Color #50A957 in popluar color models

50 A9 57
RGB 80 169 87
HSL 125° 35.74% 48.82%
HSB/HSV 125° 52.66% 66.27%
CMYK 52.66% 0.00% 48.52%
33.73%

Color #50A957 in popluar number systems.

HEX 50 A9 57
Decimal 80 169 87
Binary 1010000 10101001 1010111
Octal 120 251 127

Shades and tints

Shades of #50A957

#50A957
(80,169,87)
#499A50
(73,154,80)
#428B49
(66,139,73)
#3B7C42
(59,124,66)
#346D3B
(52,109,59)
#2D5E34
(45,94,52)
#264F2D
(38,79,45)
#1F4026
(31,64,38)
#18311F
(24,49,31)
#112218
(17,34,24)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #50A957

#50A957
(80,169,87)
#5FB066
(95,176,102)
#6EB775
(110,183,117)
#7DBE84
(125,190,132)
#8CC593
(140,197,147)
#9BCCA2
(155,204,162)
#AAD3B1
(170,211,177)
#B9DAC0
(185,218,192)
#C8E1CF
(200,225,207)
#D7E8DE
(215,232,222)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A957 color. Also use rgb(80,169,87) instead hex code.

Text Font Color

.myTextColor { color: #50A957; }

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

This text font color is #50A957.

Background Color

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

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

This div background color is #50A957.

Border color

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

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

This div border color is #50A957.

Opacity

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

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

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

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

This text has shadow with #50A957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A957.

Preview

Color preview on black background

This text has color #50A957 on black background.


Color preview on white background

This text has color #50A957 on white background.


Black color preview on #50A957 background

This text has black color on #50A957 background.


White color preview on #50A957 background

This text has white color on #50A957 background.


Related colors

Complementary color

Complementary color for #hex is #AF56A8.


I love getcolorcode.com

Triadic colors

1 #5750A9 and #A95750 with #50A957 are triadic colors.

2 #57A950 and #A95057 with #50A957 are triadic colors.