COLOR #879D6F

HEX: #879D6F
RGB: (135,157,111)

Color info

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

RGB color model

#879D6F color RGB value is (135,157,111).

  • red value is 135;
  • green value is 157;
  • blue value is 111.
RGB:
(135,157,111)
(53%,62%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 157 of 255 = 62%
B 111 of 255 = 44%

135
157
111

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

Portions of RGB colors in percentages

R + G + B =
135 + 157 + 111 = 403 (100%)
R 135 of 403 ~ 33.5%
G 157 of 403 ~ 38.96%
B 111 of 403 ~ 27.54%

%33.5
%38.96
%27.54

CMYK color model

#879D6F color CMYK value is (14,0,29,38).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 29.30%
  • key color value is 38.43%
CMYK:
(14,0,29,38)
C14M0Y29K38 
(14%,0%,29%,38%)
(0.14/0.00/0.29/0.38)	

CMYK percentages

%14.01
%0
%29.3
%38.43

Codes

Color #879D6F in popluar color models

879D6F
RGB135157111
HSL89°19.01%52.55%
HSB/HSV89°29.30%61.57%
CMYK14.01%0.00%29.30%
38.43%

Color #879D6F in popluar number systems.

HEX879D6F
Decimal135157111
Binary10000111100111011101111
Octal207235157

Shades and tints

Shades of #879D6F

#879D6F
(135,157,111)
#7B8F65
(123,143,101)
#6F815B
(111,129,91)
#637351
(99,115,81)
#576547
(87,101,71)
#4B573D
(75,87,61)
#3F4933
(63,73,51)
#333B29
(51,59,41)
#272D1F
(39,45,31)
#1B1F15
(27,31,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #879D6F

#879D6F
(135,157,111)
#91A57C
(145,165,124)
#9BAD89
(155,173,137)
#A5B596
(165,181,150)
#AFBDA3
(175,189,163)
#B9C5B0
(185,197,176)
#C3CDBD
(195,205,189)
#CDD5CA
(205,213,202)
#D7DDD7
(215,221,215)
#E1E5E4
(225,229,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879D6F color. Also use rgb(135,157,111) instead hex code.

Text Font Color

.myTextColor { color: #879D6F; }

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

This text font color is #879D6F.


Background Color

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

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

This div background color is #879D6F.


Border color

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

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

This div border color is #879D6F.


Opacity

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

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

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

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

This text has shadow with #879D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879D6F on black background.


Color preview on white background

This text has color #879D6F on white background.



Black color preview on #879D6F background

This text has black color on #879D6F background.


White color preview on #879D6F background

This text has white color on #879D6F background.