COLOR #50887F

HEX: #50887F RGB: (80,136,127)

Color info

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

RGB color model

#50887F color RGB value is (80,136,127).

RGB: (80,136,127) (31%, 53%, 50%)

RGB channels and saturation

R 80 of 255 = 31%
G 136 of 255 = 53%
B 127 of 255 = 50%

80
136
127

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

Portions of RGB colors in percentages

R + G + B = 80 + 136 + 127 = 343 (100%)
R 80 of 343 ~ 23.32%
G 136 of 343 ~ 39.65%
B 127 of 343 ~ 37.03'%

%23.32
%39.65
%37.03

CMYK color model

#50887F color CMYK value is (41,0,7,47).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%

CMYK: (41,0,7,47)
C41M0Y7K47 (41%, 0%, 7%, 47%)
(0.41 / 0.00 / 0.07 / 0.47)

CMYK percentages

%41.18
%0
%6.62
%46.67

Codes

Color #50887F in popluar color models

50 88 7F
RGB 80 136 127
HSL 170° 25.93% 42.35%
HSB/HSV 170° 41.18% 53.33%
CMYK 41.18% 0.00% 6.62%
46.67%

Color #50887F in popluar number systems.

HEX 50 88 7F
Decimal 80 136 127
Binary 1010000 10001000 1111111
Octal 120 210 177

Shades and tints

Shades of #50887F

#50887F
(80,136,127)
#497C74
(73,124,116)
#427069
(66,112,105)
#3B645E
(59,100,94)
#345853
(52,88,83)
#2D4C48
(45,76,72)
#26403D
(38,64,61)
#1F3432
(31,52,50)
#182827
(24,40,39)
#111C1C
(17,28,28)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #50887F

#50887F
(80,136,127)
#5F928A
(95,146,138)
#6E9C95
(110,156,149)
#7DA6A0
(125,166,160)
#8CB0AB
(140,176,171)
#9BBAB6
(155,186,182)
#AAC4C1
(170,196,193)
#B9CECC
(185,206,204)
#C8D8D7
(200,216,215)
#D7E2E2
(215,226,226)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50887F color. Also use rgb(80,136,127) instead hex code.

Text Font Color

.myTextColor { color: #50887F; }

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

This text font color is #50887F.

Background Color

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

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

This div background color is #50887F.

Border color

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

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

This div border color is #50887F.

Opacity

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

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

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

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

This text has shadow with #50887F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50887F.

Preview

Color preview on black background

This text has color #50887F on black background.


Color preview on white background

This text has color #50887F on white background.


Black color preview on #50887F background

This text has black color on #50887F background.


White color preview on #50887F background

This text has white color on #50887F background.


Related colors

Complementary color

Complementary color for #hex is #AF7780.


I love getcolorcode.com

Triadic colors

1 #7F5088 and #887F50 with #50887F are triadic colors.

2 #7F8850 and #88507F with #50887F are triadic colors.