COLOR #865570

HEX: #865570
RGB: (134,85,112)

Color info

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

RGB color model

#865570 color RGB value is (134,85,112).

  • red value is 134;
  • green value is 85;
  • blue value is 112.
RGB:
(134,85,112)
(53%,33%,44%)

RGB channels and saturation

R 134 of 255 = 53%
G 85 of 255 = 33%
B 112 of 255 = 44%

134
85
112

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

Portions of RGB colors in percentages

R + G + B =
134 + 85 + 112 = 331 (100%)
R 134 of 331 ~ 40.48%
G 85 of 331 ~ 25.68%
B 112 of 331 ~ 33.84%

%40.48
%25.68
%33.84

CMYK color model

#865570 color CMYK value is (0,37,16,47).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 16.42%
  • key color value is 47.45%
CMYK:
(0,37,16,47)
C0M37Y16K47 
(0%,37%,16%,47%)
(0.00/0.37/0.16/0.47)	

CMYK percentages

%0
%36.57
%16.42
%47.45

Codes

Color #865570 in popluar color models

865570
RGB13485112
HSL327°22.37%42.94%
HSB/HSV327°36.57%52.55%
CMYK0.00%36.57%16.42%
47.45%

Color #865570 in popluar number systems.

HEX865570
Decimal13485112
Binary1000011010101011110000
Octal206125160

Shades and tints

Shades of #865570

#865570
(134,85,112)
#7A4E66
(122,78,102)
#6E475C
(110,71,92)
#624052
(98,64,82)
#563948
(86,57,72)
#4A323E
(74,50,62)
#3E2B34
(62,43,52)
#32242A
(50,36,42)
#261D20
(38,29,32)
#1A1616
(26,22,22)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #865570

#865570
(134,85,112)
#91647D
(145,100,125)
#9C738A
(156,115,138)
#A78297
(167,130,151)
#B291A4
(178,145,164)
#BDA0B1
(189,160,177)
#C8AFBE
(200,175,190)
#D3BECB
(211,190,203)
#DECDD8
(222,205,216)
#E9DCE5
(233,220,229)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865570 color. Also use rgb(134,85,112) instead hex code.

Text Font Color

.myTextColor { color: #865570; }

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

This text font color is #865570.


Background Color

.myBgColor { background-color: #865570; }

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

This div background color is #865570.


Border color

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

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

This div border color is #865570.


Opacity

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

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

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

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

This text has shadow with #865570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865570 on black background.


Color preview on white background

This text has color #865570 on white background.



Black color preview on #865570 background

This text has black color on #865570 background.


White color preview on #865570 background

This text has white color on #865570 background.