COLOR #864B4E

HEX: #864B4E
RGB: (134,75,78)

Color info

#864B4E contains red, green and blue colors in about the same proportion. Web safe color of #864B4E is #993366 (or #936).

RGB color model

#864B4E color RGB value is (134,75,78).

  • red value is 134;
  • green value is 75;
  • blue value is 78.
RGB:
(134,75,78)
(53%,29%,31%)

RGB channels and saturation

R 134 of 255 = 53%
G 75 of 255 = 29%
B 78 of 255 = 31%

134
75
78

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

Portions of RGB colors in percentages

R + G + B =
134 + 75 + 78 = 287 (100%)
R 134 of 287 ~ 46.69%
G 75 of 287 ~ 26.13%
B 78 of 287 ~ 27.18%

%46.69
%26.13
%27.18

CMYK color model

#864B4E color CMYK value is (0,44,42,47).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 41.79%
  • key color value is 47.45%
CMYK:
(0,44,42,47)
C0M44Y42K47 
(0%,44%,42%,47%)
(0.00/0.44/0.42/0.47)	

CMYK percentages

%0
%44.03
%41.79
%47.45

Codes

Color #864B4E in popluar color models

864B4E
RGB1347578
HSL357°28.23%40.98%
HSB/HSV357°44.03%52.55%
CMYK0.00%44.03%41.79%
47.45%

Color #864B4E in popluar number systems.

HEX864B4E
Decimal1347578
Binary1000011010010111001110
Octal206113116

Shades and tints

Shades of #864B4E

#864B4E
(134,75,78)
#7A4547
(122,69,71)
#6E3F40
(110,63,64)
#623939
(98,57,57)
#563332
(86,51,50)
#4A2D2B
(74,45,43)
#3E2724
(62,39,36)
#32211D
(50,33,29)
#261B16
(38,27,22)
#1A150F
(26,21,15)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #864B4E

#864B4E
(134,75,78)
#915B5E
(145,91,94)
#9C6B6E
(156,107,110)
#A77B7E
(167,123,126)
#B28B8E
(178,139,142)
#BD9B9E
(189,155,158)
#C8ABAE
(200,171,174)
#D3BBBE
(211,187,190)
#DECBCE
(222,203,206)
#E9DBDE
(233,219,222)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864B4E color. Also use rgb(134,75,78) instead hex code.

Text Font Color

.myTextColor { color: #864B4E; }

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

This text font color is #864B4E.


Background Color

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

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

This div background color is #864B4E.


Border color

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

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

This div border color is #864B4E.


Opacity

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

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

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

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

This text has shadow with #864B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864B4E on black background.


Color preview on white background

This text has color #864B4E on white background.



Black color preview on #864B4E background

This text has black color on #864B4E background.


White color preview on #864B4E background

This text has white color on #864B4E background.