COLOR #864740

HEX: #864740
RGB: (134,71,64)

Color info

#864740 contains mainly red color. Web safe color of #864740 is #993333 (or #933).

RGB color model

#864740 color RGB value is (134,71,64).

  • red value is 134;
  • green value is 71;
  • blue value is 64.
RGB:
(134,71,64)
(53%,28%,25%)

RGB channels and saturation

R 134 of 255 = 53%
G 71 of 255 = 28%
B 64 of 255 = 25%

134
71
64

R + G + B ~ 35%. #864740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 71 + 64 = 269 (100%)
R 134 of 269 ~ 49.81%
G 71 of 269 ~ 26.39%
B 64 of 269 ~ 23.79%

%49.81
%26.39
%23.79

CMYK color model

#864740 color CMYK value is (0,47,52,47).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 52.24%
  • key color value is 47.45%
CMYK:
(0,47,52,47)
C0M47Y52K47 
(0%,47%,52%,47%)
(0.00/0.47/0.52/0.47)	

CMYK percentages

%0
%47.01
%52.24
%47.45

Codes

Color #864740 in popluar color models

864740
RGB1347164
HSL35.35%38.82%
HSB/HSV52.24%52.55%
CMYK0.00%47.01%52.24%
47.45%

Color #864740 in popluar number systems.

HEX864740
Decimal1347164
Binary1000011010001111000000
Octal206107100

Shades and tints

Shades of #864740

#864740
(134,71,64)
#7A413B
(122,65,59)
#6E3B36
(110,59,54)
#623531
(98,53,49)
#562F2C
(86,47,44)
#4A2927
(74,41,39)
#3E2322
(62,35,34)
#321D1D
(50,29,29)
#261718
(38,23,24)
#1A1113
(26,17,19)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #864740

#864740
(134,71,64)
#915751
(145,87,81)
#9C6762
(156,103,98)
#A77773
(167,119,115)
#B28784
(178,135,132)
#BD9795
(189,151,149)
#C8A7A6
(200,167,166)
#D3B7B7
(211,183,183)
#DEC7C8
(222,199,200)
#E9D7D9
(233,215,217)
#F4E7EA
(244,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864740 color. Also use rgb(134,71,64) instead hex code.

Text Font Color

.myTextColor { color: #864740; }

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

This text font color is #864740.


Background Color

.myBgColor { background-color: #864740; }

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

This div background color is #864740.


Border color

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

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

This div border color is #864740.


Opacity

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

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

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

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

This text has shadow with #864740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864740 on black background.


Color preview on white background

This text has color #864740 on white background.



Black color preview on #864740 background

This text has black color on #864740 background.


White color preview on #864740 background

This text has white color on #864740 background.