COLOR #879C64

HEX: #879C64
RGB: (135,156,100)

Color info

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

RGB color model

#879C64 color RGB value is (135,156,100).

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

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 100 of 255 = 39%

135
156
100

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

Portions of RGB colors in percentages

R + G + B =
135 + 156 + 100 = 391 (100%)
R 135 of 391 ~ 34.53%
G 156 of 391 ~ 39.9%
B 100 of 391 ~ 25.58%

%34.53
%39.9
%25.58

CMYK color model

#879C64 color CMYK value is (13,0,36,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 38.82%
CMYK:
(13,0,36,39)
C13M0Y36K39 
(13%,0%,36%,39%)
(0.13/0.00/0.36/0.39)	

CMYK percentages

%13.46
%0
%35.9
%38.82

Codes

Color #879C64 in popluar color models

879C64
RGB135156100
HSL83°22.05%50.20%
HSB/HSV83°35.90%61.18%
CMYK13.46%0.00%35.90%
38.82%

Color #879C64 in popluar number systems.

HEX879C64
Decimal135156100
Binary10000111100111001100100
Octal207234144

Shades and tints

Shades of #879C64

#879C64
(135,156,100)
#7B8E5B
(123,142,91)
#6F8052
(111,128,82)
#637249
(99,114,73)
#576440
(87,100,64)
#4B5637
(75,86,55)
#3F482E
(63,72,46)
#333A25
(51,58,37)
#272C1C
(39,44,28)
#1B1E13
(27,30,19)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #879C64

#879C64
(135,156,100)
#91A572
(145,165,114)
#9BAE80
(155,174,128)
#A5B78E
(165,183,142)
#AFC09C
(175,192,156)
#B9C9AA
(185,201,170)
#C3D2B8
(195,210,184)
#CDDBC6
(205,219,198)
#D7E4D4
(215,228,212)
#E1EDE2
(225,237,226)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879C64; }

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

This text font color is #879C64.


Background Color

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

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

This div background color is #879C64.


Border color

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

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

This div border color is #879C64.


Opacity

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

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

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

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

This text has shadow with #879C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879C64 on black background.


Color preview on white background

This text has color #879C64 on white background.



Black color preview on #879C64 background

This text has black color on #879C64 background.


White color preview on #879C64 background

This text has white color on #879C64 background.