COLOR #50A57C

HEX: #50A57C
RGB: (80,165,124)

Color info

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

RGB color model

#50A57C color RGB value is (80,165,124).

  • red value is 80;
  • green value is 165;
  • blue value is 124.
RGB:
(80,165,124)
(31%,65%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 165 of 255 = 65%
B 124 of 255 = 49%

80
165
124

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

Portions of RGB colors in percentages

R + G + B =
80 + 165 + 124 = 369 (100%)
R 80 of 369 ~ 21.68%
G 165 of 369 ~ 44.72%
B 124 of 369 ~ 33.6%

%21.68
%44.72
%33.6

CMYK color model

#50A57C color CMYK value is (52,0,25,35).

  • cyan value is 51.52%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(52,0,25,35)
C52M0Y25K35 
(52%,0%,25%,35%)
(0.52/0.00/0.25/0.35)	

CMYK percentages

%51.52
%0
%24.85
%35.29

Codes

Color #50A57C in popluar color models

50A57C
RGB80165124
HSL151°34.69%48.04%
HSB/HSV151°51.52%64.71%
CMYK51.52%0.00%24.85%
35.29%

Color #50A57C in popluar number systems.

HEX50A57C
Decimal80165124
Binary1010000101001011111100
Octal120245174

Shades and tints

Shades of #50A57C

#50A57C
(80,165,124)
#499671
(73,150,113)
#428766
(66,135,102)
#3B785B
(59,120,91)
#346950
(52,105,80)
#2D5A45
(45,90,69)
#264B3A
(38,75,58)
#1F3C2F
(31,60,47)
#182D24
(24,45,36)
#111E19
(17,30,25)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #50A57C

#50A57C
(80,165,124)
#5FAD87
(95,173,135)
#6EB592
(110,181,146)
#7DBD9D
(125,189,157)
#8CC5A8
(140,197,168)
#9BCDB3
(155,205,179)
#AAD5BE
(170,213,190)
#B9DDC9
(185,221,201)
#C8E5D4
(200,229,212)
#D7EDDF
(215,237,223)
#E6F5EA
(230,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A57C; }

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

This text font color is #50A57C.


Background Color

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

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

This div background color is #50A57C.


Border color

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

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

This div border color is #50A57C.


Opacity

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

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

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

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

This text has shadow with #50A57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A57C on black background.


Color preview on white background

This text has color #50A57C on white background.



Black color preview on #50A57C background

This text has black color on #50A57C background.


White color preview on #50A57C background

This text has white color on #50A57C background.