COLOR #50876C

HEX: #50876C
RGB: (80,135,108)

Color info

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

RGB color model

#50876C color RGB value is (80,135,108).

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

RGB channels and saturation

R 80 of 255 = 31%
G 135 of 255 = 53%
B 108 of 255 = 42%

80
135
108

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

Portions of RGB colors in percentages

R + G + B =
80 + 135 + 108 = 323 (100%)
R 80 of 323 ~ 24.77%
G 135 of 323 ~ 41.8%
B 108 of 323 ~ 33.44%

%24.77
%41.8
%33.44

CMYK color model

#50876C color CMYK value is (41,0,20,47).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(41,0,20,47)
C41M0Y20K47 
(41%,0%,20%,47%)
(0.41/0.00/0.20/0.47)	

CMYK percentages

%40.74
%0
%20
%47.06

Codes

Color #50876C in popluar color models

50876C
RGB80135108
HSL151°25.58%42.16%
HSB/HSV151°40.74%52.94%
CMYK40.74%0.00%20.00%
47.06%

Color #50876C in popluar number systems.

HEX50876C
Decimal80135108
Binary1010000100001111101100
Octal120207154

Shades and tints

Shades of #50876C

#50876C
(80,135,108)
#497B63
(73,123,99)
#426F5A
(66,111,90)
#3B6351
(59,99,81)
#345748
(52,87,72)
#2D4B3F
(45,75,63)
#263F36
(38,63,54)
#1F332D
(31,51,45)
#182724
(24,39,36)
#111B1B
(17,27,27)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #50876C

#50876C
(80,135,108)
#5F9179
(95,145,121)
#6E9B86
(110,155,134)
#7DA593
(125,165,147)
#8CAFA0
(140,175,160)
#9BB9AD
(155,185,173)
#AAC3BA
(170,195,186)
#B9CDC7
(185,205,199)
#C8D7D4
(200,215,212)
#D7E1E1
(215,225,225)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50876C; }

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

This text font color is #50876C.


Background Color

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

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

This div background color is #50876C.


Border color

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

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

This div border color is #50876C.


Opacity

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

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

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

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

This text has shadow with #50876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50876C on black background.


Color preview on white background

This text has color #50876C on white background.



Black color preview on #50876C background

This text has black color on #50876C background.


White color preview on #50876C background

This text has white color on #50876C background.