COLOR #866D67

HEX: #866D67
RGB: (134,109,103)

Color info

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

RGB color model

#866D67 color RGB value is (134,109,103).

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

RGB channels and saturation

R 134 of 255 = 53%
G 109 of 255 = 43%
B 103 of 255 = 40%

134
109
103

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

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 103 = 346 (100%)
R 134 of 346 ~ 38.73%
G 109 of 346 ~ 31.5%
B 103 of 346 ~ 29.77%

%38.73
%31.5
%29.77

CMYK color model

#866D67 color CMYK value is (0,19,23,47).

  • cyan value is 0.00%
  • magenta value is 18.66%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(0,19,23,47)
C0M19Y23K47 
(0%,19%,23%,47%)
(0.00/0.19/0.23/0.47)	

CMYK percentages

%0
%18.66
%23.13
%47.45

Codes

Color #866D67 in popluar color models

866D67
RGB134109103
HSL12°13.08%46.47%
HSB/HSV12°23.13%52.55%
CMYK0.00%18.66%23.13%
47.45%

Color #866D67 in popluar number systems.

HEX866D67
Decimal134109103
Binary1000011011011011100111
Octal206155147

Shades and tints

Shades of #866D67

#866D67
(134,109,103)
#7A645E
(122,100,94)
#6E5B55
(110,91,85)
#62524C
(98,82,76)
#564943
(86,73,67)
#4A403A
(74,64,58)
#3E3731
(62,55,49)
#322E28
(50,46,40)
#26251F
(38,37,31)
#1A1C16
(26,28,22)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #866D67

#866D67
(134,109,103)
#917A74
(145,122,116)
#9C8781
(156,135,129)
#A7948E
(167,148,142)
#B2A19B
(178,161,155)
#BDAEA8
(189,174,168)
#C8BBB5
(200,187,181)
#D3C8C2
(211,200,194)
#DED5CF
(222,213,207)
#E9E2DC
(233,226,220)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866D67 color. Also use rgb(134,109,103) instead hex code.

Text Font Color

.myTextColor { color: #866D67; }

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

This text font color is #866D67.


Background Color

.myBgColor { background-color: #866D67; }

<div style="background-color:#866D67">Inner text</div>

This div background color is #866D67.


Border color

.myBorderColor { border: 1px solid #866D67; }

<div style="border:3px solid #866D67">Div</div>

This div border color is #866D67.


Opacity

.myOpacity80 { color: #866D67; opacity: 0.8; }

<p style="color:#866D67;opacity:0.8;">80%</p>

Text with #866D67 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 #866D67;}

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

This text has shadow with #866D67 color.

.textShadow {text-shadow: 3px 3px 1px #866D67, 3px 3px 1px red;}

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

This text has shadow with #866D67 primary color and red secondary color.


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

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

This text has shadow with #866D67 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866D67 on black background.


Color preview on white background

This text has color #866D67 on white background.



Black color preview on #866D67 background

This text has black color on #866D67 background.


White color preview on #866D67 background

This text has white color on #866D67 background.