COLOR #878F6D

HEX: #878F6D
RGB: (135,143,109)

Color info

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

RGB color model

#878F6D color RGB value is (135,143,109).

  • red value is 135;
  • green value is 143;
  • blue value is 109.
RGB:
(135,143,109)
(53%,56%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 109 of 255 = 43%

135
143
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 143 + 109 = 387 (100%)
R 135 of 387 ~ 34.88%
G 143 of 387 ~ 36.95%
B 109 of 387 ~ 28.17%

%34.88
%36.95
%28.17

CMYK color model

#878F6D color CMYK value is (6,0,24,44).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 43.92%
CMYK:
(6,0,24,44)
C6M0Y24K44 
(6%,0%,24%,44%)
(0.06/0.00/0.24/0.44)	

CMYK percentages

%5.59
%0
%23.78
%43.92

Codes

Color #878F6D in popluar color models

878F6D
RGB135143109
HSL74°13.49%49.41%
HSB/HSV74°23.78%56.08%
CMYK5.59%0.00%23.78%
43.92%

Color #878F6D in popluar number systems.

HEX878F6D
Decimal135143109
Binary10000111100011111101101
Octal207217155

Shades and tints

Shades of #878F6D

#878F6D
(135,143,109)
#7B8264
(123,130,100)
#6F755B
(111,117,91)
#636852
(99,104,82)
#575B49
(87,91,73)
#4B4E40
(75,78,64)
#3F4137
(63,65,55)
#33342E
(51,52,46)
#272725
(39,39,37)
#1B1A1C
(27,26,28)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #878F6D

#878F6D
(135,143,109)
#91997A
(145,153,122)
#9BA387
(155,163,135)
#A5AD94
(165,173,148)
#AFB7A1
(175,183,161)
#B9C1AE
(185,193,174)
#C3CBBB
(195,203,187)
#CDD5C8
(205,213,200)
#D7DFD5
(215,223,213)
#E1E9E2
(225,233,226)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878F6D color. Also use rgb(135,143,109) instead hex code.

Text Font Color

.myTextColor { color: #878F6D; }

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

This text font color is #878F6D.


Background Color

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

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

This div background color is #878F6D.


Border color

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

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

This div border color is #878F6D.


Opacity

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

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

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

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

This text has shadow with #878F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878F6D on black background.


Color preview on white background

This text has color #878F6D on white background.



Black color preview on #878F6D background

This text has black color on #878F6D background.


White color preview on #878F6D background

This text has white color on #878F6D background.