COLOR #863572

HEX: #863572
RGB: (134,53,114)

Color info

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

RGB color model

#863572 color RGB value is (134,53,114).

  • red value is 134;
  • green value is 53;
  • blue value is 114.
RGB:
(134,53,114)
(53%,21%,45%)

RGB channels and saturation

R 134 of 255 = 53%
G 53 of 255 = 21%
B 114 of 255 = 45%

134
53
114

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

Portions of RGB colors in percentages

R + G + B =
134 + 53 + 114 = 301 (100%)
R 134 of 301 ~ 44.52%
G 53 of 301 ~ 17.61%
B 114 of 301 ~ 37.87%

%44.52
%17.61
%37.87

CMYK color model

#863572 color CMYK value is (0,60,15,47).

  • cyan value is 0.00%
  • magenta value is 60.45%
  • yellow value is 14.93%
  • key color value is 47.45%
CMYK:
(0,60,15,47)
C0M60Y15K47 
(0%,60%,15%,47%)
(0.00/0.60/0.15/0.47)	

CMYK percentages

%0
%60.45
%14.93
%47.45

Codes

Color #863572 in popluar color models

863572
RGB13453114
HSL315°43.32%36.67%
HSB/HSV315°60.45%52.55%
CMYK0.00%60.45%14.93%
47.45%

Color #863572 in popluar number systems.

HEX863572
Decimal13453114
Binary100001101101011110010
Octal20665162

Shades and tints

Shades of #863572

#863572
(134,53,114)
#7A3168
(122,49,104)
#6E2D5E
(110,45,94)
#622954
(98,41,84)
#56254A
(86,37,74)
#4A2140
(74,33,64)
#3E1D36
(62,29,54)
#32192C
(50,25,44)
#261522
(38,21,34)
#1A1118
(26,17,24)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #863572

#863572
(134,53,114)
#91477E
(145,71,126)
#9C598A
(156,89,138)
#A76B96
(167,107,150)
#B27DA2
(178,125,162)
#BD8FAE
(189,143,174)
#C8A1BA
(200,161,186)
#D3B3C6
(211,179,198)
#DEC5D2
(222,197,210)
#E9D7DE
(233,215,222)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863572 color. Also use rgb(134,53,114) instead hex code.

Text Font Color

.myTextColor { color: #863572; }

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

This text font color is #863572.


Background Color

.myBgColor { background-color: #863572; }

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

This div background color is #863572.


Border color

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

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

This div border color is #863572.


Opacity

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

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

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

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

This text has shadow with #863572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863572 on black background.


Color preview on white background

This text has color #863572 on white background.



Black color preview on #863572 background

This text has black color on #863572 background.


White color preview on #863572 background

This text has white color on #863572 background.