COLOR #50878F

HEX: #50878F RGB: (80,135,143)

Color info

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

RGB color model

#50878F color RGB value is (80,135,143).

RGB: (80,135,143) (31%, 53%, 56%)

RGB channels and saturation

R 80 of 255 = 31%
G 135 of 255 = 53%
B 143 of 255 = 56%

80
135
143

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

Portions of RGB colors in percentages

R + G + B = 80 + 135 + 143 = 358 (100%)
R 80 of 358 ~ 22.35%
G 135 of 358 ~ 37.71%
B 143 of 358 ~ 39.94'%

%22.35
%37.71
%39.94

CMYK color model

#50878F color CMYK value is (44,6,0,44).

  • cyan value is 44.06%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (44,6,0,44)
C44M6Y0K44 (44%, 6%, 0%, 44%)
(0.44 / 0.06 / 0.00 / 0.44)

CMYK percentages

%44.06
%5.59
%0
%43.92

Codes

Color #50878F in popluar color models

50 87 8F
RGB 80 135 143
HSL 188° 28.25% 43.73%
HSB/HSV 188° 44.06% 56.08%
CMYK 44.06% 5.59% 0.00%
43.92%

Color #50878F in popluar number systems.

HEX 50 87 8F
Decimal 80 135 143
Binary 1010000 10000111 10001111
Octal 120 207 217

Shades and tints

Shades of #50878F

#50878F
(80,135,143)
#497B82
(73,123,130)
#426F75
(66,111,117)
#3B6368
(59,99,104)
#34575B
(52,87,91)
#2D4B4E
(45,75,78)
#263F41
(38,63,65)
#1F3334
(31,51,52)
#182727
(24,39,39)
#111B1A
(17,27,26)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #50878F

#50878F
(80,135,143)
#5F9199
(95,145,153)
#6E9BA3
(110,155,163)
#7DA5AD
(125,165,173)
#8CAFB7
(140,175,183)
#9BB9C1
(155,185,193)
#AAC3CB
(170,195,203)
#B9CDD5
(185,205,213)
#C8D7DF
(200,215,223)
#D7E1E9
(215,225,233)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50878F color. Also use rgb(80,135,143) instead hex code.

Text Font Color

.myTextColor { color: #50878F; }

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

This text font color is #50878F.

Background Color

.myBgColor { background-color: #50878F; }

<div style="background-color:#50878F">Inner text</div>

This div background color is #50878F.

Border color

.myBorderColor { border: 1px solid #50878F; }

<div style="border:3px solid #50878F">Div</div>

This div border color is #50878F.

Opacity

.myOpacity80 { color: #50878F; opacity: 0.8; }

<p style="color:#50878F;opacity:0.8;">80%</p>

Text with #50878F 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 #50878F;}

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

This text has shadow with #50878F color.


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

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

This text has shadow with #50878F primary color and red secondary color.


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

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

This text has shadow with #50878F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50878F.

Preview

Color preview on black background

This text has color #50878F on black background.


Color preview on white background

This text has color #50878F on white background.


Black color preview on #50878F background

This text has black color on #50878F background.


White color preview on #50878F background

This text has white color on #50878F background.


Related colors

Complementary color

Complementary color for #hex is #AF7870.


I love getcolorcode.com

Triadic colors

1 #8F5087 and #878F50 with #50878F are triadic colors.

2 #8F8750 and #87508F with #50878F are triadic colors.