COLOR #865C80

HEX: #865C80 RGB: (134,92,128)

Color info

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

RGB color model

#865C80 color RGB value is (134,92,128).

RGB: (134,92,128) (53%, 36%, 50%)

RGB channels and saturation

R 134 of 255 = 53%
G 92 of 255 = 36%
B 128 of 255 = 50%

134
92
128

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

Portions of RGB colors in percentages

R + G + B = 134 + 92 + 128 = 354 (100%)
R 134 of 354 ~ 37.85%
G 92 of 354 ~ 25.99%
B 128 of 354 ~ 36.16'%

%37.85
%25.99
%36.16

CMYK color model

#865C80 color CMYK value is (0,31,4,47).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 4.48%
  • key color value is 47.45%

CMYK: (0,31,4,47)
C0M31Y4K47 (0%, 31%, 4%, 47%)
(0.00 / 0.31 / 0.04 / 0.47)

CMYK percentages

%0
%31.34
%4.48
%47.45

Codes

Color #865C80 in popluar color models

86 5C 80
RGB 134 92 128
HSL 309° 18.58% 44.31%
HSB/HSV 309° 31.34% 52.55%
CMYK 0.00% 31.34% 4.48%
47.45%

Color #865C80 in popluar number systems.

HEX 86 5C 80
Decimal 134 92 128
Binary 10000110 1011100 10000000
Octal 206 134 200

Shades and tints

Shades of #865C80

#865C80
(134,92,128)
#7A5475
(122,84,117)
#6E4C6A
(110,76,106)
#62445F
(98,68,95)
#563C54
(86,60,84)
#4A3449
(74,52,73)
#3E2C3E
(62,44,62)
#322433
(50,36,51)
#261C28
(38,28,40)
#1A141D
(26,20,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #865C80

#865C80
(134,92,128)
#916A8B
(145,106,139)
#9C7896
(156,120,150)
#A786A1
(167,134,161)
#B294AC
(178,148,172)
#BDA2B7
(189,162,183)
#C8B0C2
(200,176,194)
#D3BECD
(211,190,205)
#DECCD8
(222,204,216)
#E9DAE3
(233,218,227)
#F4E8EE
(244,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865C80; }

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

This text font color is #865C80.

Background Color

.myBgColor { background-color: #865C80; }

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

This div background color is #865C80.

Border color

.myBorderColor { border: 1px solid #865C80; }

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

This div border color is #865C80.

Opacity

.myOpacity80 { color: #865C80; opacity: 0.8; }

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

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

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

This text has shadow with #865C80 color.


.textShadow {text-shadow: 3px 3px 1px #865C80', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #865C80; -webkit-box-shadow: 1px 1px 3px 2px #865C80; box-shadow:1px 1px 3px 2px #865C80;">
Div content here
</div>

This div box has shadow with color #865C80.

Preview

Color preview on black background

This text has color #865C80 on black background.


Color preview on white background

This text has color #865C80 on white background.


Black color preview on #865C80 background

This text has black color on #865C80 background.


White color preview on #865C80 background

This text has white color on #865C80 background.


Related colors

Complementary color

Complementary color for #hex is #79A37F.


I love getcolorcode.com

Triadic colors

1 #80865C and #5C8086 with #865C80 are triadic colors.

2 #805C86 and #5C8680 with #865C80 are triadic colors.