COLOR #864D68

HEX: #864D68
RGB: (134,77,104)

Color info

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

RGB color model

#864D68 color RGB value is (134,77,104).

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

RGB channels and saturation

R 134 of 255 = 53%
G 77 of 255 = 30%
B 104 of 255 = 41%

134
77
104

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

Portions of RGB colors in percentages

R + G + B =
134 + 77 + 104 = 315 (100%)
R 134 of 315 ~ 42.54%
G 77 of 315 ~ 24.44%
B 104 of 315 ~ 33.02%

%42.54
%24.44
%33.02

CMYK color model

#864D68 color CMYK value is (0,43,22,47).

  • cyan value is 0.00%
  • magenta value is 42.54%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(0,43,22,47)
C0M43Y22K47 
(0%,43%,22%,47%)
(0.00/0.43/0.22/0.47)	

CMYK percentages

%0
%42.54
%22.39
%47.45

Codes

Color #864D68 in popluar color models

864D68
RGB13477104
HSL332°27.01%41.37%
HSB/HSV332°42.54%52.55%
CMYK0.00%42.54%22.39%
47.45%

Color #864D68 in popluar number systems.

HEX864D68
Decimal13477104
Binary1000011010011011101000
Octal206115150

Shades and tints

Shades of #864D68

#864D68
(134,77,104)
#7A465F
(122,70,95)
#6E3F56
(110,63,86)
#62384D
(98,56,77)
#563144
(86,49,68)
#4A2A3B
(74,42,59)
#3E2332
(62,35,50)
#321C29
(50,28,41)
#261520
(38,21,32)
#1A0E17
(26,14,23)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #864D68

#864D68
(134,77,104)
#915D75
(145,93,117)
#9C6D82
(156,109,130)
#A77D8F
(167,125,143)
#B28D9C
(178,141,156)
#BD9DA9
(189,157,169)
#C8ADB6
(200,173,182)
#D3BDC3
(211,189,195)
#DECDD0
(222,205,208)
#E9DDDD
(233,221,221)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864D68; }

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

This text font color is #864D68.


Background Color

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

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

This div background color is #864D68.


Border color

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

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

This div border color is #864D68.


Opacity

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

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

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

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

This text has shadow with #864D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864D68 on black background.


Color preview on white background

This text has color #864D68 on white background.



Black color preview on #864D68 background

This text has black color on #864D68 background.


White color preview on #864D68 background

This text has white color on #864D68 background.