COLOR #50898D

HEX: #50898D RGB: (80,137,141)

Color info

#50898D contains mainly green and blue colors. Web safe color of #50898D is #669999 (or #699).

RGB color model

#50898D color RGB value is (80,137,141).

RGB: (80,137,141) (31%, 54%, 55%)

RGB channels and saturation

R 80 of 255 = 31%
G 137 of 255 = 54%
B 141 of 255 = 55%

80
137
141

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

Portions of RGB colors in percentages

R + G + B = 80 + 137 + 141 = 358 (100%)
R 80 of 358 ~ 22.35%
G 137 of 358 ~ 38.27%
B 141 of 358 ~ 39.39'%

%22.35
%38.27
%39.39

CMYK color model

#50898D color CMYK value is (43,3,0,45).

  • cyan value is 43.26%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (43,3,0,45) C43M3Y0K45 (43%,3%,0%,45%) (0.43/0.03/0.00/0.45) 

CMYK percentages

%43.26
%2.84
%0
%44.71

Codes

Color #50898D in popluar color models

50 89 8D
RGB 80 137 141
HSL 184° 27.60% 43.33%
HSB/HSV 184° 43.26% 55.29%
CMYK 43.26% 2.84% 0.00%
44.71%

Color #50898D in popluar number systems.

HEX 50 89 8D
Decimal 80 137 141
Binary 1010000 10001001 10001101
Octal 120 211 215

Shades and tints

Shades of #50898D

#50898D
(80,137,141)
#497D81
(73,125,129)
#427175
(66,113,117)
#3B6569
(59,101,105)
#34595D
(52,89,93)
#2D4D51
(45,77,81)
#264145
(38,65,69)
#1F3539
(31,53,57)
#18292D
(24,41,45)
#111D21
(17,29,33)
#0A1115
(10,17,21)
#000000
(0,0,0)

Tints of #50898D

#50898D
(80,137,141)
#5F9397
(95,147,151)
#6E9DA1
(110,157,161)
#7DA7AB
(125,167,171)
#8CB1B5
(140,177,181)
#9BBBBF
(155,187,191)
#AAC5C9
(170,197,201)
#B9CFD3
(185,207,211)
#C8D9DD
(200,217,221)
#D7E3E7
(215,227,231)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50898D color. Also use rgb(80,137,141) instead hex code.

Text Font Color

.myTextColor { color: #50898D; }

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

This text font color is #50898D.

Background Color

.myBgColor { background-color: #50898D; }

<div style="background-color:#50898D">Inner text</div>

This div background color is #50898D.

Border color

.myBorderColor { border: 1px solid #50898D; }

<div style="border:3px solid #50898D">Div</div>

This div border color is #50898D.

Opacity

.myOpacity80 { color: #50898D; opacity: 0.8; }

<p style="color:#50898D;opacity:0.8;">80%</p>

Text with #50898D 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 #50898D;}

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

This text has shadow with #50898D color.


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

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

This text has shadow with #50898D primary color and red secondary color.


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

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

This text has shadow with #50898D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50898D.

Preview

Color preview on black background

This text has color #50898D on black background.


Color preview on white background

This text has color #50898D on white background.


Black color preview on #50898D background

This text has black color on #50898D background.


White color preview on #50898D background

This text has white color on #50898D background.


Related colors

Complementary color

Complementary color for #hex is #AF7672.


I love getcolorcode.com

Triadic colors

1 #8D5089 and #898D50 with #50898D are triadic colors.

2 #8D8950 and #89508D with #50898D are triadic colors.