COLOR #863E66

HEX: #863E66 RGB: (134,62,102)

Color info

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

RGB color model

#863E66 color RGB value is (134,62,102).

RGB: (134,62,102) (53%, 24%, 40%)

RGB channels and saturation

R 134 of 255 = 53%
G 62 of 255 = 24%
B 102 of 255 = 40%

134
62
102

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

Portions of RGB colors in percentages

R + G + B = 134 + 62 + 102 = 298 (100%)
R 134 of 298 ~ 44.97%
G 62 of 298 ~ 20.81%
B 102 of 298 ~ 34.23'%

%44.97
%20.81
%34.23

CMYK color model

#863E66 color CMYK value is (0,54,24,47).

  • cyan value is 0.00%
  • magenta value is 53.73%
  • yellow value is 23.88%
  • key color value is 47.45%

CMYK: (0,54,24,47)
C0M54Y24K47 (0%, 54%, 24%, 47%)
(0.00 / 0.54 / 0.24 / 0.47)

CMYK percentages

%0
%53.73
%23.88
%47.45

Codes

Color #863E66 in popluar color models

86 3E 66
RGB 134 62 102
HSL 327° 36.73% 38.43%
HSB/HSV 327° 53.73% 52.55%
CMYK 0.00% 53.73% 23.88%
47.45%

Color #863E66 in popluar number systems.

HEX 86 3E 66
Decimal 134 62 102
Binary 10000110 111110 1100110
Octal 206 76 146

Shades and tints

Shades of #863E66

#863E66
(134,62,102)
#7A395D
(122,57,93)
#6E3454
(110,52,84)
#622F4B
(98,47,75)
#562A42
(86,42,66)
#4A2539
(74,37,57)
#3E2030
(62,32,48)
#321B27
(50,27,39)
#26161E
(38,22,30)
#1A1115
(26,17,21)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #863E66

#863E66
(134,62,102)
#914F73
(145,79,115)
#9C6080
(156,96,128)
#A7718D
(167,113,141)
#B2829A
(178,130,154)
#BD93A7
(189,147,167)
#C8A4B4
(200,164,180)
#D3B5C1
(211,181,193)
#DEC6CE
(222,198,206)
#E9D7DB
(233,215,219)
#F4E8E8
(244,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863E66 color. Also use rgb(134,62,102) instead hex code.

Text Font Color

.myTextColor { color: #863E66; }

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

This text font color is #863E66.

Background Color

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

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

This div background color is #863E66.

Border color

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

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

This div border color is #863E66.

Opacity

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

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

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

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

This text has shadow with #863E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #863E66.

Preview

Color preview on black background

This text has color #863E66 on black background.


Color preview on white background

This text has color #863E66 on white background.


Black color preview on #863E66 background

This text has black color on #863E66 background.


White color preview on #863E66 background

This text has white color on #863E66 background.


Related colors

Complementary color

Complementary color for #hex is #79C199.


I love getcolorcode.com

Triadic colors

1 #66863E and #3E6686 with #863E66 are triadic colors.

2 #663E86 and #3E8666 with #863E66 are triadic colors.