COLOR #878D64

HEX: #878D64
RGB: (135,141,100)

Color info

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

RGB color model

#878D64 color RGB value is (135,141,100).

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

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 100 of 255 = 39%

135
141
100

R + G + B ~ 49%. #878D64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 141 + 100 = 376 (100%)
R 135 of 376 ~ 35.9%
G 141 of 376 ~ 37.5%
B 100 of 376 ~ 26.6%

%35.9
%37.5
%26.6

CMYK color model

#878D64 color CMYK value is (4,0,29,45).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 44.71%
CMYK:
(4,0,29,45)
C4M0Y29K45 
(4%,0%,29%,45%)
(0.04/0.00/0.29/0.45)	

CMYK percentages

%4.26
%0
%29.08
%44.71

Codes

Color #878D64 in popluar color models

878D64
RGB135141100
HSL69°17.01%47.25%
HSB/HSV69°29.08%55.29%
CMYK4.26%0.00%29.08%
44.71%

Color #878D64 in popluar number systems.

HEX878D64
Decimal135141100
Binary10000111100011011100100
Octal207215144

Shades and tints

Shades of #878D64

#878D64
(135,141,100)
#7B815B
(123,129,91)
#6F7552
(111,117,82)
#636949
(99,105,73)
#575D40
(87,93,64)
#4B5137
(75,81,55)
#3F452E
(63,69,46)
#333925
(51,57,37)
#272D1C
(39,45,28)
#1B2113
(27,33,19)
#0F150A
(15,21,10)
#000000
(0,0,0)

Tints of #878D64

#878D64
(135,141,100)
#919772
(145,151,114)
#9BA180
(155,161,128)
#A5AB8E
(165,171,142)
#AFB59C
(175,181,156)
#B9BFAA
(185,191,170)
#C3C9B8
(195,201,184)
#CDD3C6
(205,211,198)
#D7DDD4
(215,221,212)
#E1E7E2
(225,231,226)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878D64 color. Also use rgb(135,141,100) instead hex code.

Text Font Color

.myTextColor { color: #878D64; }

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

This text font color is #878D64.


Background Color

.myBgColor { background-color: #878D64; }

<div style="background-color:#878D64">Inner text</div>

This div background color is #878D64.


Border color

.myBorderColor { border: 1px solid #878D64; }

<div style="border:3px solid #878D64">Div</div>

This div border color is #878D64.


Opacity

.myOpacity80 { color: #878D64; opacity: 0.8; }

<p style="color:#878D64;opacity:0.8;">80%</p>

Text with #878D64 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 #878D64;}

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

This text has shadow with #878D64 color.

.textShadow {text-shadow: 3px 3px 1px #878D64, 3px 3px 1px red;}

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

This text has shadow with #878D64 primary color and red secondary color.


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

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

This text has shadow with #878D64 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878D64 on black background.


Color preview on white background

This text has color #878D64 on white background.



Black color preview on #878D64 background

This text has black color on #878D64 background.


White color preview on #878D64 background

This text has white color on #878D64 background.