COLOR #866478

HEX: #866478
RGB: (134,100,120)

Color info

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

RGB color model

#866478 color RGB value is (134,100,120).

  • red value is 134;
  • green value is 100;
  • blue value is 120.
RGB:
(134,100,120)
(53%,39%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 100 of 255 = 39%
B 120 of 255 = 47%

134
100
120

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

Portions of RGB colors in percentages

R + G + B =
134 + 100 + 120 = 354 (100%)
R 134 of 354 ~ 37.85%
G 100 of 354 ~ 28.25%
B 120 of 354 ~ 33.9%

%37.85
%28.25
%33.9

CMYK color model

#866478 color CMYK value is (0,25,10,47).

  • cyan value is 0.00%
  • magenta value is 25.37%
  • yellow value is 10.45%
  • key color value is 47.45%
CMYK:
(0,25,10,47)
C0M25Y10K47 
(0%,25%,10%,47%)
(0.00/0.25/0.10/0.47)	

CMYK percentages

%0
%25.37
%10.45
%47.45

Codes

Color #866478 in popluar color models

866478
RGB134100120
HSL325°14.53%45.88%
HSB/HSV325°25.37%52.55%
CMYK0.00%25.37%10.45%
47.45%

Color #866478 in popluar number systems.

HEX866478
Decimal134100120
Binary1000011011001001111000
Octal206144170

Shades and tints

Shades of #866478

#866478
(134,100,120)
#7A5B6E
(122,91,110)
#6E5264
(110,82,100)
#62495A
(98,73,90)
#564050
(86,64,80)
#4A3746
(74,55,70)
#3E2E3C
(62,46,60)
#322532
(50,37,50)
#261C28
(38,28,40)
#1A131E
(26,19,30)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #866478

#866478
(134,100,120)
#917284
(145,114,132)
#9C8090
(156,128,144)
#A78E9C
(167,142,156)
#B29CA8
(178,156,168)
#BDAAB4
(189,170,180)
#C8B8C0
(200,184,192)
#D3C6CC
(211,198,204)
#DED4D8
(222,212,216)
#E9E2E4
(233,226,228)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866478 color. Also use rgb(134,100,120) instead hex code.

Text Font Color

.myTextColor { color: #866478; }

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

This text font color is #866478.


Background Color

.myBgColor { background-color: #866478; }

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

This div background color is #866478.


Border color

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

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

This div border color is #866478.


Opacity

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

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

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

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

This text has shadow with #866478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866478 on black background.


Color preview on white background

This text has color #866478 on white background.



Black color preview on #866478 background

This text has black color on #866478 background.


White color preview on #866478 background

This text has white color on #866478 background.