COLOR #878C5C

HEX: #878C5C
RGB: (135,140,92)

Color info

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

RGB color model

#878C5C color RGB value is (135,140,92).

  • red value is 135;
  • green value is 140;
  • blue value is 92.
RGB:
(135,140,92)
(53%,55%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 140 of 255 = 55%
B 92 of 255 = 36%

135
140
92

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

Portions of RGB colors in percentages

R + G + B =
135 + 140 + 92 = 367 (100%)
R 135 of 367 ~ 36.78%
G 140 of 367 ~ 38.15%
B 92 of 367 ~ 25.07%

%36.78
%38.15
%25.07

CMYK color model

#878C5C color CMYK value is (4,0,34,45).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 45.10%
CMYK:
(4,0,34,45)
C4M0Y34K45 
(4%,0%,34%,45%)
(0.04/0.00/0.34/0.45)	

CMYK percentages

%3.57
%0
%34.29
%45.1

Codes

Color #878C5C in popluar color models

878C5C
RGB13514092
HSL66°20.69%45.49%
HSB/HSV66°34.29%54.90%
CMYK3.57%0.00%34.29%
45.10%

Color #878C5C in popluar number systems.

HEX878C5C
Decimal13514092
Binary10000111100011001011100
Octal207214134

Shades and tints

Shades of #878C5C

#878C5C
(135,140,92)
#7B8054
(123,128,84)
#6F744C
(111,116,76)
#636844
(99,104,68)
#575C3C
(87,92,60)
#4B5034
(75,80,52)
#3F442C
(63,68,44)
#333824
(51,56,36)
#272C1C
(39,44,28)
#1B2014
(27,32,20)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #878C5C

#878C5C
(135,140,92)
#91966A
(145,150,106)
#9BA078
(155,160,120)
#A5AA86
(165,170,134)
#AFB494
(175,180,148)
#B9BEA2
(185,190,162)
#C3C8B0
(195,200,176)
#CDD2BE
(205,210,190)
#D7DCCC
(215,220,204)
#E1E6DA
(225,230,218)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878C5C color. Also use rgb(135,140,92) instead hex code.

Text Font Color

.myTextColor { color: #878C5C; }

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

This text font color is #878C5C.


Background Color

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

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

This div background color is #878C5C.


Border color

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

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

This div border color is #878C5C.


Opacity

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

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

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

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

This text has shadow with #878C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878C5C on black background.


Color preview on white background

This text has color #878C5C on white background.



Black color preview on #878C5C background

This text has black color on #878C5C background.


White color preview on #878C5C background

This text has white color on #878C5C background.