COLOR #87616F

HEX: #87616F RGB: (135,97,111)

Color info

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

RGB color model

#87616F color RGB value is (135,97,111).

RGB: (135,97,111) (53%, 38%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 111 of 255 = 44%

135
97
111

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

Portions of RGB colors in percentages

R + G + B = 135 + 97 + 111 = 343 (100%)
R 135 of 343 ~ 39.36%
G 97 of 343 ~ 28.28%
B 111 of 343 ~ 32.36'%

%39.36
%28.28
%32.36

CMYK color model

#87616F color CMYK value is (0,28,18,47).

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK: (0,28,18,47) C0M28Y18K47 (0%,28%,18%,47%) (0.00/0.28/0.18/0.47) 

CMYK percentages

%0
%28.15
%17.78
%47.06

Codes

Color #87616F in popluar color models

87 61 6F
RGB 135 97 111
HSL 338° 16.38% 45.49%
HSB/HSV 338° 28.15% 52.94%
CMYK 0.00% 28.15% 17.78%
47.06%

Color #87616F in popluar number systems.

HEX 87 61 6F
Decimal 135 97 111
Binary 10000111 1100001 1101111
Octal 207 141 157

Shades and tints

Shades of #87616F

#87616F
(135,97,111)
#7B5965
(123,89,101)
#6F515B
(111,81,91)
#634951
(99,73,81)
#574147
(87,65,71)
#4B393D
(75,57,61)
#3F3133
(63,49,51)
#332929
(51,41,41)
#27211F
(39,33,31)
#1B1915
(27,25,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #87616F

#87616F
(135,97,111)
#916F7C
(145,111,124)
#9B7D89
(155,125,137)
#A58B96
(165,139,150)
#AF99A3
(175,153,163)
#B9A7B0
(185,167,176)
#C3B5BD
(195,181,189)
#CDC3CA
(205,195,202)
#D7D1D7
(215,209,215)
#E1DFE4
(225,223,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87616F color. Also use rgb(135,97,111) instead hex code.

Text Font Color

.myTextColor { color: #87616F; }

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

This text font color is #87616F.

Background Color

.myBgColor { background-color: #87616F; }

<div style="background-color:#87616F">Inner text</div>

This div background color is #87616F.

Border color

.myBorderColor { border: 1px solid #87616F; }

<div style="border:3px solid #87616F">Div</div>

This div border color is #87616F.

Opacity

.myOpacity80 { color: #87616F; opacity: 0.8; }

<p style="color:#87616F;opacity:0.8;">80%</p>

Text with #87616F 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 #87616F;}

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

This text has shadow with #87616F color.


.textShadow {text-shadow: 3px 3px 1px #87616F', 3px 3px 1px red;}

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

This text has shadow with #87616F primary color and red secondary color.


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

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

This text has shadow with #87616F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87616F; -webkit-box-shadow: 1px 1px 3px 2px #87616F; box-shadow:1px 1px 3px 2px #87616F;">
Div content here
</div>

This div box has shadow with color #87616F.

Preview

Color preview on black background

This text has color #87616F on black background.


Color preview on white background

This text has color #87616F on white background.


Black color preview on #87616F background

This text has black color on #87616F background.


White color preview on #87616F background

This text has white color on #87616F background.


Related colors

Complementary color

Complementary color for #hex is #789E90.


I love getcolorcode.com

Triadic colors

1 #6F8761 and #616F87 with #87616F are triadic colors.

2 #6F6187 and #61876F with #87616F are triadic colors.