COLOR #866582

HEX: #866582
RGB: (134,101,130)

Color info

#866582 contains red, green and blue colors in about the same proportion. Web safe color of #866582 is #996699 (or #969).

RGB color model

#866582 color RGB value is (134,101,130).

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

RGB channels and saturation

R 134 of 255 = 53%
G 101 of 255 = 40%
B 130 of 255 = 51%

134
101
130

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

Portions of RGB colors in percentages

R + G + B =
134 + 101 + 130 = 365 (100%)
R 134 of 365 ~ 36.71%
G 101 of 365 ~ 27.67%
B 130 of 365 ~ 35.62%

%36.71
%27.67
%35.62

CMYK color model

#866582 color CMYK value is (0,25,3,47).

  • cyan value is 0.00%
  • magenta value is 24.63%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK:
(0,25,3,47)
C0M25Y3K47 
(0%,25%,3%,47%)
(0.00/0.25/0.03/0.47)	

CMYK percentages

%0
%24.63
%2.99
%47.45

Codes

Color #866582 in popluar color models

866582
RGB134101130
HSL307°14.04%46.08%
HSB/HSV307°24.63%52.55%
CMYK0.00%24.63%2.99%
47.45%

Color #866582 in popluar number systems.

HEX866582
Decimal134101130
Binary10000110110010110000010
Octal206145202

Shades and tints

Shades of #866582

#866582
(134,101,130)
#7A5C77
(122,92,119)
#6E536C
(110,83,108)
#624A61
(98,74,97)
#564156
(86,65,86)
#4A384B
(74,56,75)
#3E2F40
(62,47,64)
#322635
(50,38,53)
#261D2A
(38,29,42)
#1A141F
(26,20,31)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #866582

#866582
(134,101,130)
#91738D
(145,115,141)
#9C8198
(156,129,152)
#A78FA3
(167,143,163)
#B29DAE
(178,157,174)
#BDABB9
(189,171,185)
#C8B9C4
(200,185,196)
#D3C7CF
(211,199,207)
#DED5DA
(222,213,218)
#E9E3E5
(233,227,229)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866582; }

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

This text font color is #866582.


Background Color

.myBgColor { background-color: #866582; }

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

This div background color is #866582.


Border color

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

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

This div border color is #866582.


Opacity

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

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

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

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

This text has shadow with #866582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866582 on black background.


Color preview on white background

This text has color #866582 on white background.



Black color preview on #866582 background

This text has black color on #866582 background.


White color preview on #866582 background

This text has white color on #866582 background.