COLOR #864F63

HEX: #864F63
RGB: (134,79,99)

Color info

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

RGB color model

#864F63 color RGB value is (134,79,99).

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

RGB channels and saturation

R 134 of 255 = 53%
G 79 of 255 = 31%
B 99 of 255 = 39%

134
79
99

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

Portions of RGB colors in percentages

R + G + B =
134 + 79 + 99 = 312 (100%)
R 134 of 312 ~ 42.95%
G 79 of 312 ~ 25.32%
B 99 of 312 ~ 31.73%

%42.95
%25.32
%31.73

CMYK color model

#864F63 color CMYK value is (0,41,26,47).

  • cyan value is 0.00%
  • magenta value is 41.04%
  • yellow value is 26.12%
  • key color value is 47.45%
CMYK:
(0,41,26,47)
C0M41Y26K47 
(0%,41%,26%,47%)
(0.00/0.41/0.26/0.47)	

CMYK percentages

%0
%41.04
%26.12
%47.45

Codes

Color #864F63 in popluar color models

864F63
RGB1347999
HSL338°25.82%41.76%
HSB/HSV338°41.04%52.55%
CMYK0.00%41.04%26.12%
47.45%

Color #864F63 in popluar number systems.

HEX864F63
Decimal1347999
Binary1000011010011111100011
Octal206117143

Shades and tints

Shades of #864F63

#864F63
(134,79,99)
#7A485A
(122,72,90)
#6E4151
(110,65,81)
#623A48
(98,58,72)
#56333F
(86,51,63)
#4A2C36
(74,44,54)
#3E252D
(62,37,45)
#321E24
(50,30,36)
#26171B
(38,23,27)
#1A1012
(26,16,18)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #864F63

#864F63
(134,79,99)
#915F71
(145,95,113)
#9C6F7F
(156,111,127)
#A77F8D
(167,127,141)
#B28F9B
(178,143,155)
#BD9FA9
(189,159,169)
#C8AFB7
(200,175,183)
#D3BFC5
(211,191,197)
#DECFD3
(222,207,211)
#E9DFE1
(233,223,225)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864F63; }

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

This text font color is #864F63.


Background Color

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

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

This div background color is #864F63.


Border color

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

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

This div border color is #864F63.


Opacity

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

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

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

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

This text has shadow with #864F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864F63 on black background.


Color preview on white background

This text has color #864F63 on white background.



Black color preview on #864F63 background

This text has black color on #864F63 background.


White color preview on #864F63 background

This text has white color on #864F63 background.