COLOR #86595B

HEX: #86595B
RGB: (134,89,91)

Color info

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

RGB color model

#86595B color RGB value is (134,89,91).

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

RGB channels and saturation

R 134 of 255 = 53%
G 89 of 255 = 35%
B 91 of 255 = 36%

134
89
91

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

Portions of RGB colors in percentages

R + G + B =
134 + 89 + 91 = 314 (100%)
R 134 of 314 ~ 42.68%
G 89 of 314 ~ 28.34%
B 91 of 314 ~ 28.98%

%42.68
%28.34
%28.98

CMYK color model

#86595B color CMYK value is (0,34,32,47).

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 32.09%
  • key color value is 47.45%
CMYK:
(0,34,32,47)
C0M34Y32K47 
(0%,34%,32%,47%)
(0.00/0.34/0.32/0.47)	

CMYK percentages

%0
%33.58
%32.09
%47.45

Codes

Color #86595B in popluar color models

86595B
RGB1348991
HSL357°20.18%43.73%
HSB/HSV357°33.58%52.55%
CMYK0.00%33.58%32.09%
47.45%

Color #86595B in popluar number systems.

HEX86595B
Decimal1348991
Binary1000011010110011011011
Octal206131133

Shades and tints

Shades of #86595B

#86595B
(134,89,91)
#7A5153
(122,81,83)
#6E494B
(110,73,75)
#624143
(98,65,67)
#56393B
(86,57,59)
#4A3133
(74,49,51)
#3E292B
(62,41,43)
#322123
(50,33,35)
#26191B
(38,25,27)
#1A1113
(26,17,19)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #86595B

#86595B
(134,89,91)
#916869
(145,104,105)
#9C7777
(156,119,119)
#A78685
(167,134,133)
#B29593
(178,149,147)
#BDA4A1
(189,164,161)
#C8B3AF
(200,179,175)
#D3C2BD
(211,194,189)
#DED1CB
(222,209,203)
#E9E0D9
(233,224,217)
#F4EFE7
(244,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86595B; }

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

This text font color is #86595B.


Background Color

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

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

This div background color is #86595B.


Border color

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

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

This div border color is #86595B.


Opacity

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

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

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

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

This text has shadow with #86595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86595B on black background.


Color preview on white background

This text has color #86595B on white background.



Black color preview on #86595B background

This text has black color on #86595B background.


White color preview on #86595B background

This text has white color on #86595B background.