COLOR #864F6B

HEX: #864F6B
RGB: (134,79,107)

Color info

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

RGB color model

#864F6B color RGB value is (134,79,107).

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

RGB channels and saturation

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

134
79
107

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

Portions of RGB colors in percentages

R + G + B =
134 + 79 + 107 = 320 (100%)
R 134 of 320 ~ 41.88%
G 79 of 320 ~ 24.69%
B 107 of 320 ~ 33.44%

%41.88
%24.69
%33.44

CMYK color model

#864F6B color CMYK value is (0,41,20,47).

  • cyan value is 0.00%
  • magenta value is 41.04%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(0,41,20,47)
C0M41Y20K47 
(0%,41%,20%,47%)
(0.00/0.41/0.20/0.47)	

CMYK percentages

%0
%41.04
%20.15
%47.45

Codes

Color #864F6B in popluar color models

864F6B
RGB13479107
HSL329°25.82%41.76%
HSB/HSV329°41.04%52.55%
CMYK0.00%41.04%20.15%
47.45%

Color #864F6B in popluar number systems.

HEX864F6B
Decimal13479107
Binary1000011010011111101011
Octal206117153

Shades and tints

Shades of #864F6B

#864F6B
(134,79,107)
#7A4862
(122,72,98)
#6E4159
(110,65,89)
#623A50
(98,58,80)
#563347
(86,51,71)
#4A2C3E
(74,44,62)
#3E2535
(62,37,53)
#321E2C
(50,30,44)
#261723
(38,23,35)
#1A101A
(26,16,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #864F6B

#864F6B
(134,79,107)
#915F78
(145,95,120)
#9C6F85
(156,111,133)
#A77F92
(167,127,146)
#B28F9F
(178,143,159)
#BD9FAC
(189,159,172)
#C8AFB9
(200,175,185)
#D3BFC6
(211,191,198)
#DECFD3
(222,207,211)
#E9DFE0
(233,223,224)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864F6B; }

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

This text font color is #864F6B.


Background Color

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

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

This div background color is #864F6B.


Border color

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

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

This div border color is #864F6B.


Opacity

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

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

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

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

This text has shadow with #864F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864F6B on black background.


Color preview on white background

This text has color #864F6B on white background.



Black color preview on #864F6B background

This text has black color on #864F6B background.


White color preview on #864F6B background

This text has white color on #864F6B background.