COLOR #866A5D

HEX: #866A5D
RGB: (134,106,93)

Color info

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

RGB color model

#866A5D color RGB value is (134,106,93).

  • red value is 134;
  • green value is 106;
  • blue value is 93.
RGB:
(134,106,93)
(53%,42%,36%)

RGB channels and saturation

R 134 of 255 = 53%
G 106 of 255 = 42%
B 93 of 255 = 36%

134
106
93

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

Portions of RGB colors in percentages

R + G + B =
134 + 106 + 93 = 333 (100%)
R 134 of 333 ~ 40.24%
G 106 of 333 ~ 31.83%
B 93 of 333 ~ 27.93%

%40.24
%31.83
%27.93

CMYK color model

#866A5D color CMYK value is (0,21,31,47).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 30.60%
  • key color value is 47.45%
CMYK:
(0,21,31,47)
C0M21Y31K47 
(0%,21%,31%,47%)
(0.00/0.21/0.31/0.47)	

CMYK percentages

%0
%20.9
%30.6
%47.45

Codes

Color #866A5D in popluar color models

866A5D
RGB13410693
HSL19°18.06%44.51%
HSB/HSV19°30.60%52.55%
CMYK0.00%20.90%30.60%
47.45%

Color #866A5D in popluar number systems.

HEX866A5D
Decimal13410693
Binary1000011011010101011101
Octal206152135

Shades and tints

Shades of #866A5D

#866A5D
(134,106,93)
#7A6155
(122,97,85)
#6E584D
(110,88,77)
#624F45
(98,79,69)
#56463D
(86,70,61)
#4A3D35
(74,61,53)
#3E342D
(62,52,45)
#322B25
(50,43,37)
#26221D
(38,34,29)
#1A1915
(26,25,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #866A5D

#866A5D
(134,106,93)
#91776B
(145,119,107)
#9C8479
(156,132,121)
#A79187
(167,145,135)
#B29E95
(178,158,149)
#BDABA3
(189,171,163)
#C8B8B1
(200,184,177)
#D3C5BF
(211,197,191)
#DED2CD
(222,210,205)
#E9DFDB
(233,223,219)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866A5D color. Also use rgb(134,106,93) instead hex code.

Text Font Color

.myTextColor { color: #866A5D; }

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

This text font color is #866A5D.


Background Color

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

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

This div background color is #866A5D.


Border color

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

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

This div border color is #866A5D.


Opacity

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

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

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

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

This text has shadow with #866A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866A5D on black background.


Color preview on white background

This text has color #866A5D on white background.



Black color preview on #866A5D background

This text has black color on #866A5D background.


White color preview on #866A5D background

This text has white color on #866A5D background.