COLOR #87882B

HEX: #87882B RGB: (135,136,43)

Color info

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

RGB color model

#87882B color RGB value is (135,136,43).

RGB: (135,136,43) (53%, 53%, 17%)

RGB channels and saturation

R 135 of 255 = 53%
G 136 of 255 = 53%
B 43 of 255 = 17%

135
136
43

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

Portions of RGB colors in percentages

R + G + B = 135 + 136 + 43 = 314 (100%)
R 135 of 314 ~ 42.99%
G 136 of 314 ~ 43.31%
B 43 of 314 ~ 13.69'%

%42.99
%43.31
%13.69

CMYK color model

#87882B color CMYK value is (1,0,68,47).

  • cyan value is 0.74%
  • magenta value is 0.00%
  • yellow value is 68.38%
  • key color value is 46.67%
CMYK: (1,0,68,47) C1M0Y68K47 (1%,0%,68%,47%) (0.01/0.00/0.68/0.47) 

CMYK percentages

%0.74
%0
%68.38
%46.67

Codes

Color #87882B in popluar color models

87 88 2B
RGB 135 136 43
HSL 61° 51.96% 35.10%
HSB/HSV 61° 68.38% 53.33%
CMYK 0.74% 0.00% 68.38%
46.67%

Color #87882B in popluar number systems.

HEX 87 88 2B
Decimal 135 136 43
Binary 10000111 10001000 101011
Octal 207 210 53

Shades and tints

Shades of #87882B

#87882B
(135,136,43)
#7B7C28
(123,124,40)
#6F7025
(111,112,37)
#636422
(99,100,34)
#57581F
(87,88,31)
#4B4C1C
(75,76,28)
#3F4019
(63,64,25)
#333416
(51,52,22)
#272813
(39,40,19)
#1B1C10
(27,28,16)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #87882B

#87882B
(135,136,43)
#91923E
(145,146,62)
#9B9C51
(155,156,81)
#A5A664
(165,166,100)
#AFB077
(175,176,119)
#B9BA8A
(185,186,138)
#C3C49D
(195,196,157)
#CDCEB0
(205,206,176)
#D7D8C3
(215,216,195)
#E1E2D6
(225,226,214)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87882B color. Also use rgb(135,136,43) instead hex code.

Text Font Color

.myTextColor { color: #87882B; }

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

This text font color is #87882B.

Background Color

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

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

This div background color is #87882B.

Border color

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

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

This div border color is #87882B.

Opacity

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

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

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

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

This text has shadow with #87882B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87882B.

Preview

Color preview on black background

This text has color #87882B on black background.


Color preview on white background

This text has color #87882B on white background.


Black color preview on #87882B background

This text has black color on #87882B background.


White color preview on #87882B background

This text has white color on #87882B background.


Related colors

Complementary color

Complementary color for #hex is #7877D4.


I love getcolorcode.com

Triadic colors

1 #2B8788 and #882B87 with #87882B are triadic colors.

2 #2B8887 and #88872B with #87882B are triadic colors.