COLOR #86646C

HEX: #86646C
RGB: (134,100,108)

Color info

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

RGB color model

#86646C color RGB value is (134,100,108).

  • red value is 134;
  • green value is 100;
  • blue value is 108.
RGB:
(134,100,108)
(53%,39%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 100 of 255 = 39%
B 108 of 255 = 42%

134
100
108

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

Portions of RGB colors in percentages

R + G + B =
134 + 100 + 108 = 342 (100%)
R 134 of 342 ~ 39.18%
G 100 of 342 ~ 29.24%
B 108 of 342 ~ 31.58%

%39.18
%29.24
%31.58

CMYK color model

#86646C color CMYK value is (0,25,19,47).

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 19.40%
  • key color value is 47.45%
CMYK:
(0,25,19,47)
C0M25Y19K47 
(0%,25%,19%,47%)
(0.00/0.25/0.19/0.47)	

CMYK percentages

%0
%25.37
%19.4
%47.45

Codes

Color #86646C in popluar color models

86646C
RGB134100108
HSL346°14.53%45.88%
HSB/HSV346°25.37%52.55%
CMYK0.00%25.37%19.40%
47.45%

Color #86646C in popluar number systems.

HEX86646C
Decimal134100108
Binary1000011011001001101100
Octal206144154

Shades and tints

Shades of #86646C

#86646C
(134,100,108)
#7A5B63
(122,91,99)
#6E525A
(110,82,90)
#624951
(98,73,81)
#564048
(86,64,72)
#4A373F
(74,55,63)
#3E2E36
(62,46,54)
#32252D
(50,37,45)
#261C24
(38,28,36)
#1A131B
(26,19,27)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #86646C

#86646C
(134,100,108)
#917279
(145,114,121)
#9C8086
(156,128,134)
#A78E93
(167,142,147)
#B29CA0
(178,156,160)
#BDAAAD
(189,170,173)
#C8B8BA
(200,184,186)
#D3C6C7
(211,198,199)
#DED4D4
(222,212,212)
#E9E2E1
(233,226,225)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86646C color. Also use rgb(134,100,108) instead hex code.

Text Font Color

.myTextColor { color: #86646C; }

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

This text font color is #86646C.


Background Color

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

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

This div background color is #86646C.


Border color

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

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

This div border color is #86646C.


Opacity

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

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

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

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

This text has shadow with #86646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86646C on black background.


Color preview on white background

This text has color #86646C on white background.



Black color preview on #86646C background

This text has black color on #86646C background.


White color preview on #86646C background

This text has white color on #86646C background.