COLOR #864E6B

HEX: #864E6B
RGB: (134,78,107)

Color info

#864E6B contains red, green and blue colors in about the same proportion. Web safe color of #864E6B is #996666 (or #966).

RGB color model

#864E6B color RGB value is (134,78,107).

  • red value is 134;
  • green value is 78;
  • blue value is 107.
RGB:
(134,78,107)
(53%,31%,42%)

RGB channels and saturation

R 134 of 255 = 53%
G 78 of 255 = 31%
B 107 of 255 = 42%

134
78
107

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

Portions of RGB colors in percentages

R + G + B =
134 + 78 + 107 = 319 (100%)
R 134 of 319 ~ 42.01%
G 78 of 319 ~ 24.45%
B 107 of 319 ~ 33.54%

%42.01
%24.45
%33.54

CMYK color model

#864E6B color CMYK value is (0,42,20,47).

  • cyan value is 0.00%
  • magenta value is 41.79%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(0,42,20,47)
C0M42Y20K47 
(0%,42%,20%,47%)
(0.00/0.42/0.20/0.47)	

CMYK percentages

%0
%41.79
%20.15
%47.45

Codes

Color #864E6B in popluar color models

864E6B
RGB13478107
HSL329°26.42%41.57%
HSB/HSV329°41.79%52.55%
CMYK0.00%41.79%20.15%
47.45%

Color #864E6B in popluar number systems.

HEX864E6B
Decimal13478107
Binary1000011010011101101011
Octal206116153

Shades and tints

Shades of #864E6B

#864E6B
(134,78,107)
#7A4762
(122,71,98)
#6E4059
(110,64,89)
#623950
(98,57,80)
#563247
(86,50,71)
#4A2B3E
(74,43,62)
#3E2435
(62,36,53)
#321D2C
(50,29,44)
#261623
(38,22,35)
#1A0F1A
(26,15,26)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #864E6B

#864E6B
(134,78,107)
#915E78
(145,94,120)
#9C6E85
(156,110,133)
#A77E92
(167,126,146)
#B28E9F
(178,142,159)
#BD9EAC
(189,158,172)
#C8AEB9
(200,174,185)
#D3BEC6
(211,190,198)
#DECED3
(222,206,211)
#E9DEE0
(233,222,224)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864E6B color. Also use rgb(134,78,107) instead hex code.

Text Font Color

.myTextColor { color: #864E6B; }

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

This text font color is #864E6B.


Background Color

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

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

This div background color is #864E6B.


Border color

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

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

This div border color is #864E6B.


Opacity

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

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

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

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

This text has shadow with #864E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864E6B on black background.


Color preview on white background

This text has color #864E6B on white background.



Black color preview on #864E6B background

This text has black color on #864E6B background.


White color preview on #864E6B background

This text has white color on #864E6B background.