COLOR #50977E

HEX: #50977E
RGB: (80,151,126)

Color info

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

RGB color model

#50977E color RGB value is (80,151,126).

  • red value is 80;
  • green value is 151;
  • blue value is 126.
RGB:
(80,151,126)
(31%,59%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 151 of 255 = 59%
B 126 of 255 = 49%

80
151
126

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

Portions of RGB colors in percentages

R + G + B =
80 + 151 + 126 = 357 (100%)
R 80 of 357 ~ 22.41%
G 151 of 357 ~ 42.3%
B 126 of 357 ~ 35.29%

%22.41
%42.3
%35.29

CMYK color model

#50977E color CMYK value is (47,0,17,41).

  • cyan value is 47.02%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(47,0,17,41)
C47M0Y17K41 
(47%,0%,17%,41%)
(0.47/0.00/0.17/0.41)	

CMYK percentages

%47.02
%0
%16.56
%40.78

Codes

Color #50977E in popluar color models

50977E
RGB80151126
HSL159°30.74%45.29%
HSB/HSV159°47.02%59.22%
CMYK47.02%0.00%16.56%
40.78%

Color #50977E in popluar number systems.

HEX50977E
Decimal80151126
Binary1010000100101111111110
Octal120227176

Shades and tints

Shades of #50977E

#50977E
(80,151,126)
#498A73
(73,138,115)
#427D68
(66,125,104)
#3B705D
(59,112,93)
#346352
(52,99,82)
#2D5647
(45,86,71)
#26493C
(38,73,60)
#1F3C31
(31,60,49)
#182F26
(24,47,38)
#11221B
(17,34,27)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #50977E

#50977E
(80,151,126)
#5FA089
(95,160,137)
#6EA994
(110,169,148)
#7DB29F
(125,178,159)
#8CBBAA
(140,187,170)
#9BC4B5
(155,196,181)
#AACDC0
(170,205,192)
#B9D6CB
(185,214,203)
#C8DFD6
(200,223,214)
#D7E8E1
(215,232,225)
#E6F1EC
(230,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50977E color. Also use rgb(80,151,126) instead hex code.

Text Font Color

.myTextColor { color: #50977E; }

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

This text font color is #50977E.


Background Color

.myBgColor { background-color: #50977E; }

<div style="background-color:#50977E">Inner text</div>

This div background color is #50977E.


Border color

.myBorderColor { border: 1px solid #50977E; }

<div style="border:3px solid #50977E">Div</div>

This div border color is #50977E.


Opacity

.myOpacity80 { color: #50977E; opacity: 0.8; }

<p style="color:#50977E;opacity:0.8;">80%</p>

Text with #50977E 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 #50977E;}

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

This text has shadow with #50977E color.

.textShadow {text-shadow: 3px 3px 1px #50977E, 3px 3px 1px red;}

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

This text has shadow with #50977E primary color and red secondary color.


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

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

This text has shadow with #50977E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50977E on black background.


Color preview on white background

This text has color #50977E on white background.



Black color preview on #50977E background

This text has black color on #50977E background.


White color preview on #50977E background

This text has white color on #50977E background.