COLOR #86766E

HEX: #86766E
RGB: (134,118,110)

Color info

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

RGB color model

#86766E color RGB value is (134,118,110).

  • red value is 134;
  • green value is 118;
  • blue value is 110.
RGB:
(134,118,110)
(53%,46%,43%)

RGB channels and saturation

R 134 of 255 = 53%
G 118 of 255 = 46%
B 110 of 255 = 43%

134
118
110

R + G + B ~ 47%. #86766E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 118 + 110 = 362 (100%)
R 134 of 362 ~ 37.02%
G 118 of 362 ~ 32.6%
B 110 of 362 ~ 30.39%

%37.02
%32.6
%30.39

CMYK color model

#86766E color CMYK value is (0,12,18,47).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 17.91%
  • key color value is 47.45%
CMYK:
(0,12,18,47)
C0M12Y18K47 
(0%,12%,18%,47%)
(0.00/0.12/0.18/0.47)	

CMYK percentages

%0
%11.94
%17.91
%47.45

Codes

Color #86766E in popluar color models

86766E
RGB134118110
HSL20°9.84%47.84%
HSB/HSV20°17.91%52.55%
CMYK0.00%11.94%17.91%
47.45%

Color #86766E in popluar number systems.

HEX86766E
Decimal134118110
Binary1000011011101101101110
Octal206166156

Shades and tints

Shades of #86766E

#86766E
(134,118,110)
#7A6C64
(122,108,100)
#6E625A
(110,98,90)
#625850
(98,88,80)
#564E46
(86,78,70)
#4A443C
(74,68,60)
#3E3A32
(62,58,50)
#323028
(50,48,40)
#26261E
(38,38,30)
#1A1C14
(26,28,20)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #86766E

#86766E
(134,118,110)
#91827B
(145,130,123)
#9C8E88
(156,142,136)
#A79A95
(167,154,149)
#B2A6A2
(178,166,162)
#BDB2AF
(189,178,175)
#C8BEBC
(200,190,188)
#D3CAC9
(211,202,201)
#DED6D6
(222,214,214)
#E9E2E3
(233,226,227)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86766E color. Also use rgb(134,118,110) instead hex code.

Text Font Color

.myTextColor { color: #86766E; }

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

This text font color is #86766E.


Background Color

.myBgColor { background-color: #86766E; }

<div style="background-color:#86766E">Inner text</div>

This div background color is #86766E.


Border color

.myBorderColor { border: 1px solid #86766E; }

<div style="border:3px solid #86766E">Div</div>

This div border color is #86766E.


Opacity

.myOpacity80 { color: #86766E; opacity: 0.8; }

<p style="color:#86766E;opacity:0.8;">80%</p>

Text with #86766E 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 #86766E;}

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

This text has shadow with #86766E color.

.textShadow {text-shadow: 3px 3px 1px #86766E, 3px 3px 1px red;}

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

This text has shadow with #86766E primary color and red secondary color.


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

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

This text has shadow with #86766E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86766E on black background.


Color preview on white background

This text has color #86766E on white background.



Black color preview on #86766E background

This text has black color on #86766E background.


White color preview on #86766E background

This text has white color on #86766E background.