COLOR #864977

HEX: #864977
RGB: (134,73,119)

Color info

#864977 contains mainly red and blue colors. Web safe color of #864977 is #993366 (or #936).

RGB color model

#864977 color RGB value is (134,73,119).

  • red value is 134;
  • green value is 73;
  • blue value is 119.
RGB:
(134,73,119)
(53%,29%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 73 of 255 = 29%
B 119 of 255 = 47%

134
73
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 73 + 119 = 326 (100%)
R 134 of 326 ~ 41.1%
G 73 of 326 ~ 22.39%
B 119 of 326 ~ 36.5%

%41.1
%22.39
%36.5

CMYK color model

#864977 color CMYK value is (0,46,11,47).

  • cyan value is 0.00%
  • magenta value is 45.52%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(0,46,11,47)
C0M46Y11K47 
(0%,46%,11%,47%)
(0.00/0.46/0.11/0.47)	

CMYK percentages

%0
%45.52
%11.19
%47.45

Codes

Color #864977 in popluar color models

864977
RGB13473119
HSL315°29.47%40.59%
HSB/HSV315°45.52%52.55%
CMYK0.00%45.52%11.19%
47.45%

Color #864977 in popluar number systems.

HEX864977
Decimal13473119
Binary1000011010010011110111
Octal206111167

Shades and tints

Shades of #864977

#864977
(134,73,119)
#7A436D
(122,67,109)
#6E3D63
(110,61,99)
#623759
(98,55,89)
#56314F
(86,49,79)
#4A2B45
(74,43,69)
#3E253B
(62,37,59)
#321F31
(50,31,49)
#261927
(38,25,39)
#1A131D
(26,19,29)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #864977

#864977
(134,73,119)
#915983
(145,89,131)
#9C698F
(156,105,143)
#A7799B
(167,121,155)
#B289A7
(178,137,167)
#BD99B3
(189,153,179)
#C8A9BF
(200,169,191)
#D3B9CB
(211,185,203)
#DEC9D7
(222,201,215)
#E9D9E3
(233,217,227)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864977 color. Also use rgb(134,73,119) instead hex code.

Text Font Color

.myTextColor { color: #864977; }

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

This text font color is #864977.


Background Color

.myBgColor { background-color: #864977; }

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

This div background color is #864977.


Border color

.myBorderColor { border: 1px solid #864977; }

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

This div border color is #864977.


Opacity

.myOpacity80 { color: #864977; opacity: 0.8; }

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

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

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

This text has shadow with #864977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864977 on black background.


Color preview on white background

This text has color #864977 on white background.



Black color preview on #864977 background

This text has black color on #864977 background.


White color preview on #864977 background

This text has white color on #864977 background.