COLOR #87862F

HEX: #87862F
RGB: (135,134,47)

Color info

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

RGB color model

#87862F color RGB value is (135,134,47).

  • red value is 135;
  • green value is 134;
  • blue value is 47.
RGB:
(135,134,47)
(53%,53%,18%)

RGB channels and saturation

R 135 of 255 = 53%
G 134 of 255 = 53%
B 47 of 255 = 18%

135
134
47

R + G + B ~ 41%. #87862F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 134 + 47 = 316 (100%)
R 135 of 316 ~ 42.72%
G 134 of 316 ~ 42.41%
B 47 of 316 ~ 14.87%

%42.72
%42.41
%14.87

CMYK color model

#87862F color CMYK value is (0,1,65,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 65.19%
  • key color value is 47.06%
CMYK:
(0,1,65,47)
C0M1Y65K47 
(0%,1%,65%,47%)
(0.00/0.01/0.65/0.47)	

CMYK percentages

%0
%0.74
%65.19
%47.06

Codes

Color #87862F in popluar color models

87862F
RGB13513447
HSL59°48.35%35.69%
HSB/HSV59°65.19%52.94%
CMYK0.00%0.74%65.19%
47.06%

Color #87862F in popluar number systems.

HEX87862F
Decimal13513447
Binary1000011110000110101111
Octal20720657

Shades and tints

Shades of #87862F

#87862F
(135,134,47)
#7B7A2B
(123,122,43)
#6F6E27
(111,110,39)
#636223
(99,98,35)
#57561F
(87,86,31)
#4B4A1B
(75,74,27)
#3F3E17
(63,62,23)
#333213
(51,50,19)
#27260F
(39,38,15)
#1B1A0B
(27,26,11)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #87862F

#87862F
(135,134,47)
#919141
(145,145,65)
#9B9C53
(155,156,83)
#A5A765
(165,167,101)
#AFB277
(175,178,119)
#B9BD89
(185,189,137)
#C3C89B
(195,200,155)
#CDD3AD
(205,211,173)
#D7DEBF
(215,222,191)
#E1E9D1
(225,233,209)
#EBF4E3
(235,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87862F color. Also use rgb(135,134,47) instead hex code.

Text Font Color

.myTextColor { color: #87862F; }

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

This text font color is #87862F.


Background Color

.myBgColor { background-color: #87862F; }

<div style="background-color:#87862F">Inner text</div>

This div background color is #87862F.


Border color

.myBorderColor { border: 1px solid #87862F; }

<div style="border:3px solid #87862F">Div</div>

This div border color is #87862F.


Opacity

.myOpacity80 { color: #87862F; opacity: 0.8; }

<p style="color:#87862F;opacity:0.8;">80%</p>

Text with #87862F 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 #87862F;}

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

This text has shadow with #87862F color.

.textShadow {text-shadow: 3px 3px 1px #87862F, 3px 3px 1px red;}

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

This text has shadow with #87862F primary color and red secondary color.


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

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

This text has shadow with #87862F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87862F on black background.


Color preview on white background

This text has color #87862F on white background.



Black color preview on #87862F background

This text has black color on #87862F background.


White color preview on #87862F background

This text has white color on #87862F background.