COLOR #866D54

HEX: #866D54
RGB: (134,109,84)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

134
109
84

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

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 84 = 327 (100%)
R 134 of 327 ~ 40.98%
G 109 of 327 ~ 33.33%
B 84 of 327 ~ 25.69%

%40.98
%33.33
%25.69

CMYK color model

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

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

CMYK percentages

%0
%18.66
%37.31
%47.45

Codes

Color #866D54 in popluar color models

866D54
RGB13410984
HSL30°22.94%42.75%
HSB/HSV30°37.31%52.55%
CMYK0.00%18.66%37.31%
47.45%

Color #866D54 in popluar number systems.

HEX866D54
Decimal13410984
Binary1000011011011011010100
Octal206155124

Shades and tints

Shades of #866D54

#866D54
(134,109,84)
#7A644D
(122,100,77)
#6E5B46
(110,91,70)
#62523F
(98,82,63)
#564938
(86,73,56)
#4A4031
(74,64,49)
#3E372A
(62,55,42)
#322E23
(50,46,35)
#26251C
(38,37,28)
#1A1C15
(26,28,21)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #866D54

#866D54
(134,109,84)
#917A63
(145,122,99)
#9C8772
(156,135,114)
#A79481
(167,148,129)
#B2A190
(178,161,144)
#BDAE9F
(189,174,159)
#C8BBAE
(200,187,174)
#D3C8BD
(211,200,189)
#DED5CC
(222,213,204)
#E9E2DB
(233,226,219)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866D54; }

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

This text font color is #866D54.


Background Color

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

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

This div background color is #866D54.


Border color

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

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

This div border color is #866D54.


Opacity

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

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

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

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

This text has shadow with #866D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866D54 on black background.


Color preview on white background

This text has color #866D54 on white background.



Black color preview on #866D54 background

This text has black color on #866D54 background.


White color preview on #866D54 background

This text has white color on #866D54 background.