COLOR #87965C

HEX: #87965C
RGB: (135,150,92)

Color info

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

RGB color model

#87965C color RGB value is (135,150,92).

  • red value is 135;
  • green value is 150;
  • blue value is 92.
RGB:
(135,150,92)
(53%,59%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 150 of 255 = 59%
B 92 of 255 = 36%

135
150
92

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

Portions of RGB colors in percentages

R + G + B =
135 + 150 + 92 = 377 (100%)
R 135 of 377 ~ 35.81%
G 150 of 377 ~ 39.79%
B 92 of 377 ~ 24.4%

%35.81
%39.79
%24.4

CMYK color model

#87965C color CMYK value is (10,0,39,41).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(10,0,39,41)
C10M0Y39K41 
(10%,0%,39%,41%)
(0.10/0.00/0.39/0.41)	

CMYK percentages

%10
%0
%38.67
%41.18

Codes

Color #87965C in popluar color models

87965C
RGB13515092
HSL76°23.97%47.45%
HSB/HSV76°38.67%58.82%
CMYK10.00%0.00%38.67%
41.18%

Color #87965C in popluar number systems.

HEX87965C
Decimal13515092
Binary10000111100101101011100
Octal207226134

Shades and tints

Shades of #87965C

#87965C
(135,150,92)
#7B8954
(123,137,84)
#6F7C4C
(111,124,76)
#636F44
(99,111,68)
#57623C
(87,98,60)
#4B5534
(75,85,52)
#3F482C
(63,72,44)
#333B24
(51,59,36)
#272E1C
(39,46,28)
#1B2114
(27,33,20)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #87965C

#87965C
(135,150,92)
#919F6A
(145,159,106)
#9BA878
(155,168,120)
#A5B186
(165,177,134)
#AFBA94
(175,186,148)
#B9C3A2
(185,195,162)
#C3CCB0
(195,204,176)
#CDD5BE
(205,213,190)
#D7DECC
(215,222,204)
#E1E7DA
(225,231,218)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87965C color. Also use rgb(135,150,92) instead hex code.

Text Font Color

.myTextColor { color: #87965C; }

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

This text font color is #87965C.


Background Color

.myBgColor { background-color: #87965C; }

<div style="background-color:#87965C">Inner text</div>

This div background color is #87965C.


Border color

.myBorderColor { border: 1px solid #87965C; }

<div style="border:3px solid #87965C">Div</div>

This div border color is #87965C.


Opacity

.myOpacity80 { color: #87965C; opacity: 0.8; }

<p style="color:#87965C;opacity:0.8;">80%</p>

Text with #87965C 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 #87965C;}

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

This text has shadow with #87965C color.

.textShadow {text-shadow: 3px 3px 1px #87965C, 3px 3px 1px red;}

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

This text has shadow with #87965C primary color and red secondary color.


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

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

This text has shadow with #87965C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87965C on black background.


Color preview on white background

This text has color #87965C on white background.



Black color preview on #87965C background

This text has black color on #87965C background.


White color preview on #87965C background

This text has white color on #87965C background.