COLOR #878D5C

HEX: #878D5C RGB: (135,141,92)

Color info

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

RGB color model

#878D5C color RGB value is (135,141,92).

RGB: (135,141,92) (53%, 55%, 36%)

RGB channels and saturation

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

135
141
92

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

Portions of RGB colors in percentages

R + G + B = 135 + 141 + 92 = 368 (100%)
R 135 of 368 ~ 36.68%
G 141 of 368 ~ 38.32%
B 92 of 368 ~ 25'%

%36.68
%38.32
%25

CMYK color model

#878D5C color CMYK value is (4,0,35,45).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 44.71%

CMYK: (4,0,35,45)
C4M0Y35K45 (4%, 0%, 35%, 45%)
(0.04 / 0.00 / 0.35 / 0.45)

CMYK percentages

%4.26
%0
%34.75
%44.71

Codes

Color #878D5C in popluar color models

87 8D 5C
RGB 135 141 92
HSL 67° 21.03% 45.69%
HSB/HSV 67° 34.75% 55.29%
CMYK 4.26% 0.00% 34.75%
44.71%

Color #878D5C in popluar number systems.

HEX 87 8D 5C
Decimal 135 141 92
Binary 10000111 10001101 1011100
Octal 207 215 134

Shades and tints

Shades of #878D5C

#878D5C
(135,141,92)
#7B8154
(123,129,84)
#6F754C
(111,117,76)
#636944
(99,105,68)
#575D3C
(87,93,60)
#4B5134
(75,81,52)
#3F452C
(63,69,44)
#333924
(51,57,36)
#272D1C
(39,45,28)
#1B2114
(27,33,20)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #878D5C

#878D5C
(135,141,92)
#91976A
(145,151,106)
#9BA178
(155,161,120)
#A5AB86
(165,171,134)
#AFB594
(175,181,148)
#B9BFA2
(185,191,162)
#C3C9B0
(195,201,176)
#CDD3BE
(205,211,190)
#D7DDCC
(215,221,204)
#E1E7DA
(225,231,218)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878D5C; }

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

This text font color is #878D5C.

Background Color

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

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

This div background color is #878D5C.

Border color

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

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

This div border color is #878D5C.

Opacity

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

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

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

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

This text has shadow with #878D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878D5C.

Preview

Color preview on black background

This text has color #878D5C on black background.


Color preview on white background

This text has color #878D5C on white background.


Black color preview on #878D5C background

This text has black color on #878D5C background.


White color preview on #878D5C background

This text has white color on #878D5C background.


Related colors

Complementary color

Complementary color for #hex is #7872A3.


I love getcolorcode.com

Triadic colors

1 #5C878D and #8D5C87 with #878D5C are triadic colors.

2 #5C8D87 and #8D875C with #878D5C are triadic colors.