COLOR #87695D

HEX: #87695D
RGB: (135,105,93)

Color info

#87695D contains red, green and blue colors in about the same proportion. Web safe color of #87695D is #996666 (or #966).

RGB color model

#87695D color RGB value is (135,105,93).

  • red value is 135;
  • green value is 105;
  • blue value is 93.
RGB:
(135,105,93)
(53%,41%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 93 of 255 = 36%

135
105
93

R + G + B ~ 43%. #87695D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 93 = 333 (100%)
R 135 of 333 ~ 40.54%
G 105 of 333 ~ 31.53%
B 93 of 333 ~ 27.93%

%40.54
%31.53
%27.93

CMYK color model

#87695D color CMYK value is (0,22,31,47).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 31.11%
  • key color value is 47.06%
CMYK:
(0,22,31,47)
C0M22Y31K47 
(0%,22%,31%,47%)
(0.00/0.22/0.31/0.47)	

CMYK percentages

%0
%22.22
%31.11
%47.06

Codes

Color #87695D in popluar color models

87695D
RGB13510593
HSL17°18.42%44.71%
HSB/HSV17°31.11%52.94%
CMYK0.00%22.22%31.11%
47.06%

Color #87695D in popluar number systems.

HEX87695D
Decimal13510593
Binary1000011111010011011101
Octal207151135

Shades and tints

Shades of #87695D

#87695D
(135,105,93)
#7B6055
(123,96,85)
#6F574D
(111,87,77)
#634E45
(99,78,69)
#57453D
(87,69,61)
#4B3C35
(75,60,53)
#3F332D
(63,51,45)
#332A25
(51,42,37)
#27211D
(39,33,29)
#1B1815
(27,24,21)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #87695D

#87695D
(135,105,93)
#91766B
(145,118,107)
#9B8379
(155,131,121)
#A59087
(165,144,135)
#AF9D95
(175,157,149)
#B9AAA3
(185,170,163)
#C3B7B1
(195,183,177)
#CDC4BF
(205,196,191)
#D7D1CD
(215,209,205)
#E1DEDB
(225,222,219)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87695D color. Also use rgb(135,105,93) instead hex code.

Text Font Color

.myTextColor { color: #87695D; }

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

This text font color is #87695D.


Background Color

.myBgColor { background-color: #87695D; }

<div style="background-color:#87695D">Inner text</div>

This div background color is #87695D.


Border color

.myBorderColor { border: 1px solid #87695D; }

<div style="border:3px solid #87695D">Div</div>

This div border color is #87695D.


Opacity

.myOpacity80 { color: #87695D; opacity: 0.8; }

<p style="color:#87695D;opacity:0.8;">80%</p>

Text with #87695D 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 #87695D;}

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

This text has shadow with #87695D color.

.textShadow {text-shadow: 3px 3px 1px #87695D, 3px 3px 1px red;}

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

This text has shadow with #87695D primary color and red secondary color.


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

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

This text has shadow with #87695D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87695D on black background.


Color preview on white background

This text has color #87695D on white background.



Black color preview on #87695D background

This text has black color on #87695D background.


White color preview on #87695D background

This text has white color on #87695D background.