COLOR #863576

HEX: #863576
RGB: (134,53,118)

Color info

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

RGB color model

#863576 color RGB value is (134,53,118).

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

RGB channels and saturation

R 134 of 255 = 53%
G 53 of 255 = 21%
B 118 of 255 = 46%

134
53
118

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

Portions of RGB colors in percentages

R + G + B =
134 + 53 + 118 = 305 (100%)
R 134 of 305 ~ 43.93%
G 53 of 305 ~ 17.38%
B 118 of 305 ~ 38.69%

%43.93
%17.38
%38.69

CMYK color model

#863576 color CMYK value is (0,60,12,47).

  • cyan value is 0.00%
  • magenta value is 60.45%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(0,60,12,47)
C0M60Y12K47 
(0%,60%,12%,47%)
(0.00/0.60/0.12/0.47)	

CMYK percentages

%0
%60.45
%11.94
%47.45

Codes

Color #863576 in popluar color models

863576
RGB13453118
HSL312°43.32%36.67%
HSB/HSV312°60.45%52.55%
CMYK0.00%60.45%11.94%
47.45%

Color #863576 in popluar number systems.

HEX863576
Decimal13453118
Binary100001101101011110110
Octal20665166

Shades and tints

Shades of #863576

#863576
(134,53,118)
#7A316C
(122,49,108)
#6E2D62
(110,45,98)
#622958
(98,41,88)
#56254E
(86,37,78)
#4A2144
(74,33,68)
#3E1D3A
(62,29,58)
#321930
(50,25,48)
#261526
(38,21,38)
#1A111C
(26,17,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #863576

#863576
(134,53,118)
#914782
(145,71,130)
#9C598E
(156,89,142)
#A76B9A
(167,107,154)
#B27DA6
(178,125,166)
#BD8FB2
(189,143,178)
#C8A1BE
(200,161,190)
#D3B3CA
(211,179,202)
#DEC5D6
(222,197,214)
#E9D7E2
(233,215,226)
#F4E9EE
(244,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863576; }

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

This text font color is #863576.


Background Color

.myBgColor { background-color: #863576; }

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

This div background color is #863576.


Border color

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

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

This div border color is #863576.


Opacity

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

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

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

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

This text has shadow with #863576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863576 on black background.


Color preview on white background

This text has color #863576 on white background.



Black color preview on #863576 background

This text has black color on #863576 background.


White color preview on #863576 background

This text has white color on #863576 background.