COLOR #87816D

HEX: #87816D RGB: (135,129,109)

Color info

#87816D contains red, green and blue colors in about the same proportion. Web safe color of #87816D is #999966 (or #996).

RGB color model

#87816D color RGB value is (135,129,109).

RGB: (135,129,109) (53%, 51%, 43%)

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 109 of 255 = 43%

135
129
109

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

Portions of RGB colors in percentages

R + G + B = 135 + 129 + 109 = 373 (100%)
R 135 of 373 ~ 36.19%
G 129 of 373 ~ 34.58%
B 109 of 373 ~ 29.22'%

%36.19
%34.58
%29.22

CMYK color model

#87816D color CMYK value is (0,4,19,47).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 19.26%
  • key color value is 47.06%

CMYK: (0,4,19,47)
C0M4Y19K47 (0%, 4%, 19%, 47%)
(0.00 / 0.04 / 0.19 / 0.47)

CMYK percentages

%0
%4.44
%19.26
%47.06

Codes

Color #87816D in popluar color models

87 81 6D
RGB 135 129 109
HSL 46° 10.66% 47.84%
HSB/HSV 46° 19.26% 52.94%
CMYK 0.00% 4.44% 19.26%
47.06%

Color #87816D in popluar number systems.

HEX 87 81 6D
Decimal 135 129 109
Binary 10000111 10000001 1101101
Octal 207 201 155

Shades and tints

Shades of #87816D

#87816D
(135,129,109)
#7B7664
(123,118,100)
#6F6B5B
(111,107,91)
#636052
(99,96,82)
#575549
(87,85,73)
#4B4A40
(75,74,64)
#3F3F37
(63,63,55)
#33342E
(51,52,46)
#272925
(39,41,37)
#1B1E1C
(27,30,28)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #87816D

#87816D
(135,129,109)
#918C7A
(145,140,122)
#9B9787
(155,151,135)
#A5A294
(165,162,148)
#AFADA1
(175,173,161)
#B9B8AE
(185,184,174)
#C3C3BB
(195,195,187)
#CDCEC8
(205,206,200)
#D7D9D5
(215,217,213)
#E1E4E2
(225,228,226)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87816D color. Also use rgb(135,129,109) instead hex code.

Text Font Color

.myTextColor { color: #87816D; }

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

This text font color is #87816D.

Background Color

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

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

This div background color is #87816D.

Border color

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

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

This div border color is #87816D.

Opacity

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

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

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

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

This text has shadow with #87816D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87816D.

Preview

Color preview on black background

This text has color #87816D on black background.


Color preview on white background

This text has color #87816D on white background.


Black color preview on #87816D background

This text has black color on #87816D background.


White color preview on #87816D background

This text has white color on #87816D background.


Related colors

Complementary color

Complementary color for #hex is #787E92.


I love getcolorcode.com

Triadic colors

1 #6D8781 and #816D87 with #87816D are triadic colors.

2 #6D8187 and #81876D with #87816D are triadic colors.