COLOR #87916A

HEX: #87916A RGB: (135,145,106)

Color info

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

RGB color model

#87916A color RGB value is (135,145,106).

RGB: (135,145,106) (53%, 57%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 145 of 255 = 57%
B 106 of 255 = 42%

135
145
106

R + G + B ~ 51%. #87916A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 145 + 106 = 386 (100%)
R 135 of 386 ~ 34.97%
G 145 of 386 ~ 37.56%
B 106 of 386 ~ 27.46'%

%34.97
%37.56
%27.46

CMYK color model

#87916A color CMYK value is (7,0,27,43).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • key color value is 43.14%
CMYK: (7,0,27,43) C7M0Y27K43 (7%,0%,27%,43%) (0.07/0.00/0.27/0.43) 

CMYK percentages

%6.9
%0
%26.9
%43.14

Codes

Color #87916A in popluar color models

87 91 6A
RGB 135 145 106
HSL 75° 15.54% 49.22%
HSB/HSV 75° 26.90% 56.86%
CMYK 6.90% 0.00% 26.90%
43.14%

Color #87916A in popluar number systems.

HEX 87 91 6A
Decimal 135 145 106
Binary 10000111 10010001 1101010
Octal 207 221 152

Shades and tints

Shades of #87916A

#87916A
(135,145,106)
#7B8461
(123,132,97)
#6F7758
(111,119,88)
#636A4F
(99,106,79)
#575D46
(87,93,70)
#4B503D
(75,80,61)
#3F4334
(63,67,52)
#33362B
(51,54,43)
#272922
(39,41,34)
#1B1C19
(27,28,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #87916A

#87916A
(135,145,106)
#919B77
(145,155,119)
#9BA584
(155,165,132)
#A5AF91
(165,175,145)
#AFB99E
(175,185,158)
#B9C3AB
(185,195,171)
#C3CDB8
(195,205,184)
#CDD7C5
(205,215,197)
#D7E1D2
(215,225,210)
#E1EBDF
(225,235,223)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87916A color. Also use rgb(135,145,106) instead hex code.

Text Font Color

.myTextColor { color: #87916A; }

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

This text font color is #87916A.

Background Color

.myBgColor { background-color: #87916A; }

<div style="background-color:#87916A">Inner text</div>

This div background color is #87916A.

Border color

.myBorderColor { border: 1px solid #87916A; }

<div style="border:3px solid #87916A">Div</div>

This div border color is #87916A.

Opacity

.myOpacity80 { color: #87916A; opacity: 0.8; }

<p style="color:#87916A;opacity:0.8;">80%</p>

Text with #87916A 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 #87916A;}

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

This text has shadow with #87916A color.


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

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

This text has shadow with #87916A primary color and red secondary color.


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

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

This text has shadow with #87916A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #87916A.

Preview

Color preview on black background

This text has color #87916A on black background.


Color preview on white background

This text has color #87916A on white background.


Black color preview on #87916A background

This text has black color on #87916A background.


White color preview on #87916A background

This text has white color on #87916A background.


Related colors

Complementary color

Complementary color for #hex is #786E95.


I love getcolorcode.com

Triadic colors

1 #6A8791 and #916A87 with #87916A are triadic colors.

2 #6A9187 and #91876A with #87916A are triadic colors.