COLOR #50A377

HEX: #50A377
RGB: (80,163,119)

Color info

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

RGB color model

#50A377 color RGB value is (80,163,119).

  • red value is 80;
  • green value is 163;
  • blue value is 119.
RGB:
(80,163,119)
(31%,64%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 163 of 255 = 64%
B 119 of 255 = 47%

80
163
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 163 + 119 = 362 (100%)
R 80 of 362 ~ 22.1%
G 163 of 362 ~ 45.03%
B 119 of 362 ~ 32.87%

%22.1
%45.03
%32.87

CMYK color model

#50A377 color CMYK value is (51,0,27,36).

  • cyan value is 50.92%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(51,0,27,36)
C51M0Y27K36 
(51%,0%,27%,36%)
(0.51/0.00/0.27/0.36)	

CMYK percentages

%50.92
%0
%26.99
%36.08

Codes

Color #50A377 in popluar color models

50A377
RGB80163119
HSL148°34.16%47.65%
HSB/HSV148°50.92%63.92%
CMYK50.92%0.00%26.99%
36.08%

Color #50A377 in popluar number systems.

HEX50A377
Decimal80163119
Binary1010000101000111110111
Octal120243167

Shades and tints

Shades of #50A377

#50A377
(80,163,119)
#49956D
(73,149,109)
#428763
(66,135,99)
#3B7959
(59,121,89)
#346B4F
(52,107,79)
#2D5D45
(45,93,69)
#264F3B
(38,79,59)
#1F4131
(31,65,49)
#183327
(24,51,39)
#11251D
(17,37,29)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #50A377

#50A377
(80,163,119)
#5FAB83
(95,171,131)
#6EB38F
(110,179,143)
#7DBB9B
(125,187,155)
#8CC3A7
(140,195,167)
#9BCBB3
(155,203,179)
#AAD3BF
(170,211,191)
#B9DBCB
(185,219,203)
#C8E3D7
(200,227,215)
#D7EBE3
(215,235,227)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50A377; }

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

This text font color is #50A377.


Background Color

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

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

This div background color is #50A377.


Border color

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

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

This div border color is #50A377.


Opacity

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

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

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

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

This text has shadow with #50A377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A377 on black background.


Color preview on white background

This text has color #50A377 on white background.



Black color preview on #50A377 background

This text has black color on #50A377 background.


White color preview on #50A377 background

This text has white color on #50A377 background.