COLOR #86786D

HEX: #86786D
RGB: (134,120,109)

Color info

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

RGB color model

#86786D color RGB value is (134,120,109).

  • red value is 134;
  • green value is 120;
  • blue value is 109.
RGB:
(134,120,109)
(53%,47%,43%)

RGB channels and saturation

R 134 of 255 = 53%
G 120 of 255 = 47%
B 109 of 255 = 43%

134
120
109

R + G + B ~ 48%. #86786D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 120 + 109 = 363 (100%)
R 134 of 363 ~ 36.91%
G 120 of 363 ~ 33.06%
B 109 of 363 ~ 30.03%

%36.91
%33.06
%30.03

CMYK color model

#86786D color CMYK value is (0,10,19,47).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 18.66%
  • key color value is 47.45%
CMYK:
(0,10,19,47)
C0M10Y19K47 
(0%,10%,19%,47%)
(0.00/0.10/0.19/0.47)	

CMYK percentages

%0
%10.45
%18.66
%47.45

Codes

Color #86786D in popluar color models

86786D
RGB134120109
HSL26°10.29%47.65%
HSB/HSV26°18.66%52.55%
CMYK0.00%10.45%18.66%
47.45%

Color #86786D in popluar number systems.

HEX86786D
Decimal134120109
Binary1000011011110001101101
Octal206170155

Shades and tints

Shades of #86786D

#86786D
(134,120,109)
#7A6E64
(122,110,100)
#6E645B
(110,100,91)
#625A52
(98,90,82)
#565049
(86,80,73)
#4A4640
(74,70,64)
#3E3C37
(62,60,55)
#32322E
(50,50,46)
#262825
(38,40,37)
#1A1E1C
(26,30,28)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #86786D

#86786D
(134,120,109)
#91847A
(145,132,122)
#9C9087
(156,144,135)
#A79C94
(167,156,148)
#B2A8A1
(178,168,161)
#BDB4AE
(189,180,174)
#C8C0BB
(200,192,187)
#D3CCC8
(211,204,200)
#DED8D5
(222,216,213)
#E9E4E2
(233,228,226)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86786D color. Also use rgb(134,120,109) instead hex code.

Text Font Color

.myTextColor { color: #86786D; }

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

This text font color is #86786D.


Background Color

.myBgColor { background-color: #86786D; }

<div style="background-color:#86786D">Inner text</div>

This div background color is #86786D.


Border color

.myBorderColor { border: 1px solid #86786D; }

<div style="border:3px solid #86786D">Div</div>

This div border color is #86786D.


Opacity

.myOpacity80 { color: #86786D; opacity: 0.8; }

<p style="color:#86786D;opacity:0.8;">80%</p>

Text with #86786D 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 #86786D;}

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

This text has shadow with #86786D color.

.textShadow {text-shadow: 3px 3px 1px #86786D, 3px 3px 1px red;}

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

This text has shadow with #86786D primary color and red secondary color.


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

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

This text has shadow with #86786D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86786D on black background.


Color preview on white background

This text has color #86786D on white background.



Black color preview on #86786D background

This text has black color on #86786D background.


White color preview on #86786D background

This text has white color on #86786D background.