COLOR #864D6E

HEX: #864D6E RGB: (134,77,110)

Color info

#864D6E contains red, green and blue colors in about the same proportion. Web safe color of #864D6E is #993366 (or #936).

RGB color model

#864D6E color RGB value is (134,77,110).

RGB: (134,77,110) (53%, 30%, 43%)

RGB channels and saturation

R 134 of 255 = 53%
G 77 of 255 = 30%
B 110 of 255 = 43%

134
77
110

R + G + B ~ 42%. #864D6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 77 + 110 = 321 (100%)
R 134 of 321 ~ 41.74%
G 77 of 321 ~ 23.99%
B 110 of 321 ~ 34.27'%

%41.74
%23.99
%34.27

CMYK color model

#864D6E color CMYK value is (0,43,18,47).

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

CMYK: (0,43,18,47)
C0M43Y18K47 (0%, 43%, 18%, 47%)
(0.00 / 0.43 / 0.18 / 0.47)

CMYK percentages

%0
%42.54
%17.91
%47.45

Codes

Color #864D6E in popluar color models

86 4D 6E
RGB 134 77 110
HSL 325° 27.01% 41.37%
HSB/HSV 325° 42.54% 52.55%
CMYK 0.00% 42.54% 17.91%
47.45%

Color #864D6E in popluar number systems.

HEX 86 4D 6E
Decimal 134 77 110
Binary 10000110 1001101 1101110
Octal 206 115 156

Shades and tints

Shades of #864D6E

#864D6E
(134,77,110)
#7A4664
(122,70,100)
#6E3F5A
(110,63,90)
#623850
(98,56,80)
#563146
(86,49,70)
#4A2A3C
(74,42,60)
#3E2332
(62,35,50)
#321C28
(50,28,40)
#26151E
(38,21,30)
#1A0E14
(26,14,20)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #864D6E

#864D6E
(134,77,110)
#915D7B
(145,93,123)
#9C6D88
(156,109,136)
#A77D95
(167,125,149)
#B28DA2
(178,141,162)
#BD9DAF
(189,157,175)
#C8ADBC
(200,173,188)
#D3BDC9
(211,189,201)
#DECDD6
(222,205,214)
#E9DDE3
(233,221,227)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864D6E color. Also use rgb(134,77,110) instead hex code.

Text Font Color

.myTextColor { color: #864D6E; }

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

This text font color is #864D6E.

Background Color

.myBgColor { background-color: #864D6E; }

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

This div background color is #864D6E.

Border color

.myBorderColor { border: 1px solid #864D6E; }

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

This div border color is #864D6E.

Opacity

.myOpacity80 { color: #864D6E; opacity: 0.8; }

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

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

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

This text has shadow with #864D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #864D6E.

Preview

Color preview on black background

This text has color #864D6E on black background.


Color preview on white background

This text has color #864D6E on white background.


Black color preview on #864D6E background

This text has black color on #864D6E background.


White color preview on #864D6E background

This text has white color on #864D6E background.


Related colors

Complementary color

Complementary color for #hex is #79B291.


I love getcolorcode.com

Triadic colors

1 #6E864D and #4D6E86 with #864D6E are triadic colors.

2 #6E4D86 and #4D866E with #864D6E are triadic colors.