COLOR #866D52

HEX: #866D52
RGB: (134,109,82)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

134
109
82

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

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 82 = 325 (100%)
R 134 of 325 ~ 41.23%
G 109 of 325 ~ 33.54%
B 82 of 325 ~ 25.23%

%41.23
%33.54
%25.23

CMYK color model

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

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

CMYK percentages

%0
%18.66
%38.81
%47.45

Codes

Color #866D52 in popluar color models

866D52
RGB13410982
HSL31°24.07%42.35%
HSB/HSV31°38.81%52.55%
CMYK0.00%18.66%38.81%
47.45%

Color #866D52 in popluar number systems.

HEX866D52
Decimal13410982
Binary1000011011011011010010
Octal206155122

Shades and tints

Shades of #866D52

#866D52
(134,109,82)
#7A644B
(122,100,75)
#6E5B44
(110,91,68)
#62523D
(98,82,61)
#564936
(86,73,54)
#4A402F
(74,64,47)
#3E3728
(62,55,40)
#322E21
(50,46,33)
#26251A
(38,37,26)
#1A1C13
(26,28,19)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #866D52

#866D52
(134,109,82)
#917A61
(145,122,97)
#9C8770
(156,135,112)
#A7947F
(167,148,127)
#B2A18E
(178,161,142)
#BDAE9D
(189,174,157)
#C8BBAC
(200,187,172)
#D3C8BB
(211,200,187)
#DED5CA
(222,213,202)
#E9E2D9
(233,226,217)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866D52; }

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

This text font color is #866D52.


Background Color

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

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

This div background color is #866D52.


Border color

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

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

This div border color is #866D52.


Opacity

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

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

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

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

This text has shadow with #866D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866D52 on black background.


Color preview on white background

This text has color #866D52 on white background.



Black color preview on #866D52 background

This text has black color on #866D52 background.


White color preview on #866D52 background

This text has white color on #866D52 background.