COLOR #50A76F

HEX: #50A76F RGB: (80,167,111)

Color info

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

RGB color model

#50A76F color RGB value is (80,167,111).

RGB: (80,167,111) (31%, 65%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 167 of 255 = 65%
B 111 of 255 = 44%

80
167
111

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

Portions of RGB colors in percentages

R + G + B = 80 + 167 + 111 = 358 (100%)
R 80 of 358 ~ 22.35%
G 167 of 358 ~ 46.65%
B 111 of 358 ~ 31.01'%

%22.35
%46.65
%31.01

CMYK color model

#50A76F color CMYK value is (52,0,34,35).

  • cyan value is 52.10%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 34.51%
CMYK: (52,0,34,35) C52M0Y34K35 (52%,0%,34%,35%) (0.52/0.00/0.34/0.35) 

CMYK percentages

%52.1
%0
%33.53
%34.51

Codes

Color #50A76F in popluar color models

50 A7 6F
RGB 80 167 111
HSL 141° 35.22% 48.43%
HSB/HSV 141° 52.10% 65.49%
CMYK 52.10% 0.00% 33.53%
34.51%

Color #50A76F in popluar number systems.

HEX 50 A7 6F
Decimal 80 167 111
Binary 1010000 10100111 1101111
Octal 120 247 157

Shades and tints

Shades of #50A76F

#50A76F
(80,167,111)
#499865
(73,152,101)
#42895B
(66,137,91)
#3B7A51
(59,122,81)
#346B47
(52,107,71)
#2D5C3D
(45,92,61)
#264D33
(38,77,51)
#1F3E29
(31,62,41)
#182F1F
(24,47,31)
#112015
(17,32,21)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #50A76F

#50A76F
(80,167,111)
#5FAF7C
(95,175,124)
#6EB789
(110,183,137)
#7DBF96
(125,191,150)
#8CC7A3
(140,199,163)
#9BCFB0
(155,207,176)
#AAD7BD
(170,215,189)
#B9DFCA
(185,223,202)
#C8E7D7
(200,231,215)
#D7EFE4
(215,239,228)
#E6F7F1
(230,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A76F color. Also use rgb(80,167,111) instead hex code.

Text Font Color

.myTextColor { color: #50A76F; }

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

This text font color is #50A76F.

Background Color

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

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

This div background color is #50A76F.

Border color

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

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

This div border color is #50A76F.

Opacity

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

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

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

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

This text has shadow with #50A76F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A76F.

Preview

Color preview on black background

This text has color #50A76F on black background.


Color preview on white background

This text has color #50A76F on white background.


Black color preview on #50A76F background

This text has black color on #50A76F background.


White color preview on #50A76F background

This text has white color on #50A76F background.


Related colors

Complementary color

Complementary color for #hex is #AF5890.


I love getcolorcode.com

Triadic colors

1 #6F50A7 and #A76F50 with #50A76F are triadic colors.

2 #6FA750 and #A7506F with #50A76F are triadic colors.