COLOR #87892D

HEX: #87892D
RGB: (135,137,45)

Color info

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

RGB color model

#87892D color RGB value is (135,137,45).

  • red value is 135;
  • green value is 137;
  • blue value is 45.
RGB:
(135,137,45)
(53%,54%,18%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 45 of 255 = 18%

135
137
45

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

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 45 = 317 (100%)
R 135 of 317 ~ 42.59%
G 137 of 317 ~ 43.22%
B 45 of 317 ~ 14.2%

%42.59
%43.22
%14.2

CMYK color model

#87892D color CMYK value is (1,0,67,46).

  • cyan value is 1.46%
  • magenta value is 0.00%
  • yellow value is 67.15%
  • key color value is 46.27%
CMYK:
(1,0,67,46)
C1M0Y67K46 
(1%,0%,67%,46%)
(0.01/0.00/0.67/0.46)	

CMYK percentages

%1.46
%0
%67.15
%46.27

Codes

Color #87892D in popluar color models

87892D
RGB13513745
HSL61°50.55%35.69%
HSB/HSV61°67.15%53.73%
CMYK1.46%0.00%67.15%
46.27%

Color #87892D in popluar number systems.

HEX87892D
Decimal13513745
Binary1000011110001001101101
Octal20721155

Shades and tints

Shades of #87892D

#87892D
(135,137,45)
#7B7D29
(123,125,41)
#6F7125
(111,113,37)
#636521
(99,101,33)
#57591D
(87,89,29)
#4B4D19
(75,77,25)
#3F4115
(63,65,21)
#333511
(51,53,17)
#27290D
(39,41,13)
#1B1D09
(27,29,9)
#0F1105
(15,17,5)
#000000
(0,0,0)

Tints of #87892D

#87892D
(135,137,45)
#919340
(145,147,64)
#9B9D53
(155,157,83)
#A5A766
(165,167,102)
#AFB179
(175,177,121)
#B9BB8C
(185,187,140)
#C3C59F
(195,197,159)
#CDCFB2
(205,207,178)
#D7D9C5
(215,217,197)
#E1E3D8
(225,227,216)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87892D; }

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

This text font color is #87892D.


Background Color

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

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

This div background color is #87892D.


Border color

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

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

This div border color is #87892D.


Opacity

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

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

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

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

This text has shadow with #87892D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87892D on black background.


Color preview on white background

This text has color #87892D on white background.



Black color preview on #87892D background

This text has black color on #87892D background.


White color preview on #87892D background

This text has white color on #87892D background.