COLOR #879C6D

HEX: #879C6D
RGB: (135,156,109)

Color info

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

RGB color model

#879C6D color RGB value is (135,156,109).

  • red value is 135;
  • green value is 156;
  • blue value is 109.
RGB:
(135,156,109)
(53%,61%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 109 of 255 = 43%

135
156
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 156 + 109 = 400 (100%)
R 135 of 400 ~ 33.75%
G 156 of 400 ~ 39%
B 109 of 400 ~ 27.25%

%33.75
%39
%27.25

CMYK color model

#879C6D color CMYK value is (13,0,30,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 38.82%
CMYK:
(13,0,30,39)
C13M0Y30K39 
(13%,0%,30%,39%)
(0.13/0.00/0.30/0.39)	

CMYK percentages

%13.46
%0
%30.13
%38.82

Codes

Color #879C6D in popluar color models

879C6D
RGB135156109
HSL87°19.18%51.96%
HSB/HSV87°30.13%61.18%
CMYK13.46%0.00%30.13%
38.82%

Color #879C6D in popluar number systems.

HEX879C6D
Decimal135156109
Binary10000111100111001101101
Octal207234155

Shades and tints

Shades of #879C6D

#879C6D
(135,156,109)
#7B8E64
(123,142,100)
#6F805B
(111,128,91)
#637252
(99,114,82)
#576449
(87,100,73)
#4B5640
(75,86,64)
#3F4837
(63,72,55)
#333A2E
(51,58,46)
#272C25
(39,44,37)
#1B1E1C
(27,30,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #879C6D

#879C6D
(135,156,109)
#91A57A
(145,165,122)
#9BAE87
(155,174,135)
#A5B794
(165,183,148)
#AFC0A1
(175,192,161)
#B9C9AE
(185,201,174)
#C3D2BB
(195,210,187)
#CDDBC8
(205,219,200)
#D7E4D5
(215,228,213)
#E1EDE2
(225,237,226)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879C6D color. Also use rgb(135,156,109) instead hex code.

Text Font Color

.myTextColor { color: #879C6D; }

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

This text font color is #879C6D.


Background Color

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

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

This div background color is #879C6D.


Border color

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

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

This div border color is #879C6D.


Opacity

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

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

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

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

This text has shadow with #879C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879C6D on black background.


Color preview on white background

This text has color #879C6D on white background.



Black color preview on #879C6D background

This text has black color on #879C6D background.


White color preview on #879C6D background

This text has white color on #879C6D background.