COLOR #87646D

HEX: #87646D
RGB: (135,100,109)

Color info

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

RGB color model

#87646D color RGB value is (135,100,109).

  • red value is 135;
  • green value is 100;
  • blue value is 109.
RGB:
(135,100,109)
(53%,39%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 100 of 255 = 39%
B 109 of 255 = 43%

135
100
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 109 = 344 (100%)
R 135 of 344 ~ 39.24%
G 100 of 344 ~ 29.07%
B 109 of 344 ~ 31.69%

%39.24
%29.07
%31.69

CMYK color model

#87646D color CMYK value is (0,26,19,47).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(0,26,19,47)
C0M26Y19K47 
(0%,26%,19%,47%)
(0.00/0.26/0.19/0.47)	

CMYK percentages

%0
%25.93
%19.26
%47.06

Codes

Color #87646D in popluar color models

87646D
RGB135100109
HSL345°14.89%46.08%
HSB/HSV345°25.93%52.94%
CMYK0.00%25.93%19.26%
47.06%

Color #87646D in popluar number systems.

HEX87646D
Decimal135100109
Binary1000011111001001101101
Octal207144155

Shades and tints

Shades of #87646D

#87646D
(135,100,109)
#7B5B64
(123,91,100)
#6F525B
(111,82,91)
#634952
(99,73,82)
#574049
(87,64,73)
#4B3740
(75,55,64)
#3F2E37
(63,46,55)
#33252E
(51,37,46)
#271C25
(39,28,37)
#1B131C
(27,19,28)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #87646D

#87646D
(135,100,109)
#91727A
(145,114,122)
#9B8087
(155,128,135)
#A58E94
(165,142,148)
#AF9CA1
(175,156,161)
#B9AAAE
(185,170,174)
#C3B8BB
(195,184,187)
#CDC6C8
(205,198,200)
#D7D4D5
(215,212,213)
#E1E2E2
(225,226,226)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87646D color. Also use rgb(135,100,109) instead hex code.

Text Font Color

.myTextColor { color: #87646D; }

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

This text font color is #87646D.


Background Color

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

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

This div background color is #87646D.


Border color

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

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

This div border color is #87646D.


Opacity

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

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

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

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

This text has shadow with #87646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87646D on black background.


Color preview on white background

This text has color #87646D on white background.



Black color preview on #87646D background

This text has black color on #87646D background.


White color preview on #87646D background

This text has white color on #87646D background.