COLOR #87937E

HEX: #87937E
RGB: (135,147,126)

Color info

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

RGB color model

#87937E color RGB value is (135,147,126).

  • red value is 135;
  • green value is 147;
  • blue value is 126.
RGB:
(135,147,126)
(53%,58%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 147 of 255 = 58%
B 126 of 255 = 49%

135
147
126

R + G + B ~ 53%. #87937E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 147 + 126 = 408 (100%)
R 135 of 408 ~ 33.09%
G 147 of 408 ~ 36.03%
B 126 of 408 ~ 30.88%

%33.09
%36.03
%30.88

CMYK color model

#87937E color CMYK value is (8,0,14,42).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK:
(8,0,14,42)
C8M0Y14K42 
(8%,0%,14%,42%)
(0.08/0.00/0.14/0.42)	

CMYK percentages

%8.16
%0
%14.29
%42.35

Codes

Color #87937E in popluar color models

87937E
RGB135147126
HSL94°8.86%53.53%
HSB/HSV94°14.29%57.65%
CMYK8.16%0.00%14.29%
42.35%

Color #87937E in popluar number systems.

HEX87937E
Decimal135147126
Binary10000111100100111111110
Octal207223176

Shades and tints

Shades of #87937E

#87937E
(135,147,126)
#7B8673
(123,134,115)
#6F7968
(111,121,104)
#636C5D
(99,108,93)
#575F52
(87,95,82)
#4B5247
(75,82,71)
#3F453C
(63,69,60)
#333831
(51,56,49)
#272B26
(39,43,38)
#1B1E1B
(27,30,27)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87937E

#87937E
(135,147,126)
#919C89
(145,156,137)
#9BA594
(155,165,148)
#A5AE9F
(165,174,159)
#AFB7AA
(175,183,170)
#B9C0B5
(185,192,181)
#C3C9C0
(195,201,192)
#CDD2CB
(205,210,203)
#D7DBD6
(215,219,214)
#E1E4E1
(225,228,225)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87937E color. Also use rgb(135,147,126) instead hex code.

Text Font Color

.myTextColor { color: #87937E; }

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

This text font color is #87937E.


Background Color

.myBgColor { background-color: #87937E; }

<div style="background-color:#87937E">Inner text</div>

This div background color is #87937E.


Border color

.myBorderColor { border: 1px solid #87937E; }

<div style="border:3px solid #87937E">Div</div>

This div border color is #87937E.


Opacity

.myOpacity80 { color: #87937E; opacity: 0.8; }

<p style="color:#87937E;opacity:0.8;">80%</p>

Text with #87937E 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 #87937E;}

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

This text has shadow with #87937E color.

.textShadow {text-shadow: 3px 3px 1px #87937E, 3px 3px 1px red;}

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

This text has shadow with #87937E primary color and red secondary color.


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

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

This text has shadow with #87937E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87937E;
-webkit-box-shadow: 1px 1px 3px 2px #87937E;
box-shadow:1px 1px 3px 2px #87937E;">
Div content here</div>
This div box has shadow with color #87937E.

Preview

Color preview on black background

This text has color #87937E on black background.


Color preview on white background

This text has color #87937E on white background.



Black color preview on #87937E background

This text has black color on #87937E background.


White color preview on #87937E background

This text has white color on #87937E background.