COLOR #878B5E

HEX: #878B5E
RGB: (135,139,94)

Color info

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

RGB color model

#878B5E color RGB value is (135,139,94).

  • red value is 135;
  • green value is 139;
  • blue value is 94.
RGB:
(135,139,94)
(53%,55%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 94 of 255 = 37%

135
139
94

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

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 94 = 368 (100%)
R 135 of 368 ~ 36.68%
G 139 of 368 ~ 37.77%
B 94 of 368 ~ 25.54%

%36.68
%37.77
%25.54

CMYK color model

#878B5E color CMYK value is (3,0,32,45).

  • cyan value is 2.88%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 45.49%
CMYK:
(3,0,32,45)
C3M0Y32K45 
(3%,0%,32%,45%)
(0.03/0.00/0.32/0.45)	

CMYK percentages

%2.88
%0
%32.37
%45.49

Codes

Color #878B5E in popluar color models

878B5E
RGB13513994
HSL65°19.31%45.69%
HSB/HSV65°32.37%54.51%
CMYK2.88%0.00%32.37%
45.49%

Color #878B5E in popluar number systems.

HEX878B5E
Decimal13513994
Binary10000111100010111011110
Octal207213136

Shades and tints

Shades of #878B5E

#878B5E
(135,139,94)
#7B7F56
(123,127,86)
#6F734E
(111,115,78)
#636746
(99,103,70)
#575B3E
(87,91,62)
#4B4F36
(75,79,54)
#3F432E
(63,67,46)
#333726
(51,55,38)
#272B1E
(39,43,30)
#1B1F16
(27,31,22)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #878B5E

#878B5E
(135,139,94)
#91956C
(145,149,108)
#9B9F7A
(155,159,122)
#A5A988
(165,169,136)
#AFB396
(175,179,150)
#B9BDA4
(185,189,164)
#C3C7B2
(195,199,178)
#CDD1C0
(205,209,192)
#D7DBCE
(215,219,206)
#E1E5DC
(225,229,220)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878B5E color. Also use rgb(135,139,94) instead hex code.

Text Font Color

.myTextColor { color: #878B5E; }

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

This text font color is #878B5E.


Background Color

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

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

This div background color is #878B5E.


Border color

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

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

This div border color is #878B5E.


Opacity

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

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

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

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

This text has shadow with #878B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878B5E on black background.


Color preview on white background

This text has color #878B5E on white background.



Black color preview on #878B5E background

This text has black color on #878B5E background.


White color preview on #878B5E background

This text has white color on #878B5E background.