COLOR #50A36E

HEX: #50A36E RGB: (80,163,110)

Color info

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

RGB color model

#50A36E color RGB value is (80,163,110).

RGB: (80,163,110) (31%, 64%, 43%)

RGB channels and saturation

R 80 of 255 = 31%
G 163 of 255 = 64%
B 110 of 255 = 43%

80
163
110

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

Portions of RGB colors in percentages

R + G + B = 80 + 163 + 110 = 353 (100%)
R 80 of 353 ~ 22.66%
G 163 of 353 ~ 46.18%
B 110 of 353 ~ 31.16'%

%22.66
%46.18
%31.16

CMYK color model

#50A36E color CMYK value is (51,0,33,36).

  • cyan value is 50.92%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 36.08%

CMYK: (51,0,33,36)
C51M0Y33K36 (51%, 0%, 33%, 36%)
(0.51 / 0.00 / 0.33 / 0.36)

CMYK percentages

%50.92
%0
%32.52
%36.08

Codes

Color #50A36E in popluar color models

50 A3 6E
RGB 80 163 110
HSL 142° 34.16% 47.65%
HSB/HSV 142° 50.92% 63.92%
CMYK 50.92% 0.00% 32.52%
36.08%

Color #50A36E in popluar number systems.

HEX 50 A3 6E
Decimal 80 163 110
Binary 1010000 10100011 1101110
Octal 120 243 156

Shades and tints

Shades of #50A36E

#50A36E
(80,163,110)
#499564
(73,149,100)
#42875A
(66,135,90)
#3B7950
(59,121,80)
#346B46
(52,107,70)
#2D5D3C
(45,93,60)
#264F32
(38,79,50)
#1F4128
(31,65,40)
#18331E
(24,51,30)
#112514
(17,37,20)
#0A170A
(10,23,10)
#000000
(0,0,0)

Tints of #50A36E

#50A36E
(80,163,110)
#5FAB7B
(95,171,123)
#6EB388
(110,179,136)
#7DBB95
(125,187,149)
#8CC3A2
(140,195,162)
#9BCBAF
(155,203,175)
#AAD3BC
(170,211,188)
#B9DBC9
(185,219,201)
#C8E3D6
(200,227,214)
#D7EBE3
(215,235,227)
#E6F3F0
(230,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A36E color. Also use rgb(80,163,110) instead hex code.

Text Font Color

.myTextColor { color: #50A36E; }

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

This text font color is #50A36E.

Background Color

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

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

This div background color is #50A36E.

Border color

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

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

This div border color is #50A36E.

Opacity

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

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

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

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

This text has shadow with #50A36E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A36E.

Preview

Color preview on black background

This text has color #50A36E on black background.


Color preview on white background

This text has color #50A36E on white background.


Black color preview on #50A36E background

This text has black color on #50A36E background.


White color preview on #50A36E background

This text has white color on #50A36E background.


Related colors

Complementary color

Complementary color for #hex is #AF5C91.


I love getcolorcode.com

Triadic colors

1 #6E50A3 and #A36E50 with #50A36E are triadic colors.

2 #6EA350 and #A3506E with #50A36E are triadic colors.