COLOR #864851

HEX: #864851
RGB: (134,72,81)

Color info

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

RGB color model

#864851 color RGB value is (134,72,81).

  • red value is 134;
  • green value is 72;
  • blue value is 81.
RGB:
(134,72,81)
(53%,28%,32%)

RGB channels and saturation

R 134 of 255 = 53%
G 72 of 255 = 28%
B 81 of 255 = 32%

134
72
81

R + G + B ~ 38%. #864851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 72 + 81 = 287 (100%)
R 134 of 287 ~ 46.69%
G 72 of 287 ~ 25.09%
B 81 of 287 ~ 28.22%

%46.69
%25.09
%28.22

CMYK color model

#864851 color CMYK value is (0,46,40,47).

  • cyan value is 0.00%
  • magenta value is 46.27%
  • yellow value is 39.55%
  • key color value is 47.45%
CMYK:
(0,46,40,47)
C0M46Y40K47 
(0%,46%,40%,47%)
(0.00/0.46/0.40/0.47)	

CMYK percentages

%0
%46.27
%39.55
%47.45

Codes

Color #864851 in popluar color models

864851
RGB1347281
HSL351°30.10%40.39%
HSB/HSV351°46.27%52.55%
CMYK0.00%46.27%39.55%
47.45%

Color #864851 in popluar number systems.

HEX864851
Decimal1347281
Binary1000011010010001010001
Octal206110121

Shades and tints

Shades of #864851

#864851
(134,72,81)
#7A424A
(122,66,74)
#6E3C43
(110,60,67)
#62363C
(98,54,60)
#563035
(86,48,53)
#4A2A2E
(74,42,46)
#3E2427
(62,36,39)
#321E20
(50,30,32)
#261819
(38,24,25)
#1A1212
(26,18,18)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #864851

#864851
(134,72,81)
#915860
(145,88,96)
#9C686F
(156,104,111)
#A7787E
(167,120,126)
#B2888D
(178,136,141)
#BD989C
(189,152,156)
#C8A8AB
(200,168,171)
#D3B8BA
(211,184,186)
#DEC8C9
(222,200,201)
#E9D8D8
(233,216,216)
#F4E8E7
(244,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864851 color. Also use rgb(134,72,81) instead hex code.

Text Font Color

.myTextColor { color: #864851; }

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

This text font color is #864851.


Background Color

.myBgColor { background-color: #864851; }

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

This div background color is #864851.


Border color

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

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

This div border color is #864851.


Opacity

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

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

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

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

This text has shadow with #864851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864851 on black background.


Color preview on white background

This text has color #864851 on white background.



Black color preview on #864851 background

This text has black color on #864851 background.


White color preview on #864851 background

This text has white color on #864851 background.