COLOR #879C6C

HEX: #879C6C
RGB: (135,156,108)

Color info

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

RGB color model

#879C6C color RGB value is (135,156,108).

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

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 108 of 255 = 42%

135
156
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 156 + 108 = 399 (100%)
R 135 of 399 ~ 33.83%
G 156 of 399 ~ 39.1%
B 108 of 399 ~ 27.07%

%33.83
%39.1
%27.07

CMYK color model

#879C6C color CMYK value is (13,0,31,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 38.82%
CMYK:
(13,0,31,39)
C13M0Y31K39 
(13%,0%,31%,39%)
(0.13/0.00/0.31/0.39)	

CMYK percentages

%13.46
%0
%30.77
%38.82

Codes

Color #879C6C in popluar color models

879C6C
RGB135156108
HSL86°19.51%51.76%
HSB/HSV86°30.77%61.18%
CMYK13.46%0.00%30.77%
38.82%

Color #879C6C in popluar number systems.

HEX879C6C
Decimal135156108
Binary10000111100111001101100
Octal207234154

Shades and tints

Shades of #879C6C

#879C6C
(135,156,108)
#7B8E63
(123,142,99)
#6F805A
(111,128,90)
#637251
(99,114,81)
#576448
(87,100,72)
#4B563F
(75,86,63)
#3F4836
(63,72,54)
#333A2D
(51,58,45)
#272C24
(39,44,36)
#1B1E1B
(27,30,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #879C6C

#879C6C
(135,156,108)
#91A579
(145,165,121)
#9BAE86
(155,174,134)
#A5B793
(165,183,147)
#AFC0A0
(175,192,160)
#B9C9AD
(185,201,173)
#C3D2BA
(195,210,186)
#CDDBC7
(205,219,199)
#D7E4D4
(215,228,212)
#E1EDE1
(225,237,225)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879C6C; }

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

This text font color is #879C6C.


Background Color

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

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

This div background color is #879C6C.


Border color

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

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

This div border color is #879C6C.


Opacity

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

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

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

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

This text has shadow with #879C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879C6C on black background.


Color preview on white background

This text has color #879C6C on white background.



Black color preview on #879C6C background

This text has black color on #879C6C background.


White color preview on #879C6C background

This text has white color on #879C6C background.