COLOR #863F6E

HEX: #863F6E RGB: (134,63,110)

Color info

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

RGB color model

#863F6E color RGB value is (134,63,110).

RGB: (134,63,110) (53%, 25%, 43%)

RGB channels and saturation

R 134 of 255 = 53%
G 63 of 255 = 25%
B 110 of 255 = 43%

134
63
110

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

Portions of RGB colors in percentages

R + G + B = 134 + 63 + 110 = 307 (100%)
R 134 of 307 ~ 43.65%
G 63 of 307 ~ 20.52%
B 110 of 307 ~ 35.83'%

%43.65
%20.52
%35.83

CMYK color model

#863F6E color CMYK value is (0,53,18,47).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 17.91%
  • key color value is 47.45%

CMYK: (0,53,18,47)
C0M53Y18K47 (0%, 53%, 18%, 47%)
(0.00 / 0.53 / 0.18 / 0.47)

CMYK percentages

%0
%52.99
%17.91
%47.45

Codes

Color #863F6E in popluar color models

86 3F 6E
RGB 134 63 110
HSL 320° 36.04% 38.63%
HSB/HSV 320° 52.99% 52.55%
CMYK 0.00% 52.99% 17.91%
47.45%

Color #863F6E in popluar number systems.

HEX 86 3F 6E
Decimal 134 63 110
Binary 10000110 111111 1101110
Octal 206 77 156

Shades and tints

Shades of #863F6E

#863F6E
(134,63,110)
#7A3A64
(122,58,100)
#6E355A
(110,53,90)
#623050
(98,48,80)
#562B46
(86,43,70)
#4A263C
(74,38,60)
#3E2132
(62,33,50)
#321C28
(50,28,40)
#26171E
(38,23,30)
#1A1214
(26,18,20)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #863F6E

#863F6E
(134,63,110)
#91507B
(145,80,123)
#9C6188
(156,97,136)
#A77295
(167,114,149)
#B283A2
(178,131,162)
#BD94AF
(189,148,175)
#C8A5BC
(200,165,188)
#D3B6C9
(211,182,201)
#DEC7D6
(222,199,214)
#E9D8E3
(233,216,227)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863F6E; }

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

This text font color is #863F6E.

Background Color

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

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

This div background color is #863F6E.

Border color

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

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

This div border color is #863F6E.

Opacity

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

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

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

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

This text has shadow with #863F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #863F6E.

Preview

Color preview on black background

This text has color #863F6E on black background.


Color preview on white background

This text has color #863F6E on white background.


Black color preview on #863F6E background

This text has black color on #863F6E background.


White color preview on #863F6E background

This text has white color on #863F6E background.


Related colors

Complementary color

Complementary color for #hex is #79C091.


I love getcolorcode.com

Triadic colors

1 #6E863F and #3F6E86 with #863F6E are triadic colors.

2 #6E3F86 and #3F866E with #863F6E are triadic colors.