COLOR #866F67

HEX: #866F67
RGB: (134,111,103)

Color info

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

RGB color model

#866F67 color RGB value is (134,111,103).

  • red value is 134;
  • green value is 111;
  • blue value is 103.
RGB:
(134,111,103)
(53%,44%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 111 of 255 = 44%
B 103 of 255 = 40%

134
111
103

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

Portions of RGB colors in percentages

R + G + B =
134 + 111 + 103 = 348 (100%)
R 134 of 348 ~ 38.51%
G 111 of 348 ~ 31.9%
B 103 of 348 ~ 29.6%

%38.51
%31.9
%29.6

CMYK color model

#866F67 color CMYK value is (0,17,23,47).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(0,17,23,47)
C0M17Y23K47 
(0%,17%,23%,47%)
(0.00/0.17/0.23/0.47)	

CMYK percentages

%0
%17.16
%23.13
%47.45

Codes

Color #866F67 in popluar color models

866F67
RGB134111103
HSL15°13.08%46.47%
HSB/HSV15°23.13%52.55%
CMYK0.00%17.16%23.13%
47.45%

Color #866F67 in popluar number systems.

HEX866F67
Decimal134111103
Binary1000011011011111100111
Octal206157147

Shades and tints

Shades of #866F67

#866F67
(134,111,103)
#7A655E
(122,101,94)
#6E5B55
(110,91,85)
#62514C
(98,81,76)
#564743
(86,71,67)
#4A3D3A
(74,61,58)
#3E3331
(62,51,49)
#322928
(50,41,40)
#261F1F
(38,31,31)
#1A1516
(26,21,22)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #866F67

#866F67
(134,111,103)
#917C74
(145,124,116)
#9C8981
(156,137,129)
#A7968E
(167,150,142)
#B2A39B
(178,163,155)
#BDB0A8
(189,176,168)
#C8BDB5
(200,189,181)
#D3CAC2
(211,202,194)
#DED7CF
(222,215,207)
#E9E4DC
(233,228,220)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866F67 color. Also use rgb(134,111,103) instead hex code.

Text Font Color

.myTextColor { color: #866F67; }

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

This text font color is #866F67.


Background Color

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

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

This div background color is #866F67.


Border color

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

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

This div border color is #866F67.


Opacity

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

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

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

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

This text has shadow with #866F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866F67 on black background.


Color preview on white background

This text has color #866F67 on white background.



Black color preview on #866F67 background

This text has black color on #866F67 background.


White color preview on #866F67 background

This text has white color on #866F67 background.