COLOR #878D6E

HEX: #878D6E
RGB: (135,141,110)

Color info

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

RGB color model

#878D6E color RGB value is (135,141,110).

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

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 110 of 255 = 43%

135
141
110

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

Portions of RGB colors in percentages

R + G + B =
135 + 141 + 110 = 386 (100%)
R 135 of 386 ~ 34.97%
G 141 of 386 ~ 36.53%
B 110 of 386 ~ 28.5%

%34.97
%36.53
%28.5

CMYK color model

#878D6E color CMYK value is (4,0,22,45).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 44.71%
CMYK:
(4,0,22,45)
C4M0Y22K45 
(4%,0%,22%,45%)
(0.04/0.00/0.22/0.45)	

CMYK percentages

%4.26
%0
%21.99
%44.71

Codes

Color #878D6E in popluar color models

878D6E
RGB135141110
HSL72°12.35%49.22%
HSB/HSV72°21.99%55.29%
CMYK4.26%0.00%21.99%
44.71%

Color #878D6E in popluar number systems.

HEX878D6E
Decimal135141110
Binary10000111100011011101110
Octal207215156

Shades and tints

Shades of #878D6E

#878D6E
(135,141,110)
#7B8164
(123,129,100)
#6F755A
(111,117,90)
#636950
(99,105,80)
#575D46
(87,93,70)
#4B513C
(75,81,60)
#3F4532
(63,69,50)
#333928
(51,57,40)
#272D1E
(39,45,30)
#1B2114
(27,33,20)
#0F150A
(15,21,10)
#000000
(0,0,0)

Tints of #878D6E

#878D6E
(135,141,110)
#91977B
(145,151,123)
#9BA188
(155,161,136)
#A5AB95
(165,171,149)
#AFB5A2
(175,181,162)
#B9BFAF
(185,191,175)
#C3C9BC
(195,201,188)
#CDD3C9
(205,211,201)
#D7DDD6
(215,221,214)
#E1E7E3
(225,231,227)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878D6E; }

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

This text font color is #878D6E.


Background Color

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

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

This div background color is #878D6E.


Border color

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

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

This div border color is #878D6E.


Opacity

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

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

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

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

This text has shadow with #878D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878D6E on black background.


Color preview on white background

This text has color #878D6E on white background.



Black color preview on #878D6E background

This text has black color on #878D6E background.


White color preview on #878D6E background

This text has white color on #878D6E background.