COLOR #866E4F

HEX: #866E4F RGB: (134,110,79)

Color info

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

RGB color model

#866E4F color RGB value is (134,110,79).

RGB: (134,110,79) (53%, 43%, 31%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 79 of 255 = 31%

134
110
79

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

Portions of RGB colors in percentages

R + G + B = 134 + 110 + 79 = 323 (100%)
R 134 of 323 ~ 41.49%
G 110 of 323 ~ 34.06%
B 79 of 323 ~ 24.46'%

%41.49
%34.06
%24.46

CMYK color model

#866E4F color CMYK value is (0,18,41,47).

  • cyan value is 0.00%
  • magenta value is 17.91%
  • yellow value is 41.04%
  • key color value is 47.45%

CMYK: (0,18,41,47)
C0M18Y41K47 (0%, 18%, 41%, 47%)
(0.00 / 0.18 / 0.41 / 0.47)

CMYK percentages

%0
%17.91
%41.04
%47.45

Codes

Color #866E4F in popluar color models

86 6E 4F
RGB 134 110 79
HSL 34° 25.82% 41.76%
HSB/HSV 34° 41.04% 52.55%
CMYK 0.00% 17.91% 41.04%
47.45%

Color #866E4F in popluar number systems.

HEX 86 6E 4F
Decimal 134 110 79
Binary 10000110 1101110 1001111
Octal 206 156 117

Shades and tints

Shades of #866E4F

#866E4F
(134,110,79)
#7A6448
(122,100,72)
#6E5A41
(110,90,65)
#62503A
(98,80,58)
#564633
(86,70,51)
#4A3C2C
(74,60,44)
#3E3225
(62,50,37)
#32281E
(50,40,30)
#261E17
(38,30,23)
#1A1410
(26,20,16)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #866E4F

#866E4F
(134,110,79)
#917B5F
(145,123,95)
#9C886F
(156,136,111)
#A7957F
(167,149,127)
#B2A28F
(178,162,143)
#BDAF9F
(189,175,159)
#C8BCAF
(200,188,175)
#D3C9BF
(211,201,191)
#DED6CF
(222,214,207)
#E9E3DF
(233,227,223)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866E4F; }

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

This text font color is #866E4F.

Background Color

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

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

This div background color is #866E4F.

Border color

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

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

This div border color is #866E4F.

Opacity

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

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

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

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

This text has shadow with #866E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866E4F.

Preview

Color preview on black background

This text has color #866E4F on black background.


Color preview on white background

This text has color #866E4F on white background.


Black color preview on #866E4F background

This text has black color on #866E4F background.


White color preview on #866E4F background

This text has white color on #866E4F background.


Related colors

Complementary color

Complementary color for #hex is #7991B0.


I love getcolorcode.com

Triadic colors

1 #4F866E and #6E4F86 with #866E4F are triadic colors.

2 #4F6E86 and #6E864F with #866E4F are triadic colors.