COLOR #50897E

HEX: #50897E
RGB: (80,137,126)

Color info

#50897E contains red, green and blue colors in about the same proportion. Web safe color of #50897E is #669966 (or #696).

RGB color model

#50897E color RGB value is (80,137,126).

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

RGB channels and saturation

R 80 of 255 = 31%
G 137 of 255 = 54%
B 126 of 255 = 49%

80
137
126

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

Portions of RGB colors in percentages

R + G + B =
80 + 137 + 126 = 343 (100%)
R 80 of 343 ~ 23.32%
G 137 of 343 ~ 39.94%
B 126 of 343 ~ 36.73%

%23.32
%39.94
%36.73

CMYK color model

#50897E color CMYK value is (42,0,8,46).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(42,0,8,46)
C42M0Y8K46 
(42%,0%,8%,46%)
(0.42/0.00/0.08/0.46)	

CMYK percentages

%41.61
%0
%8.03
%46.27

Codes

Color #50897E in popluar color models

50897E
RGB80137126
HSL168°26.27%42.55%
HSB/HSV168°41.61%53.73%
CMYK41.61%0.00%8.03%
46.27%

Color #50897E in popluar number systems.

HEX50897E
Decimal80137126
Binary1010000100010011111110
Octal120211176

Shades and tints

Shades of #50897E

#50897E
(80,137,126)
#497D73
(73,125,115)
#427168
(66,113,104)
#3B655D
(59,101,93)
#345952
(52,89,82)
#2D4D47
(45,77,71)
#26413C
(38,65,60)
#1F3531
(31,53,49)
#182926
(24,41,38)
#111D1B
(17,29,27)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #50897E

#50897E
(80,137,126)
#5F9389
(95,147,137)
#6E9D94
(110,157,148)
#7DA79F
(125,167,159)
#8CB1AA
(140,177,170)
#9BBBB5
(155,187,181)
#AAC5C0
(170,197,192)
#B9CFCB
(185,207,203)
#C8D9D6
(200,217,214)
#D7E3E1
(215,227,225)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50897E; }

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

This text font color is #50897E.


Background Color

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

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

This div background color is #50897E.


Border color

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

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

This div border color is #50897E.


Opacity

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

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

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

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

This text has shadow with #50897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50897E on black background.


Color preview on white background

This text has color #50897E on white background.



Black color preview on #50897E background

This text has black color on #50897E background.


White color preview on #50897E background

This text has white color on #50897E background.