COLOR #864D72

HEX: #864D72
RGB: (134,77,114)

Color info

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

RGB color model

#864D72 color RGB value is (134,77,114).

  • red value is 134;
  • green value is 77;
  • blue value is 114.
RGB:
(134,77,114)
(53%,30%,45%)

RGB channels and saturation

R 134 of 255 = 53%
G 77 of 255 = 30%
B 114 of 255 = 45%

134
77
114

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

Portions of RGB colors in percentages

R + G + B =
134 + 77 + 114 = 325 (100%)
R 134 of 325 ~ 41.23%
G 77 of 325 ~ 23.69%
B 114 of 325 ~ 35.08%

%41.23
%23.69
%35.08

CMYK color model

#864D72 color CMYK value is (0,43,15,47).

  • cyan value is 0.00%
  • magenta value is 42.54%
  • yellow value is 14.93%
  • key color value is 47.45%
CMYK:
(0,43,15,47)
C0M43Y15K47 
(0%,43%,15%,47%)
(0.00/0.43/0.15/0.47)	

CMYK percentages

%0
%42.54
%14.93
%47.45

Codes

Color #864D72 in popluar color models

864D72
RGB13477114
HSL321°27.01%41.37%
HSB/HSV321°42.54%52.55%
CMYK0.00%42.54%14.93%
47.45%

Color #864D72 in popluar number systems.

HEX864D72
Decimal13477114
Binary1000011010011011110010
Octal206115162

Shades and tints

Shades of #864D72

#864D72
(134,77,114)
#7A4668
(122,70,104)
#6E3F5E
(110,63,94)
#623854
(98,56,84)
#56314A
(86,49,74)
#4A2A40
(74,42,64)
#3E2336
(62,35,54)
#321C2C
(50,28,44)
#261522
(38,21,34)
#1A0E18
(26,14,24)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #864D72

#864D72
(134,77,114)
#915D7E
(145,93,126)
#9C6D8A
(156,109,138)
#A77D96
(167,125,150)
#B28DA2
(178,141,162)
#BD9DAE
(189,157,174)
#C8ADBA
(200,173,186)
#D3BDC6
(211,189,198)
#DECDD2
(222,205,210)
#E9DDDE
(233,221,222)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864D72; }

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

This text font color is #864D72.


Background Color

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

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

This div background color is #864D72.


Border color

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

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

This div border color is #864D72.


Opacity

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

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

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

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

This text has shadow with #864D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864D72 on black background.


Color preview on white background

This text has color #864D72 on white background.



Black color preview on #864D72 background

This text has black color on #864D72 background.


White color preview on #864D72 background

This text has white color on #864D72 background.