COLOR #863176

HEX: #863176
RGB: (134,49,118)

Color info

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

RGB color model

#863176 color RGB value is (134,49,118).

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

RGB channels and saturation

R 134 of 255 = 53%
G 49 of 255 = 19%
B 118 of 255 = 46%

134
49
118

R + G + B ~ 39%. #863176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 49 + 118 = 301 (100%)
R 134 of 301 ~ 44.52%
G 49 of 301 ~ 16.28%
B 118 of 301 ~ 39.2%

%44.52
%16.28
%39.2

CMYK color model

#863176 color CMYK value is (0,63,12,47).

  • cyan value is 0.00%
  • magenta value is 63.43%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(0,63,12,47)
C0M63Y12K47 
(0%,63%,12%,47%)
(0.00/0.63/0.12/0.47)	

CMYK percentages

%0
%63.43
%11.94
%47.45

Codes

Color #863176 in popluar color models

863176
RGB13449118
HSL311°46.45%35.88%
HSB/HSV311°63.43%52.55%
CMYK0.00%63.43%11.94%
47.45%

Color #863176 in popluar number systems.

HEX863176
Decimal13449118
Binary100001101100011110110
Octal20661166

Shades and tints

Shades of #863176

#863176
(134,49,118)
#7A2D6C
(122,45,108)
#6E2962
(110,41,98)
#622558
(98,37,88)
#56214E
(86,33,78)
#4A1D44
(74,29,68)
#3E193A
(62,25,58)
#321530
(50,21,48)
#261126
(38,17,38)
#1A0D1C
(26,13,28)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #863176

#863176
(134,49,118)
#914382
(145,67,130)
#9C558E
(156,85,142)
#A7679A
(167,103,154)
#B279A6
(178,121,166)
#BD8BB2
(189,139,178)
#C89DBE
(200,157,190)
#D3AFCA
(211,175,202)
#DEC1D6
(222,193,214)
#E9D3E2
(233,211,226)
#F4E5EE
(244,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863176; }

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

This text font color is #863176.


Background Color

.myBgColor { background-color: #863176; }

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

This div background color is #863176.


Border color

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

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

This div border color is #863176.


Opacity

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

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

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

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

This text has shadow with #863176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863176 on black background.


Color preview on white background

This text has color #863176 on white background.



Black color preview on #863176 background

This text has black color on #863176 background.


White color preview on #863176 background

This text has white color on #863176 background.