COLOR #866C3B

HEX: #866C3B
RGB: (134,108,59)

Color info

#866C3B contains mainly red and green colors. Web safe color of #866C3B is #996633 (or #963).

RGB color model

#866C3B color RGB value is (134,108,59).

  • red value is 134;
  • green value is 108;
  • blue value is 59.
RGB:
(134,108,59)
(53%,42%,23%)

RGB channels and saturation

R 134 of 255 = 53%
G 108 of 255 = 42%
B 59 of 255 = 23%

134
108
59

R + G + B ~ 39%. #866C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 108 + 59 = 301 (100%)
R 134 of 301 ~ 44.52%
G 108 of 301 ~ 35.88%
B 59 of 301 ~ 19.6%

%44.52
%35.88
%19.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 55.97%
  • key color value is 47.45%
CMYK:
(0,19,56,47)
C0M19Y56K47 
(0%,19%,56%,47%)
(0.00/0.19/0.56/0.47)	

CMYK percentages

%0
%19.4
%55.97
%47.45

Codes

Color #866C3B in popluar color models

866C3B
RGB13410859
HSL39°38.86%37.84%
HSB/HSV39°55.97%52.55%
CMYK0.00%19.40%55.97%
47.45%

Color #866C3B in popluar number systems.

HEX866C3B
Decimal13410859
Binary100001101101100111011
Octal20615473

Shades and tints

Shades of #866C3B

#866C3B
(134,108,59)
#7A6336
(122,99,54)
#6E5A31
(110,90,49)
#62512C
(98,81,44)
#564827
(86,72,39)
#4A3F22
(74,63,34)
#3E361D
(62,54,29)
#322D18
(50,45,24)
#262413
(38,36,19)
#1A1B0E
(26,27,14)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #866C3B

#866C3B
(134,108,59)
#91794C
(145,121,76)
#9C865D
(156,134,93)
#A7936E
(167,147,110)
#B2A07F
(178,160,127)
#BDAD90
(189,173,144)
#C8BAA1
(200,186,161)
#D3C7B2
(211,199,178)
#DED4C3
(222,212,195)
#E9E1D4
(233,225,212)
#F4EEE5
(244,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866C3B; }

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

This text font color is #866C3B.


Background Color

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

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

This div background color is #866C3B.


Border color

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

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

This div border color is #866C3B.


Opacity

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

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

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

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

This text has shadow with #866C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866C3B on black background.


Color preview on white background

This text has color #866C3B on white background.



Black color preview on #866C3B background

This text has black color on #866C3B background.


White color preview on #866C3B background

This text has white color on #866C3B background.