COLOR #866577

HEX: #866577
RGB: (134,101,119)

Color info

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

RGB color model

#866577 color RGB value is (134,101,119).

  • red value is 134;
  • green value is 101;
  • blue value is 119.
RGB:
(134,101,119)
(53%,40%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 101 of 255 = 40%
B 119 of 255 = 47%

134
101
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 101 + 119 = 354 (100%)
R 134 of 354 ~ 37.85%
G 101 of 354 ~ 28.53%
B 119 of 354 ~ 33.62%

%37.85
%28.53
%33.62

CMYK color model

#866577 color CMYK value is (0,25,11,47).

  • cyan value is 0.00%
  • magenta value is 24.63%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(0,25,11,47)
C0M25Y11K47 
(0%,25%,11%,47%)
(0.00/0.25/0.11/0.47)	

CMYK percentages

%0
%24.63
%11.19
%47.45

Codes

Color #866577 in popluar color models

866577
RGB134101119
HSL327°14.04%46.08%
HSB/HSV327°24.63%52.55%
CMYK0.00%24.63%11.19%
47.45%

Color #866577 in popluar number systems.

HEX866577
Decimal134101119
Binary1000011011001011110111
Octal206145167

Shades and tints

Shades of #866577

#866577
(134,101,119)
#7A5C6D
(122,92,109)
#6E5363
(110,83,99)
#624A59
(98,74,89)
#56414F
(86,65,79)
#4A3845
(74,56,69)
#3E2F3B
(62,47,59)
#322631
(50,38,49)
#261D27
(38,29,39)
#1A141D
(26,20,29)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #866577

#866577
(134,101,119)
#917383
(145,115,131)
#9C818F
(156,129,143)
#A78F9B
(167,143,155)
#B29DA7
(178,157,167)
#BDABB3
(189,171,179)
#C8B9BF
(200,185,191)
#D3C7CB
(211,199,203)
#DED5D7
(222,213,215)
#E9E3E3
(233,227,227)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866577 color. Also use rgb(134,101,119) instead hex code.

Text Font Color

.myTextColor { color: #866577; }

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

This text font color is #866577.


Background Color

.myBgColor { background-color: #866577; }

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

This div background color is #866577.


Border color

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

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

This div border color is #866577.


Opacity

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

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

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

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

This text has shadow with #866577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866577 on black background.


Color preview on white background

This text has color #866577 on white background.



Black color preview on #866577 background

This text has black color on #866577 background.


White color preview on #866577 background

This text has white color on #866577 background.