COLOR #86596B

HEX: #86596B
RGB: (134,89,107)

Color info

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

RGB color model

#86596B color RGB value is (134,89,107).

  • red value is 134;
  • green value is 89;
  • blue value is 107.
RGB:
(134,89,107)
(53%,35%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 89 of 255 = 35%
B 107 of 255 = 42%

134
89
107

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

Portions of RGB colors in percentages

R + G + B =
134 + 89 + 107 = 330 (100%)
R 134 of 330 ~ 40.61%
G 89 of 330 ~ 26.97%
B 107 of 330 ~ 32.42%

%40.61
%26.97
%32.42

CMYK color model

#86596B color CMYK value is (0,34,20,47).

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(0,34,20,47)
C0M34Y20K47 
(0%,34%,20%,47%)
(0.00/0.34/0.20/0.47)	

CMYK percentages

%0
%33.58
%20.15
%47.45

Codes

Color #86596B in popluar color models

86596B
RGB13489107
HSL336°20.18%43.73%
HSB/HSV336°33.58%52.55%
CMYK0.00%33.58%20.15%
47.45%

Color #86596B in popluar number systems.

HEX86596B
Decimal13489107
Binary1000011010110011101011
Octal206131153

Shades and tints

Shades of #86596B

#86596B
(134,89,107)
#7A5162
(122,81,98)
#6E4959
(110,73,89)
#624150
(98,65,80)
#563947
(86,57,71)
#4A313E
(74,49,62)
#3E2935
(62,41,53)
#32212C
(50,33,44)
#261923
(38,25,35)
#1A111A
(26,17,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #86596B

#86596B
(134,89,107)
#916878
(145,104,120)
#9C7785
(156,119,133)
#A78692
(167,134,146)
#B2959F
(178,149,159)
#BDA4AC
(189,164,172)
#C8B3B9
(200,179,185)
#D3C2C6
(211,194,198)
#DED1D3
(222,209,211)
#E9E0E0
(233,224,224)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86596B color. Also use rgb(134,89,107) instead hex code.

Text Font Color

.myTextColor { color: #86596B; }

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

This text font color is #86596B.


Background Color

.myBgColor { background-color: #86596B; }

<div style="background-color:#86596B">Inner text</div>

This div background color is #86596B.


Border color

.myBorderColor { border: 1px solid #86596B; }

<div style="border:3px solid #86596B">Div</div>

This div border color is #86596B.


Opacity

.myOpacity80 { color: #86596B; opacity: 0.8; }

<p style="color:#86596B;opacity:0.8;">80%</p>

Text with #86596B 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 #86596B;}

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

This text has shadow with #86596B color.

.textShadow {text-shadow: 3px 3px 1px #86596B, 3px 3px 1px red;}

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

This text has shadow with #86596B primary color and red secondary color.


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

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

This text has shadow with #86596B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86596B on black background.


Color preview on white background

This text has color #86596B on white background.



Black color preview on #86596B background

This text has black color on #86596B background.


White color preview on #86596B background

This text has white color on #86596B background.