COLOR #50895B

HEX: #50895B RGB: (80,137,91)

Color info

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

RGB color model

#50895B color RGB value is (80,137,91).

RGB: (80,137,91) (31%, 54%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 137 of 255 = 54%
B 91 of 255 = 36%

80
137
91

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

Portions of RGB colors in percentages

R + G + B = 80 + 137 + 91 = 308 (100%)
R 80 of 308 ~ 25.97%
G 137 of 308 ~ 44.48%
B 91 of 308 ~ 29.55'%

%25.97
%44.48
%29.55

CMYK color model

#50895B color CMYK value is (42,0,34,46).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 33.58%
  • key color value is 46.27%

CMYK: (42,0,34,46)
C42M0Y34K46 (42%, 0%, 34%, 46%)
(0.42 / 0.00 / 0.34 / 0.46)

CMYK percentages

%41.61
%0
%33.58
%46.27

Codes

Color #50895B in popluar color models

50 89 5B
RGB 80 137 91
HSL 132° 26.27% 42.55%
HSB/HSV 132° 41.61% 53.73%
CMYK 41.61% 0.00% 33.58%
46.27%

Color #50895B in popluar number systems.

HEX 50 89 5B
Decimal 80 137 91
Binary 1010000 10001001 1011011
Octal 120 211 133

Shades and tints

Shades of #50895B

#50895B
(80,137,91)
#497D53
(73,125,83)
#42714B
(66,113,75)
#3B6543
(59,101,67)
#34593B
(52,89,59)
#2D4D33
(45,77,51)
#26412B
(38,65,43)
#1F3523
(31,53,35)
#18291B
(24,41,27)
#111D13
(17,29,19)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #50895B

#50895B
(80,137,91)
#5F9369
(95,147,105)
#6E9D77
(110,157,119)
#7DA785
(125,167,133)
#8CB193
(140,177,147)
#9BBBA1
(155,187,161)
#AAC5AF
(170,197,175)
#B9CFBD
(185,207,189)
#C8D9CB
(200,217,203)
#D7E3D9
(215,227,217)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50895B color. Also use rgb(80,137,91) instead hex code.

Text Font Color

.myTextColor { color: #50895B; }

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

This text font color is #50895B.

Background Color

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

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

This div background color is #50895B.

Border color

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

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

This div border color is #50895B.

Opacity

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

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

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

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

This text has shadow with #50895B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50895B.

Preview

Color preview on black background

This text has color #50895B on black background.


Color preview on white background

This text has color #50895B on white background.


Black color preview on #50895B background

This text has black color on #50895B background.


White color preview on #50895B background

This text has white color on #50895B background.


Related colors

Complementary color

Complementary color for #hex is #AF76A4.


I love getcolorcode.com

Triadic colors

1 #5B5089 and #895B50 with #50895B are triadic colors.

2 #5B8950 and #89505B with #50895B are triadic colors.