COLOR #87937A

HEX: #87937A
RGB: (135,147,122)

Color info

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

RGB color model

#87937A color RGB value is (135,147,122).

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

RGB channels and saturation

R 135 of 255 = 53%
G 147 of 255 = 58%
B 122 of 255 = 48%

135
147
122

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

Portions of RGB colors in percentages

R + G + B =
135 + 147 + 122 = 404 (100%)
R 135 of 404 ~ 33.42%
G 147 of 404 ~ 36.39%
B 122 of 404 ~ 30.2%

%33.42
%36.39
%30.2

CMYK color model

#87937A color CMYK value is (8,0,17,42).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 42.35%
CMYK:
(8,0,17,42)
C8M0Y17K42 
(8%,0%,17%,42%)
(0.08/0.00/0.17/0.42)	

CMYK percentages

%8.16
%0
%17.01
%42.35

Codes

Color #87937A in popluar color models

87937A
RGB135147122
HSL89°10.37%52.75%
HSB/HSV89°17.01%57.65%
CMYK8.16%0.00%17.01%
42.35%

Color #87937A in popluar number systems.

HEX87937A
Decimal135147122
Binary10000111100100111111010
Octal207223172

Shades and tints

Shades of #87937A

#87937A
(135,147,122)
#7B866F
(123,134,111)
#6F7964
(111,121,100)
#636C59
(99,108,89)
#575F4E
(87,95,78)
#4B5243
(75,82,67)
#3F4538
(63,69,56)
#33382D
(51,56,45)
#272B22
(39,43,34)
#1B1E17
(27,30,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #87937A

#87937A
(135,147,122)
#919C86
(145,156,134)
#9BA592
(155,165,146)
#A5AE9E
(165,174,158)
#AFB7AA
(175,183,170)
#B9C0B6
(185,192,182)
#C3C9C2
(195,201,194)
#CDD2CE
(205,210,206)
#D7DBDA
(215,219,218)
#E1E4E6
(225,228,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87937A; }

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

This text font color is #87937A.


Background Color

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

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

This div background color is #87937A.


Border color

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

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

This div border color is #87937A.


Opacity

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

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

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

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

This text has shadow with #87937A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87937A on black background.


Color preview on white background

This text has color #87937A on white background.



Black color preview on #87937A background

This text has black color on #87937A background.


White color preview on #87937A background

This text has white color on #87937A background.