COLOR #863463

HEX: #863463
RGB: (134,52,99)

Color info

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

RGB color model

#863463 color RGB value is (134,52,99).

  • red value is 134;
  • green value is 52;
  • blue value is 99.
RGB:
(134,52,99)
(53%,20%,39%)

RGB channels and saturation

R 134 of 255 = 53%
G 52 of 255 = 20%
B 99 of 255 = 39%

134
52
99

R + G + B ~ 37%. #863463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 52 + 99 = 285 (100%)
R 134 of 285 ~ 47.02%
G 52 of 285 ~ 18.25%
B 99 of 285 ~ 34.74%

%47.02
%18.25
%34.74

CMYK color model

#863463 color CMYK value is (0,61,26,47).

  • cyan value is 0.00%
  • magenta value is 61.19%
  • yellow value is 26.12%
  • key color value is 47.45%
CMYK:
(0,61,26,47)
C0M61Y26K47 
(0%,61%,26%,47%)
(0.00/0.61/0.26/0.47)	

CMYK percentages

%0
%61.19
%26.12
%47.45

Codes

Color #863463 in popluar color models

863463
RGB1345299
HSL326°44.09%36.47%
HSB/HSV326°61.19%52.55%
CMYK0.00%61.19%26.12%
47.45%

Color #863463 in popluar number systems.

HEX863463
Decimal1345299
Binary100001101101001100011
Octal20664143

Shades and tints

Shades of #863463

#863463
(134,52,99)
#7A305A
(122,48,90)
#6E2C51
(110,44,81)
#622848
(98,40,72)
#56243F
(86,36,63)
#4A2036
(74,32,54)
#3E1C2D
(62,28,45)
#321824
(50,24,36)
#26141B
(38,20,27)
#1A1012
(26,16,18)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #863463

#863463
(134,52,99)
#914671
(145,70,113)
#9C587F
(156,88,127)
#A76A8D
(167,106,141)
#B27C9B
(178,124,155)
#BD8EA9
(189,142,169)
#C8A0B7
(200,160,183)
#D3B2C5
(211,178,197)
#DEC4D3
(222,196,211)
#E9D6E1
(233,214,225)
#F4E8EF
(244,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863463 color. Also use rgb(134,52,99) instead hex code.

Text Font Color

.myTextColor { color: #863463; }

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

This text font color is #863463.


Background Color

.myBgColor { background-color: #863463; }

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

This div background color is #863463.


Border color

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

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

This div border color is #863463.


Opacity

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

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

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

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

This text has shadow with #863463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863463 on black background.


Color preview on white background

This text has color #863463 on white background.



Black color preview on #863463 background

This text has black color on #863463 background.


White color preview on #863463 background

This text has white color on #863463 background.