COLOR #866B5F

HEX: #866B5F
RGB: (134,107,95)

Color info

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

RGB color model

#866B5F color RGB value is (134,107,95).

  • red value is 134;
  • green value is 107;
  • blue value is 95.
RGB:
(134,107,95)
(53%,42%,37%)

RGB channels and saturation

R 134 of 255 = 53%
G 107 of 255 = 42%
B 95 of 255 = 37%

134
107
95

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

Portions of RGB colors in percentages

R + G + B =
134 + 107 + 95 = 336 (100%)
R 134 of 336 ~ 39.88%
G 107 of 336 ~ 31.85%
B 95 of 336 ~ 28.27%

%39.88
%31.85
%28.27

CMYK color model

#866B5F color CMYK value is (0,20,29,47).

  • cyan value is 0.00%
  • magenta value is 20.15%
  • yellow value is 29.10%
  • key color value is 47.45%
CMYK:
(0,20,29,47)
C0M20Y29K47 
(0%,20%,29%,47%)
(0.00/0.20/0.29/0.47)	

CMYK percentages

%0
%20.15
%29.1
%47.45

Codes

Color #866B5F in popluar color models

866B5F
RGB13410795
HSL18°17.03%44.90%
HSB/HSV18°29.10%52.55%
CMYK0.00%20.15%29.10%
47.45%

Color #866B5F in popluar number systems.

HEX866B5F
Decimal13410795
Binary1000011011010111011111
Octal206153137

Shades and tints

Shades of #866B5F

#866B5F
(134,107,95)
#7A6257
(122,98,87)
#6E594F
(110,89,79)
#625047
(98,80,71)
#56473F
(86,71,63)
#4A3E37
(74,62,55)
#3E352F
(62,53,47)
#322C27
(50,44,39)
#26231F
(38,35,31)
#1A1A17
(26,26,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #866B5F

#866B5F
(134,107,95)
#91786D
(145,120,109)
#9C857B
(156,133,123)
#A79289
(167,146,137)
#B29F97
(178,159,151)
#BDACA5
(189,172,165)
#C8B9B3
(200,185,179)
#D3C6C1
(211,198,193)
#DED3CF
(222,211,207)
#E9E0DD
(233,224,221)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866B5F; }

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

This text font color is #866B5F.


Background Color

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

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

This div background color is #866B5F.


Border color

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

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

This div border color is #866B5F.


Opacity

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

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

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

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

This text has shadow with #866B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866B5F on black background.


Color preview on white background

This text has color #866B5F on white background.



Black color preview on #866B5F background

This text has black color on #866B5F background.


White color preview on #866B5F background

This text has white color on #866B5F background.