COLOR #50AC6F

HEX: #50AC6F RGB: (80,172,111)

Color info

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

RGB color model

#50AC6F color RGB value is (80,172,111).

RGB: (80,172,111) (31%, 67%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 172 of 255 = 67%
B 111 of 255 = 44%

80
172
111

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

Portions of RGB colors in percentages

R + G + B = 80 + 172 + 111 = 363 (100%)
R 80 of 363 ~ 22.04%
G 172 of 363 ~ 47.38%
B 111 of 363 ~ 30.58'%

%22.04
%47.38
%30.58

CMYK color model

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

  • cyan value is 53.49%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 32.55%

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

CMYK percentages

%53.49
%0
%35.47
%32.55

Codes

Color #50AC6F in popluar color models

50 AC 6F
RGB 80 172 111
HSL 140° 36.51% 49.41%
HSB/HSV 140° 53.49% 67.45%
CMYK 53.49% 0.00% 35.47%
32.55%

Color #50AC6F in popluar number systems.

HEX 50 AC 6F
Decimal 80 172 111
Binary 1010000 10101100 1101111
Octal 120 254 157

Shades and tints

Shades of #50AC6F

#50AC6F
(80,172,111)
#499D65
(73,157,101)
#428E5B
(66,142,91)
#3B7F51
(59,127,81)
#347047
(52,112,71)
#2D613D
(45,97,61)
#265233
(38,82,51)
#1F4329
(31,67,41)
#18341F
(24,52,31)
#112515
(17,37,21)
#0A160B
(10,22,11)
#000000
(0,0,0)

Tints of #50AC6F

#50AC6F
(80,172,111)
#5FB37C
(95,179,124)
#6EBA89
(110,186,137)
#7DC196
(125,193,150)
#8CC8A3
(140,200,163)
#9BCFB0
(155,207,176)
#AAD6BD
(170,214,189)
#B9DDCA
(185,221,202)
#C8E4D7
(200,228,215)
#D7EBE4
(215,235,228)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AC6F; }

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

This text font color is #50AC6F.

Background Color

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

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

This div background color is #50AC6F.

Border color

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

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

This div border color is #50AC6F.

Opacity

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

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

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

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

This text has shadow with #50AC6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50AC6F.

Preview

Color preview on black background

This text has color #50AC6F on black background.


Color preview on white background

This text has color #50AC6F on white background.


Black color preview on #50AC6F background

This text has black color on #50AC6F background.


White color preview on #50AC6F background

This text has white color on #50AC6F background.


Related colors

Complementary color

Complementary color for #hex is #AF5390.


I love getcolorcode.com

Triadic colors

1 #6F50AC and #AC6F50 with #50AC6F are triadic colors.

2 #6FAC50 and #AC506F with #50AC6F are triadic colors.