COLOR #86477F

HEX: #86477F
RGB: (134,71,127)

Color info

#86477F contains mainly red and blue colors. Web safe color of #86477F is #993366 (or #936).

RGB color model

#86477F color RGB value is (134,71,127).

  • red value is 134;
  • green value is 71;
  • blue value is 127.
RGB:
(134,71,127)
(53%,28%,50%)

RGB channels and saturation

R 134 of 255 = 53%
G 71 of 255 = 28%
B 127 of 255 = 50%

134
71
127

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

Portions of RGB colors in percentages

R + G + B =
134 + 71 + 127 = 332 (100%)
R 134 of 332 ~ 40.36%
G 71 of 332 ~ 21.39%
B 127 of 332 ~ 38.25%

%40.36
%21.39
%38.25

CMYK color model

#86477F color CMYK value is (0,47,5,47).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 5.22%
  • key color value is 47.45%
CMYK:
(0,47,5,47)
C0M47Y5K47 
(0%,47%,5%,47%)
(0.00/0.47/0.05/0.47)	

CMYK percentages

%0
%47.01
%5.22
%47.45

Codes

Color #86477F in popluar color models

86477F
RGB13471127
HSL307°30.73%40.20%
HSB/HSV307°47.01%52.55%
CMYK0.00%47.01%5.22%
47.45%

Color #86477F in popluar number systems.

HEX86477F
Decimal13471127
Binary1000011010001111111111
Octal206107177

Shades and tints

Shades of #86477F

#86477F
(134,71,127)
#7A4174
(122,65,116)
#6E3B69
(110,59,105)
#62355E
(98,53,94)
#562F53
(86,47,83)
#4A2948
(74,41,72)
#3E233D
(62,35,61)
#321D32
(50,29,50)
#261727
(38,23,39)
#1A111C
(26,17,28)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #86477F

#86477F
(134,71,127)
#91578A
(145,87,138)
#9C6795
(156,103,149)
#A777A0
(167,119,160)
#B287AB
(178,135,171)
#BD97B6
(189,151,182)
#C8A7C1
(200,167,193)
#D3B7CC
(211,183,204)
#DEC7D7
(222,199,215)
#E9D7E2
(233,215,226)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86477F color. Also use rgb(134,71,127) instead hex code.

Text Font Color

.myTextColor { color: #86477F; }

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

This text font color is #86477F.


Background Color

.myBgColor { background-color: #86477F; }

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

This div background color is #86477F.


Border color

.myBorderColor { border: 1px solid #86477F; }

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

This div border color is #86477F.


Opacity

.myOpacity80 { color: #86477F; opacity: 0.8; }

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

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

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

This text has shadow with #86477F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86477F on black background.


Color preview on white background

This text has color #86477F on white background.



Black color preview on #86477F background

This text has black color on #86477F background.


White color preview on #86477F background

This text has white color on #86477F background.