COLOR #87896C

HEX: #87896C RGB: (135,137,108)

Color info

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

RGB color model

#87896C color RGB value is (135,137,108).

RGB: (135,137,108) (53%, 54%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 108 of 255 = 42%

135
137
108

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

Portions of RGB colors in percentages

R + G + B = 135 + 137 + 108 = 380 (100%)
R 135 of 380 ~ 35.53%
G 137 of 380 ~ 36.05%
B 108 of 380 ~ 28.42'%

%35.53
%36.05
%28.42

CMYK color model

#87896C color CMYK value is (1,0,21,46).

  • cyan value is 1.46%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 46.27%

CMYK: (1,0,21,46)
C1M0Y21K46 (1%, 0%, 21%, 46%)
(0.01 / 0.00 / 0.21 / 0.46)

CMYK percentages

%1.46
%0
%21.17
%46.27

Codes

Color #87896C in popluar color models

87 89 6C
RGB 135 137 108
HSL 64° 11.84% 48.04%
HSB/HSV 64° 21.17% 53.73%
CMYK 1.46% 0.00% 21.17%
46.27%

Color #87896C in popluar number systems.

HEX 87 89 6C
Decimal 135 137 108
Binary 10000111 10001001 1101100
Octal 207 211 154

Shades and tints

Shades of #87896C

#87896C
(135,137,108)
#7B7D63
(123,125,99)
#6F715A
(111,113,90)
#636551
(99,101,81)
#575948
(87,89,72)
#4B4D3F
(75,77,63)
#3F4136
(63,65,54)
#33352D
(51,53,45)
#272924
(39,41,36)
#1B1D1B
(27,29,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #87896C

#87896C
(135,137,108)
#919379
(145,147,121)
#9B9D86
(155,157,134)
#A5A793
(165,167,147)
#AFB1A0
(175,177,160)
#B9BBAD
(185,187,173)
#C3C5BA
(195,197,186)
#CDCFC7
(205,207,199)
#D7D9D4
(215,217,212)
#E1E3E1
(225,227,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87896C color. Also use rgb(135,137,108) instead hex code.

Text Font Color

.myTextColor { color: #87896C; }

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

This text font color is #87896C.

Background Color

.myBgColor { background-color: #87896C; }

<div style="background-color:#87896C">Inner text</div>

This div background color is #87896C.

Border color

.myBorderColor { border: 1px solid #87896C; }

<div style="border:3px solid #87896C">Div</div>

This div border color is #87896C.

Opacity

.myOpacity80 { color: #87896C; opacity: 0.8; }

<p style="color:#87896C;opacity:0.8;">80%</p>

Text with #87896C 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 #87896C;}

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

This text has shadow with #87896C color.


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

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

This text has shadow with #87896C primary color and red secondary color.


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

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

This text has shadow with #87896C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87896C.

Preview

Color preview on black background

This text has color #87896C on black background.


Color preview on white background

This text has color #87896C on white background.


Black color preview on #87896C background

This text has black color on #87896C background.


White color preview on #87896C background

This text has white color on #87896C background.


Related colors

Complementary color

Complementary color for #hex is #787693.


I love getcolorcode.com

Triadic colors

1 #6C8789 and #896C87 with #87896C are triadic colors.

2 #6C8987 and #89876C with #87896C are triadic colors.