COLOR #865480

HEX: #865480
RGB: (134,84,128)

Color info

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

RGB color model

#865480 color RGB value is (134,84,128).

  • red value is 134;
  • green value is 84;
  • blue value is 128.
RGB:
(134,84,128)
(53%,33%,50%)

RGB channels and saturation

R 134 of 255 = 53%
G 84 of 255 = 33%
B 128 of 255 = 50%

134
84
128

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

Portions of RGB colors in percentages

R + G + B =
134 + 84 + 128 = 346 (100%)
R 134 of 346 ~ 38.73%
G 84 of 346 ~ 24.28%
B 128 of 346 ~ 36.99%

%38.73
%24.28
%36.99

CMYK color model

#865480 color CMYK value is (0,37,4,47).

  • cyan value is 0.00%
  • magenta value is 37.31%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(0,37,4,47)
C0M37Y4K47 
(0%,37%,4%,47%)
(0.00/0.37/0.04/0.47)	

CMYK percentages

%0
%37.31
%4.48
%47.45

Codes

Color #865480 in popluar color models

865480
RGB13484128
HSL307°22.94%42.75%
HSB/HSV307°37.31%52.55%
CMYK0.00%37.31%4.48%
47.45%

Color #865480 in popluar number systems.

HEX865480
Decimal13484128
Binary10000110101010010000000
Octal206124200

Shades and tints

Shades of #865480

#865480
(134,84,128)
#7A4D75
(122,77,117)
#6E466A
(110,70,106)
#623F5F
(98,63,95)
#563854
(86,56,84)
#4A3149
(74,49,73)
#3E2A3E
(62,42,62)
#322333
(50,35,51)
#261C28
(38,28,40)
#1A151D
(26,21,29)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #865480

#865480
(134,84,128)
#91638B
(145,99,139)
#9C7296
(156,114,150)
#A781A1
(167,129,161)
#B290AC
(178,144,172)
#BD9FB7
(189,159,183)
#C8AEC2
(200,174,194)
#D3BDCD
(211,189,205)
#DECCD8
(222,204,216)
#E9DBE3
(233,219,227)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865480 color. Also use rgb(134,84,128) instead hex code.

Text Font Color

.myTextColor { color: #865480; }

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

This text font color is #865480.


Background Color

.myBgColor { background-color: #865480; }

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

This div background color is #865480.


Border color

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

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

This div border color is #865480.


Opacity

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

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

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

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

This text has shadow with #865480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865480 on black background.


Color preview on white background

This text has color #865480 on white background.



Black color preview on #865480 background

This text has black color on #865480 background.


White color preview on #865480 background

This text has white color on #865480 background.