COLOR #87936A

HEX: #87936A RGB: (135,147,106)

Color info

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

RGB color model

#87936A color RGB value is (135,147,106).

RGB: (135,147,106) (53%, 58%, 42%)

RGB channels and saturation

R 135 of 255 = 53%
G 147 of 255 = 58%
B 106 of 255 = 42%

135
147
106

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

Portions of RGB colors in percentages

R + G + B = 135 + 147 + 106 = 388 (100%)
R 135 of 388 ~ 34.79%
G 147 of 388 ~ 37.89%
B 106 of 388 ~ 27.32'%

%34.79
%37.89
%27.32

CMYK color model

#87936A color CMYK value is (8,0,28,42).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 42.35%

CMYK: (8,0,28,42)
C8M0Y28K42 (8%, 0%, 28%, 42%)
(0.08 / 0.00 / 0.28 / 0.42)

CMYK percentages

%8.16
%0
%27.89
%42.35

Codes

Color #87936A in popluar color models

87 93 6A
RGB 135 147 106
HSL 78° 16.21% 49.61%
HSB/HSV 78° 27.89% 57.65%
CMYK 8.16% 0.00% 27.89%
42.35%

Color #87936A in popluar number systems.

HEX 87 93 6A
Decimal 135 147 106
Binary 10000111 10010011 1101010
Octal 207 223 152

Shades and tints

Shades of #87936A

#87936A
(135,147,106)
#7B8661
(123,134,97)
#6F7958
(111,121,88)
#636C4F
(99,108,79)
#575F46
(87,95,70)
#4B523D
(75,82,61)
#3F4534
(63,69,52)
#33382B
(51,56,43)
#272B22
(39,43,34)
#1B1E19
(27,30,25)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87936A

#87936A
(135,147,106)
#919C77
(145,156,119)
#9BA584
(155,165,132)
#A5AE91
(165,174,145)
#AFB79E
(175,183,158)
#B9C0AB
(185,192,171)
#C3C9B8
(195,201,184)
#CDD2C5
(205,210,197)
#D7DBD2
(215,219,210)
#E1E4DF
(225,228,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87936A; }

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

This text font color is #87936A.

Background Color

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

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

This div background color is #87936A.

Border color

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

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

This div border color is #87936A.

Opacity

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

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

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

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

This text has shadow with #87936A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87936A.

Preview

Color preview on black background

This text has color #87936A on black background.


Color preview on white background

This text has color #87936A on white background.


Black color preview on #87936A background

This text has black color on #87936A background.


White color preview on #87936A background

This text has white color on #87936A background.


Related colors

Complementary color

Complementary color for #hex is #786C95.


I love getcolorcode.com

Triadic colors

1 #6A8793 and #936A87 with #87936A are triadic colors.

2 #6A9387 and #93876A with #87936A are triadic colors.