COLOR #50876F

HEX: #50876F RGB: (80,135,111)

Color info

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

RGB color model

#50876F color RGB value is (80,135,111).

RGB: (80,135,111) (31%, 53%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 135 of 255 = 53%
B 111 of 255 = 44%

80
135
111

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

Portions of RGB colors in percentages

R + G + B = 80 + 135 + 111 = 326 (100%)
R 80 of 326 ~ 24.54%
G 135 of 326 ~ 41.41%
B 111 of 326 ~ 34.05'%

%24.54
%41.41
%34.05

CMYK color model

#50876F color CMYK value is (41,0,18,47).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%

CMYK: (41,0,18,47)
C41M0Y18K47 (41%, 0%, 18%, 47%)
(0.41 / 0.00 / 0.18 / 0.47)

CMYK percentages

%40.74
%0
%17.78
%47.06

Codes

Color #50876F in popluar color models

50 87 6F
RGB 80 135 111
HSL 154° 25.58% 42.16%
HSB/HSV 154° 40.74% 52.94%
CMYK 40.74% 0.00% 17.78%
47.06%

Color #50876F in popluar number systems.

HEX 50 87 6F
Decimal 80 135 111
Binary 1010000 10000111 1101111
Octal 120 207 157

Shades and tints

Shades of #50876F

#50876F
(80,135,111)
#497B65
(73,123,101)
#426F5B
(66,111,91)
#3B6351
(59,99,81)
#345747
(52,87,71)
#2D4B3D
(45,75,61)
#263F33
(38,63,51)
#1F3329
(31,51,41)
#18271F
(24,39,31)
#111B15
(17,27,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #50876F

#50876F
(80,135,111)
#5F917C
(95,145,124)
#6E9B89
(110,155,137)
#7DA596
(125,165,150)
#8CAFA3
(140,175,163)
#9BB9B0
(155,185,176)
#AAC3BD
(170,195,189)
#B9CDCA
(185,205,202)
#C8D7D7
(200,215,215)
#D7E1E4
(215,225,228)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50876F; }

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

This text font color is #50876F.

Background Color

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

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

This div background color is #50876F.

Border color

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

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

This div border color is #50876F.

Opacity

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

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

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

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

This text has shadow with #50876F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50876F.

Preview

Color preview on black background

This text has color #50876F on black background.


Color preview on white background

This text has color #50876F on white background.


Black color preview on #50876F background

This text has black color on #50876F background.


White color preview on #50876F background

This text has white color on #50876F background.


Related colors

Complementary color

Complementary color for #hex is #AF7890.


I love getcolorcode.com

Triadic colors

1 #6F5087 and #876F50 with #50876F are triadic colors.

2 #6F8750 and #87506F with #50876F are triadic colors.