COLOR #87804B

HEX: #87804B
RGB: (135,128,75)

Color info

#87804B contains mainly red and green colors. Web safe color of #87804B is #996633 (or #963).

RGB color model

#87804B color RGB value is (135,128,75).

  • red value is 135;
  • green value is 128;
  • blue value is 75.
RGB:
(135,128,75)
(53%,50%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 75 of 255 = 29%

135
128
75

R + G + B ~ 44%. #87804B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 128 + 75 = 338 (100%)
R 135 of 338 ~ 39.94%
G 128 of 338 ~ 37.87%
B 75 of 338 ~ 22.19%

%39.94
%37.87
%22.19

CMYK color model

#87804B color CMYK value is (0,5,44,47).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK:
(0,5,44,47)
C0M5Y44K47 
(0%,5%,44%,47%)
(0.00/0.05/0.44/0.47)	

CMYK percentages

%0
%5.19
%44.44
%47.06

Codes

Color #87804B in popluar color models

87804B
RGB13512875
HSL53°28.57%41.18%
HSB/HSV53°44.44%52.94%
CMYK0.00%5.19%44.44%
47.06%

Color #87804B in popluar number systems.

HEX87804B
Decimal13512875
Binary10000111100000001001011
Octal207200113

Shades and tints

Shades of #87804B

#87804B
(135,128,75)
#7B7545
(123,117,69)
#6F6A3F
(111,106,63)
#635F39
(99,95,57)
#575433
(87,84,51)
#4B492D
(75,73,45)
#3F3E27
(63,62,39)
#333321
(51,51,33)
#27281B
(39,40,27)
#1B1D15
(27,29,21)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #87804B

#87804B
(135,128,75)
#918B5B
(145,139,91)
#9B966B
(155,150,107)
#A5A17B
(165,161,123)
#AFAC8B
(175,172,139)
#B9B79B
(185,183,155)
#C3C2AB
(195,194,171)
#CDCDBB
(205,205,187)
#D7D8CB
(215,216,203)
#E1E3DB
(225,227,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87804B color. Also use rgb(135,128,75) instead hex code.

Text Font Color

.myTextColor { color: #87804B; }

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

This text font color is #87804B.


Background Color

.myBgColor { background-color: #87804B; }

<div style="background-color:#87804B">Inner text</div>

This div background color is #87804B.


Border color

.myBorderColor { border: 1px solid #87804B; }

<div style="border:3px solid #87804B">Div</div>

This div border color is #87804B.


Opacity

.myOpacity80 { color: #87804B; opacity: 0.8; }

<p style="color:#87804B;opacity:0.8;">80%</p>

Text with #87804B 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 #87804B;}

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

This text has shadow with #87804B color.

.textShadow {text-shadow: 3px 3px 1px #87804B, 3px 3px 1px red;}

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

This text has shadow with #87804B primary color and red secondary color.


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

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

This text has shadow with #87804B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87804B on black background.


Color preview on white background

This text has color #87804B on white background.



Black color preview on #87804B background

This text has black color on #87804B background.


White color preview on #87804B background

This text has white color on #87804B background.