COLOR #879C6E

HEX: #879C6E
RGB: (135,156,110)

Color info

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

RGB color model

#879C6E color RGB value is (135,156,110).

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

RGB channels and saturation

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

135
156
110

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

Portions of RGB colors in percentages

R + G + B =
135 + 156 + 110 = 401 (100%)
R 135 of 401 ~ 33.67%
G 156 of 401 ~ 38.9%
B 110 of 401 ~ 27.43%

%33.67
%38.9
%27.43

CMYK color model

#879C6E color CMYK value is (13,0,29,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(13,0,29,39)
C13M0Y29K39 
(13%,0%,29%,39%)
(0.13/0.00/0.29/0.39)	

CMYK percentages

%13.46
%0
%29.49
%38.82

Codes

Color #879C6E in popluar color models

879C6E
RGB135156110
HSL87°18.85%52.16%
HSB/HSV87°29.49%61.18%
CMYK13.46%0.00%29.49%
38.82%

Color #879C6E in popluar number systems.

HEX879C6E
Decimal135156110
Binary10000111100111001101110
Octal207234156

Shades and tints

Shades of #879C6E

#879C6E
(135,156,110)
#7B8E64
(123,142,100)
#6F805A
(111,128,90)
#637250
(99,114,80)
#576446
(87,100,70)
#4B563C
(75,86,60)
#3F4832
(63,72,50)
#333A28
(51,58,40)
#272C1E
(39,44,30)
#1B1E14
(27,30,20)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #879C6E

#879C6E
(135,156,110)
#91A57B
(145,165,123)
#9BAE88
(155,174,136)
#A5B795
(165,183,149)
#AFC0A2
(175,192,162)
#B9C9AF
(185,201,175)
#C3D2BC
(195,210,188)
#CDDBC9
(205,219,201)
#D7E4D6
(215,228,214)
#E1EDE3
(225,237,227)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879C6E; }

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

This text font color is #879C6E.


Background Color

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

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

This div background color is #879C6E.


Border color

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

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

This div border color is #879C6E.


Opacity

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

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

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

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

This text has shadow with #879C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879C6E on black background.


Color preview on white background

This text has color #879C6E on white background.



Black color preview on #879C6E background

This text has black color on #879C6E background.


White color preview on #879C6E background

This text has white color on #879C6E background.