COLOR #50877D

HEX: #50877D
RGB: (80,135,125)

Color info

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

RGB color model

#50877D color RGB value is (80,135,125).

  • red value is 80;
  • green value is 135;
  • blue value is 125.
RGB:
(80,135,125)
(31%,53%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 135 of 255 = 53%
B 125 of 255 = 49%

80
135
125

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

Portions of RGB colors in percentages

R + G + B =
80 + 135 + 125 = 340 (100%)
R 80 of 340 ~ 23.53%
G 135 of 340 ~ 39.71%
B 125 of 340 ~ 36.76%

%23.53
%39.71
%36.76

CMYK color model

#50877D color CMYK value is (41,0,7,47).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(41,0,7,47)
C41M0Y7K47 
(41%,0%,7%,47%)
(0.41/0.00/0.07/0.47)	

CMYK percentages

%40.74
%0
%7.41
%47.06

Codes

Color #50877D in popluar color models

50877D
RGB80135125
HSL169°25.58%42.16%
HSB/HSV169°40.74%52.94%
CMYK40.74%0.00%7.41%
47.06%

Color #50877D in popluar number systems.

HEX50877D
Decimal80135125
Binary1010000100001111111101
Octal120207175

Shades and tints

Shades of #50877D

#50877D
(80,135,125)
#497B72
(73,123,114)
#426F67
(66,111,103)
#3B635C
(59,99,92)
#345751
(52,87,81)
#2D4B46
(45,75,70)
#263F3B
(38,63,59)
#1F3330
(31,51,48)
#182725
(24,39,37)
#111B1A
(17,27,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #50877D

#50877D
(80,135,125)
#5F9188
(95,145,136)
#6E9B93
(110,155,147)
#7DA59E
(125,165,158)
#8CAFA9
(140,175,169)
#9BB9B4
(155,185,180)
#AAC3BF
(170,195,191)
#B9CDCA
(185,205,202)
#C8D7D5
(200,215,213)
#D7E1E0
(215,225,224)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50877D color. Also use rgb(80,135,125) instead hex code.

Text Font Color

.myTextColor { color: #50877D; }

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

This text font color is #50877D.


Background Color

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

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

This div background color is #50877D.


Border color

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

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

This div border color is #50877D.


Opacity

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

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

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

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

This text has shadow with #50877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50877D on black background.


Color preview on white background

This text has color #50877D on white background.



Black color preview on #50877D background

This text has black color on #50877D background.


White color preview on #50877D background

This text has white color on #50877D background.