COLOR #50887B

HEX: #50887B RGB: (80,136,123)

Color info

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

RGB color model

#50887B color RGB value is (80,136,123).

RGB: (80,136,123) (31%, 53%, 48%)

RGB channels and saturation

R 80 of 255 = 31%
G 136 of 255 = 53%
B 123 of 255 = 48%

80
136
123

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

Portions of RGB colors in percentages

R + G + B = 80 + 136 + 123 = 339 (100%)
R 80 of 339 ~ 23.6%
G 136 of 339 ~ 40.12%
B 123 of 339 ~ 36.28'%

%23.6
%40.12
%36.28

CMYK color model

#50887B color CMYK value is (41,0,10,47).

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

CMYK: (41,0,10,47)
C41M0Y10K47 (41%, 0%, 10%, 47%)
(0.41 / 0.00 / 0.10 / 0.47)

CMYK percentages

%41.18
%0
%9.56
%46.67

Codes

Color #50887B in popluar color models

50 88 7B
RGB 80 136 123
HSL 166° 25.93% 42.35%
HSB/HSV 166° 41.18% 53.33%
CMYK 41.18% 0.00% 9.56%
46.67%

Color #50887B in popluar number systems.

HEX 50 88 7B
Decimal 80 136 123
Binary 1010000 10001000 1111011
Octal 120 210 173

Shades and tints

Shades of #50887B

#50887B
(80,136,123)
#497C70
(73,124,112)
#427065
(66,112,101)
#3B645A
(59,100,90)
#34584F
(52,88,79)
#2D4C44
(45,76,68)
#264039
(38,64,57)
#1F342E
(31,52,46)
#182823
(24,40,35)
#111C18
(17,28,24)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #50887B

#50887B
(80,136,123)
#5F9287
(95,146,135)
#6E9C93
(110,156,147)
#7DA69F
(125,166,159)
#8CB0AB
(140,176,171)
#9BBAB7
(155,186,183)
#AAC4C3
(170,196,195)
#B9CECF
(185,206,207)
#C8D8DB
(200,216,219)
#D7E2E7
(215,226,231)
#E6ECF3
(230,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50887B; }

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

This text font color is #50887B.

Background Color

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

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

This div background color is #50887B.

Border color

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

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

This div border color is #50887B.

Opacity

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

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

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

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

This text has shadow with #50887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50887B.

Preview

Color preview on black background

This text has color #50887B on black background.


Color preview on white background

This text has color #50887B on white background.


Black color preview on #50887B background

This text has black color on #50887B background.


White color preview on #50887B background

This text has white color on #50887B background.


Related colors

Complementary color

Complementary color for #hex is #AF7784.


I love getcolorcode.com

Triadic colors

1 #7B5088 and #887B50 with #50887B are triadic colors.

2 #7B8850 and #88507B with #50887B are triadic colors.