COLOR #87684C

HEX: #87684C RGB: (135,104,76)

Color info

#87684C contains red, green and blue colors in about the same proportion. Web safe color of #87684C is #996633 (or #963).

RGB color model

#87684C color RGB value is (135,104,76).

RGB: (135,104,76) (53%, 41%, 30%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 76 of 255 = 30%

135
104
76

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

Portions of RGB colors in percentages

R + G + B = 135 + 104 + 76 = 315 (100%)
R 135 of 315 ~ 42.86%
G 104 of 315 ~ 33.02%
B 76 of 315 ~ 24.13'%

%42.86
%33.02
%24.13

CMYK color model

#87684C color CMYK value is (0,23,44,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 43.70%
  • key color value is 47.06%

CMYK: (0,23,44,47)
C0M23Y44K47 (0%, 23%, 44%, 47%)
(0.00 / 0.23 / 0.44 / 0.47)

CMYK percentages

%0
%22.96
%43.7
%47.06

Codes

Color #87684C in popluar color models

87 68 4C
RGB 135 104 76
HSL 28° 27.96% 41.37%
HSB/HSV 28° 43.70% 52.94%
CMYK 0.00% 22.96% 43.70%
47.06%

Color #87684C in popluar number systems.

HEX 87 68 4C
Decimal 135 104 76
Binary 10000111 1101000 1001100
Octal 207 150 114

Shades and tints

Shades of #87684C

#87684C
(135,104,76)
#7B5F46
(123,95,70)
#6F5640
(111,86,64)
#634D3A
(99,77,58)
#574434
(87,68,52)
#4B3B2E
(75,59,46)
#3F3228
(63,50,40)
#332922
(51,41,34)
#27201C
(39,32,28)
#1B1716
(27,23,22)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #87684C

#87684C
(135,104,76)
#91755C
(145,117,92)
#9B826C
(155,130,108)
#A58F7C
(165,143,124)
#AF9C8C
(175,156,140)
#B9A99C
(185,169,156)
#C3B6AC
(195,182,172)
#CDC3BC
(205,195,188)
#D7D0CC
(215,208,204)
#E1DDDC
(225,221,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87684C color. Also use rgb(135,104,76) instead hex code.

Text Font Color

.myTextColor { color: #87684C; }

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

This text font color is #87684C.

Background Color

.myBgColor { background-color: #87684C; }

<div style="background-color:#87684C">Inner text</div>

This div background color is #87684C.

Border color

.myBorderColor { border: 1px solid #87684C; }

<div style="border:3px solid #87684C">Div</div>

This div border color is #87684C.

Opacity

.myOpacity80 { color: #87684C; opacity: 0.8; }

<p style="color:#87684C;opacity:0.8;">80%</p>

Text with #87684C 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 #87684C;}

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

This text has shadow with #87684C color.


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

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

This text has shadow with #87684C primary color and red secondary color.


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

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

This text has shadow with #87684C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87684C.

Preview

Color preview on black background

This text has color #87684C on black background.


Color preview on white background

This text has color #87684C on white background.


Black color preview on #87684C background

This text has black color on #87684C background.


White color preview on #87684C background

This text has white color on #87684C background.


Related colors

Complementary color

Complementary color for #hex is #7897B3.


I love getcolorcode.com

Triadic colors

1 #4C8768 and #684C87 with #87684C are triadic colors.

2 #4C6887 and #68874C with #87684C are triadic colors.