COLOR #50AF6F

HEX: #50AF6F RGB: (80,175,111)

Color info

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

RGB color model

#50AF6F color RGB value is (80,175,111).

RGB: (80,175,111) (31%, 69%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 175 of 255 = 69%
B 111 of 255 = 44%

80
175
111

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

Portions of RGB colors in percentages

R + G + B = 80 + 175 + 111 = 366 (100%)
R 80 of 366 ~ 21.86%
G 175 of 366 ~ 47.81%
B 111 of 366 ~ 30.33'%

%21.86
%47.81
%30.33

CMYK color model

#50AF6F color CMYK value is (54,0,37,31).

  • cyan value is 54.29%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 31.37%

CMYK: (54,0,37,31)
C54M0Y37K31 (54%, 0%, 37%, 31%)
(0.54 / 0.00 / 0.37 / 0.31)

CMYK percentages

%54.29
%0
%36.57
%31.37

Codes

Color #50AF6F in popluar color models

50 AF 6F
RGB 80 175 111
HSL 140° 37.25% 50.00%
HSB/HSV 140° 54.29% 68.63%
CMYK 54.29% 0.00% 36.57%
31.37%

Color #50AF6F in popluar number systems.

HEX 50 AF 6F
Decimal 80 175 111
Binary 1010000 10101111 1101111
Octal 120 257 157

Shades and tints

Shades of #50AF6F

#50AF6F
(80,175,111)
#49A065
(73,160,101)
#42915B
(66,145,91)
#3B8251
(59,130,81)
#347347
(52,115,71)
#2D643D
(45,100,61)
#265533
(38,85,51)
#1F4629
(31,70,41)
#18371F
(24,55,31)
#112815
(17,40,21)
#0A190B
(10,25,11)
#000000
(0,0,0)

Tints of #50AF6F

#50AF6F
(80,175,111)
#5FB67C
(95,182,124)
#6EBD89
(110,189,137)
#7DC496
(125,196,150)
#8CCBA3
(140,203,163)
#9BD2B0
(155,210,176)
#AAD9BD
(170,217,189)
#B9E0CA
(185,224,202)
#C8E7D7
(200,231,215)
#D7EEE4
(215,238,228)
#E6F5F1
(230,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AF6F; }

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

This text font color is #50AF6F.

Background Color

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

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

This div background color is #50AF6F.

Border color

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

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

This div border color is #50AF6F.

Opacity

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

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

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

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

This text has shadow with #50AF6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50AF6F.

Preview

Color preview on black background

This text has color #50AF6F on black background.


Color preview on white background

This text has color #50AF6F on white background.


Black color preview on #50AF6F background

This text has black color on #50AF6F background.


White color preview on #50AF6F background

This text has white color on #50AF6F background.


Related colors

Complementary color

Complementary color for #hex is #AF5090.


I love getcolorcode.com

Triadic colors

1 #6F50AF and #AF6F50 with #50AF6F are triadic colors.

2 #6FAF50 and #AF506F with #50AF6F are triadic colors.