COLOR #87894D

HEX: #87894D RGB: (135,137,77)

Color info

#87894D contains mainly red and green colors. Web safe color of #87894D is #999933 (or #993).

RGB color model

#87894D color RGB value is (135,137,77).

RGB: (135,137,77) (53%, 54%, 30%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 77 of 255 = 30%

135
137
77

R + G + B ~ 46%. #87894D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 137 + 77 = 349 (100%)
R 135 of 349 ~ 38.68%
G 137 of 349 ~ 39.26%
B 77 of 349 ~ 22.06'%

%38.68
%39.26
%22.06

CMYK color model

#87894D color CMYK value is (1,0,44,46).

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

CMYK: (1,0,44,46)
C1M0Y44K46 (1%, 0%, 44%, 46%)
(0.01 / 0.00 / 0.44 / 0.46)

CMYK percentages

%1.46
%0
%43.8
%46.27

Codes

Color #87894D in popluar color models

87 89 4D
RGB 135 137 77
HSL 62° 28.04% 41.96%
HSB/HSV 62° 43.80% 53.73%
CMYK 1.46% 0.00% 43.80%
46.27%

Color #87894D in popluar number systems.

HEX 87 89 4D
Decimal 135 137 77
Binary 10000111 10001001 1001101
Octal 207 211 115

Shades and tints

Shades of #87894D

#87894D
(135,137,77)
#7B7D46
(123,125,70)
#6F713F
(111,113,63)
#636538
(99,101,56)
#575931
(87,89,49)
#4B4D2A
(75,77,42)
#3F4123
(63,65,35)
#33351C
(51,53,28)
#272915
(39,41,21)
#1B1D0E
(27,29,14)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #87894D

#87894D
(135,137,77)
#91935D
(145,147,93)
#9B9D6D
(155,157,109)
#A5A77D
(165,167,125)
#AFB18D
(175,177,141)
#B9BB9D
(185,187,157)
#C3C5AD
(195,197,173)
#CDCFBD
(205,207,189)
#D7D9CD
(215,217,205)
#E1E3DD
(225,227,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87894D color. Also use rgb(135,137,77) instead hex code.

Text Font Color

.myTextColor { color: #87894D; }

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

This text font color is #87894D.

Background Color

.myBgColor { background-color: #87894D; }

<div style="background-color:#87894D">Inner text</div>

This div background color is #87894D.

Border color

.myBorderColor { border: 1px solid #87894D; }

<div style="border:3px solid #87894D">Div</div>

This div border color is #87894D.

Opacity

.myOpacity80 { color: #87894D; opacity: 0.8; }

<p style="color:#87894D;opacity:0.8;">80%</p>

Text with #87894D 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 #87894D;}

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

This text has shadow with #87894D color.


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

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

This text has shadow with #87894D primary color and red secondary color.


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

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

This text has shadow with #87894D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87894D.

Preview

Color preview on black background

This text has color #87894D on black background.


Color preview on white background

This text has color #87894D on white background.


Black color preview on #87894D background

This text has black color on #87894D background.


White color preview on #87894D background

This text has white color on #87894D background.


Related colors

Complementary color

Complementary color for #hex is #7876B2.


I love getcolorcode.com

Triadic colors

1 #4D8789 and #894D87 with #87894D are triadic colors.

2 #4D8987 and #89874D with #87894D are triadic colors.