COLOR #879F80

HEX: #879F80
RGB: (135,159,128)

Color info

#879F80 contains red, green and blue colors in about the same proportion. Web safe color of #879F80 is #999966 (or #996).

RGB color model

#879F80 color RGB value is (135,159,128).

  • red value is 135;
  • green value is 159;
  • blue value is 128.
RGB:
(135,159,128)
(53%,62%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 159 of 255 = 62%
B 128 of 255 = 50%

135
159
128

R + G + B ~ 55%. #879F80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 159 + 128 = 422 (100%)
R 135 of 422 ~ 31.99%
G 159 of 422 ~ 37.68%
B 128 of 422 ~ 30.33%

%31.99
%37.68
%30.33

CMYK color model

#879F80 color CMYK value is (15,0,19,38).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 19.50%
  • key color value is 37.65%
CMYK:
(15,0,19,38)
C15M0Y19K38 
(15%,0%,19%,38%)
(0.15/0.00/0.19/0.38)	

CMYK percentages

%15.09
%0
%19.5
%37.65

Codes

Color #879F80 in popluar color models

879F80
RGB135159128
HSL106°13.90%56.27%
HSB/HSV106°19.50%62.35%
CMYK15.09%0.00%19.50%
37.65%

Color #879F80 in popluar number systems.

HEX879F80
Decimal135159128
Binary100001111001111110000000
Octal207237200

Shades and tints

Shades of #879F80

#879F80
(135,159,128)
#7B9175
(123,145,117)
#6F836A
(111,131,106)
#63755F
(99,117,95)
#576754
(87,103,84)
#4B5949
(75,89,73)
#3F4B3E
(63,75,62)
#333D33
(51,61,51)
#272F28
(39,47,40)
#1B211D
(27,33,29)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #879F80

#879F80
(135,159,128)
#91A78B
(145,167,139)
#9BAF96
(155,175,150)
#A5B7A1
(165,183,161)
#AFBFAC
(175,191,172)
#B9C7B7
(185,199,183)
#C3CFC2
(195,207,194)
#CDD7CD
(205,215,205)
#D7DFD8
(215,223,216)
#E1E7E3
(225,231,227)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879F80 color. Also use rgb(135,159,128) instead hex code.

Text Font Color

.myTextColor { color: #879F80; }

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

This text font color is #879F80.


Background Color

.myBgColor { background-color: #879F80; }

<div style="background-color:#879F80">Inner text</div>

This div background color is #879F80.


Border color

.myBorderColor { border: 1px solid #879F80; }

<div style="border:3px solid #879F80">Div</div>

This div border color is #879F80.


Opacity

.myOpacity80 { color: #879F80; opacity: 0.8; }

<p style="color:#879F80;opacity:0.8;">80%</p>

Text with #879F80 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 #879F80;}

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

This text has shadow with #879F80 color.

.textShadow {text-shadow: 3px 3px 1px #879F80, 3px 3px 1px red;}

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

This text has shadow with #879F80 primary color and red secondary color.


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

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

This text has shadow with #879F80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879F80 on black background.


Color preview on white background

This text has color #879F80 on white background.



Black color preview on #879F80 background

This text has black color on #879F80 background.


White color preview on #879F80 background

This text has white color on #879F80 background.