COLOR #863F67

HEX: #863F67
RGB: (134,63,103)

Color info

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

RGB color model

#863F67 color RGB value is (134,63,103).

  • red value is 134;
  • green value is 63;
  • blue value is 103.
RGB:
(134,63,103)
(53%,25%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 63 of 255 = 25%
B 103 of 255 = 40%

134
63
103

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

Portions of RGB colors in percentages

R + G + B =
134 + 63 + 103 = 300 (100%)
R 134 of 300 ~ 44.67%
G 63 of 300 ~ 21%
B 103 of 300 ~ 34.33%

%44.67
%21
%34.33

CMYK color model

#863F67 color CMYK value is (0,53,23,47).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 23.13%
  • key color value is 47.45%
CMYK:
(0,53,23,47)
C0M53Y23K47 
(0%,53%,23%,47%)
(0.00/0.53/0.23/0.47)	

CMYK percentages

%0
%52.99
%23.13
%47.45

Codes

Color #863F67 in popluar color models

863F67
RGB13463103
HSL326°36.04%38.63%
HSB/HSV326°52.99%52.55%
CMYK0.00%52.99%23.13%
47.45%

Color #863F67 in popluar number systems.

HEX863F67
Decimal13463103
Binary100001101111111100111
Octal20677147

Shades and tints

Shades of #863F67

#863F67
(134,63,103)
#7A3A5E
(122,58,94)
#6E3555
(110,53,85)
#62304C
(98,48,76)
#562B43
(86,43,67)
#4A263A
(74,38,58)
#3E2131
(62,33,49)
#321C28
(50,28,40)
#26171F
(38,23,31)
#1A1216
(26,18,22)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #863F67

#863F67
(134,63,103)
#915074
(145,80,116)
#9C6181
(156,97,129)
#A7728E
(167,114,142)
#B2839B
(178,131,155)
#BD94A8
(189,148,168)
#C8A5B5
(200,165,181)
#D3B6C2
(211,182,194)
#DEC7CF
(222,199,207)
#E9D8DC
(233,216,220)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863F67 color. Also use rgb(134,63,103) instead hex code.

Text Font Color

.myTextColor { color: #863F67; }

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

This text font color is #863F67.


Background Color

.myBgColor { background-color: #863F67; }

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

This div background color is #863F67.


Border color

.myBorderColor { border: 1px solid #863F67; }

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

This div border color is #863F67.


Opacity

.myOpacity80 { color: #863F67; opacity: 0.8; }

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

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

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

This text has shadow with #863F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863F67 on black background.


Color preview on white background

This text has color #863F67 on white background.



Black color preview on #863F67 background

This text has black color on #863F67 background.


White color preview on #863F67 background

This text has white color on #863F67 background.