COLOR #866D6D

HEX: #866D6D
RGB: (134,109,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

134
109
109

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

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 109 = 352 (100%)
R 134 of 352 ~ 38.07%
G 109 of 352 ~ 30.97%
B 109 of 352 ~ 30.97%

%38.07
%30.97
%30.97

CMYK color model

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

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

CMYK percentages

%0
%18.66
%18.66
%47.45

Codes

Color #866D6D in popluar color models

866D6D
RGB134109109
HSL10.29%47.65%
HSB/HSV18.66%52.55%
CMYK0.00%18.66%18.66%
47.45%

Color #866D6D in popluar number systems.

HEX866D6D
Decimal134109109
Binary1000011011011011101101
Octal206155155

Shades and tints

Shades of #866D6D

#866D6D
(134,109,109)
#7A6464
(122,100,100)
#6E5B5B
(110,91,91)
#625252
(98,82,82)
#564949
(86,73,73)
#4A4040
(74,64,64)
#3E3737
(62,55,55)
#322E2E
(50,46,46)
#262525
(38,37,37)
#1A1C1C
(26,28,28)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #866D6D

#866D6D
(134,109,109)
#917A7A
(145,122,122)
#9C8787
(156,135,135)
#A79494
(167,148,148)
#B2A1A1
(178,161,161)
#BDAEAE
(189,174,174)
#C8BBBB
(200,187,187)
#D3C8C8
(211,200,200)
#DED5D5
(222,213,213)
#E9E2E2
(233,226,226)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866D6D; }

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

This text font color is #866D6D.


Background Color

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

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

This div background color is #866D6D.


Border color

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

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

This div border color is #866D6D.


Opacity

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

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

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

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

This text has shadow with #866D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866D6D on black background.


Color preview on white background

This text has color #866D6D on white background.



Black color preview on #866D6D background

This text has black color on #866D6D background.


White color preview on #866D6D background

This text has white color on #866D6D background.