COLOR #866863

HEX: #866863
RGB: (134,104,99)

Color info

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

RGB color model

#866863 color RGB value is (134,104,99).

  • red value is 134;
  • green value is 104;
  • blue value is 99.
RGB:
(134,104,99)
(53%,41%,39%)

RGB channels and saturation

R 134 of 255 = 53%
G 104 of 255 = 41%
B 99 of 255 = 39%

134
104
99

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

Portions of RGB colors in percentages

R + G + B =
134 + 104 + 99 = 337 (100%)
R 134 of 337 ~ 39.76%
G 104 of 337 ~ 30.86%
B 99 of 337 ~ 29.38%

%39.76
%30.86
%29.38

CMYK color model

#866863 color CMYK value is (0,22,26,47).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 26.12%
  • key color value is 47.45%
CMYK:
(0,22,26,47)
C0M22Y26K47 
(0%,22%,26%,47%)
(0.00/0.22/0.26/0.47)	

CMYK percentages

%0
%22.39
%26.12
%47.45

Codes

Color #866863 in popluar color models

866863
RGB13410499
HSL15.02%45.69%
HSB/HSV26.12%52.55%
CMYK0.00%22.39%26.12%
47.45%

Color #866863 in popluar number systems.

HEX866863
Decimal13410499
Binary1000011011010001100011
Octal206150143

Shades and tints

Shades of #866863

#866863
(134,104,99)
#7A5F5A
(122,95,90)
#6E5651
(110,86,81)
#624D48
(98,77,72)
#56443F
(86,68,63)
#4A3B36
(74,59,54)
#3E322D
(62,50,45)
#322924
(50,41,36)
#26201B
(38,32,27)
#1A1712
(26,23,18)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #866863

#866863
(134,104,99)
#917571
(145,117,113)
#9C827F
(156,130,127)
#A78F8D
(167,143,141)
#B29C9B
(178,156,155)
#BDA9A9
(189,169,169)
#C8B6B7
(200,182,183)
#D3C3C5
(211,195,197)
#DED0D3
(222,208,211)
#E9DDE1
(233,221,225)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866863 color. Also use rgb(134,104,99) instead hex code.

Text Font Color

.myTextColor { color: #866863; }

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

This text font color is #866863.


Background Color

.myBgColor { background-color: #866863; }

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

This div background color is #866863.


Border color

.myBorderColor { border: 1px solid #866863; }

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

This div border color is #866863.


Opacity

.myOpacity80 { color: #866863; opacity: 0.8; }

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

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

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

This text has shadow with #866863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866863 on black background.


Color preview on white background

This text has color #866863 on white background.



Black color preview on #866863 background

This text has black color on #866863 background.


White color preview on #866863 background

This text has white color on #866863 background.