COLOR #50A37C

HEX: #50A37C RGB: (80,163,124)

Color info

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

RGB color model

#50A37C color RGB value is (80,163,124).

RGB: (80,163,124) (31%, 64%, 49%)

RGB channels and saturation

R 80 of 255 = 31%
G 163 of 255 = 64%
B 124 of 255 = 49%

80
163
124

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

Portions of RGB colors in percentages

R + G + B = 80 + 163 + 124 = 367 (100%)
R 80 of 367 ~ 21.8%
G 163 of 367 ~ 44.41%
B 124 of 367 ~ 33.79'%

%21.8
%44.41
%33.79

CMYK color model

#50A37C color CMYK value is (51,0,24,36).

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

CMYK: (51,0,24,36)
C51M0Y24K36 (51%, 0%, 24%, 36%)
(0.51 / 0.00 / 0.24 / 0.36)

CMYK percentages

%50.92
%0
%23.93
%36.08

Codes

Color #50A37C in popluar color models

50 A3 7C
RGB 80 163 124
HSL 152° 34.16% 47.65%
HSB/HSV 152° 50.92% 63.92%
CMYK 50.92% 0.00% 23.93%
36.08%

Color #50A37C in popluar number systems.

HEX 50 A3 7C
Decimal 80 163 124
Binary 1010000 10100011 1111100
Octal 120 243 174

Shades and tints

Shades of #50A37C

#50A37C
(80,163,124)
#499571
(73,149,113)
#428766
(66,135,102)
#3B795B
(59,121,91)
#346B50
(52,107,80)
#2D5D45
(45,93,69)
#264F3A
(38,79,58)
#1F412F
(31,65,47)
#183324
(24,51,36)
#112519
(17,37,25)
#0A170E
(10,23,14)
#000000
(0,0,0)

Tints of #50A37C

#50A37C
(80,163,124)
#5FAB87
(95,171,135)
#6EB392
(110,179,146)
#7DBB9D
(125,187,157)
#8CC3A8
(140,195,168)
#9BCBB3
(155,203,179)
#AAD3BE
(170,211,190)
#B9DBC9
(185,219,201)
#C8E3D4
(200,227,212)
#D7EBDF
(215,235,223)
#E6F3EA
(230,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A37C; }

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

This text font color is #50A37C.

Background Color

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

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

This div background color is #50A37C.

Border color

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

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

This div border color is #50A37C.

Opacity

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

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

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

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

This text has shadow with #50A37C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50A37C.

Preview

Color preview on black background

This text has color #50A37C on black background.


Color preview on white background

This text has color #50A37C on white background.


Black color preview on #50A37C background

This text has black color on #50A37C background.


White color preview on #50A37C background

This text has white color on #50A37C background.


Related colors

Complementary color

Complementary color for #hex is #AF5C83.


I love getcolorcode.com

Triadic colors

1 #7C50A3 and #A37C50 with #50A37C are triadic colors.

2 #7CA350 and #A3507C with #50A37C are triadic colors.