COLOR #86585C

HEX: #86585C
RGB: (134,88,92)

Color info

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

RGB color model

#86585C color RGB value is (134,88,92).

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

RGB channels and saturation

R 134 of 255 = 53%
G 88 of 255 = 35%
B 92 of 255 = 36%

134
88
92

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

Portions of RGB colors in percentages

R + G + B =
134 + 88 + 92 = 314 (100%)
R 134 of 314 ~ 42.68%
G 88 of 314 ~ 28.03%
B 92 of 314 ~ 29.3%

%42.68
%28.03
%29.3

CMYK color model

#86585C color CMYK value is (0,34,31,47).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK:
(0,34,31,47)
C0M34Y31K47 
(0%,34%,31%,47%)
(0.00/0.34/0.31/0.47)	

CMYK percentages

%0
%34.33
%31.34
%47.45

Codes

Color #86585C in popluar color models

86585C
RGB1348892
HSL355°20.72%43.53%
HSB/HSV355°34.33%52.55%
CMYK0.00%34.33%31.34%
47.45%

Color #86585C in popluar number systems.

HEX86585C
Decimal1348892
Binary1000011010110001011100
Octal206130134

Shades and tints

Shades of #86585C

#86585C
(134,88,92)
#7A5054
(122,80,84)
#6E484C
(110,72,76)
#624044
(98,64,68)
#56383C
(86,56,60)
#4A3034
(74,48,52)
#3E282C
(62,40,44)
#322024
(50,32,36)
#26181C
(38,24,28)
#1A1014
(26,16,20)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #86585C

#86585C
(134,88,92)
#91676A
(145,103,106)
#9C7678
(156,118,120)
#A78586
(167,133,134)
#B29494
(178,148,148)
#BDA3A2
(189,163,162)
#C8B2B0
(200,178,176)
#D3C1BE
(211,193,190)
#DED0CC
(222,208,204)
#E9DFDA
(233,223,218)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86585C color. Also use rgb(134,88,92) instead hex code.

Text Font Color

.myTextColor { color: #86585C; }

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

This text font color is #86585C.


Background Color

.myBgColor { background-color: #86585C; }

<div style="background-color:#86585C">Inner text</div>

This div background color is #86585C.


Border color

.myBorderColor { border: 1px solid #86585C; }

<div style="border:3px solid #86585C">Div</div>

This div border color is #86585C.


Opacity

.myOpacity80 { color: #86585C; opacity: 0.8; }

<p style="color:#86585C;opacity:0.8;">80%</p>

Text with #86585C 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 #86585C;}

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

This text has shadow with #86585C color.

.textShadow {text-shadow: 3px 3px 1px #86585C, 3px 3px 1px red;}

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

This text has shadow with #86585C primary color and red secondary color.


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

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

This text has shadow with #86585C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86585C on black background.


Color preview on white background

This text has color #86585C on white background.



Black color preview on #86585C background

This text has black color on #86585C background.


White color preview on #86585C background

This text has white color on #86585C background.