COLOR #864D44

HEX: #864D44
RGB: (134,77,68)

Color info

#864D44 contains mainly red and green colors. Web safe color of #864D44 is #993333 (or #933).

RGB color model

#864D44 color RGB value is (134,77,68).

  • red value is 134;
  • green value is 77;
  • blue value is 68.
RGB:
(134,77,68)
(53%,30%,27%)

RGB channels and saturation

R 134 of 255 = 53%
G 77 of 255 = 30%
B 68 of 255 = 27%

134
77
68

R + G + B ~ 37%. #864D44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 77 + 68 = 279 (100%)
R 134 of 279 ~ 48.03%
G 77 of 279 ~ 27.6%
B 68 of 279 ~ 24.37%

%48.03
%27.6
%24.37

CMYK color model

#864D44 color CMYK value is (0,43,49,47).

  • cyan value is 0.00%
  • magenta value is 42.54%
  • yellow value is 49.25%
  • key color value is 47.45%
CMYK:
(0,43,49,47)
C0M43Y49K47 
(0%,43%,49%,47%)
(0.00/0.43/0.49/0.47)	

CMYK percentages

%0
%42.54
%49.25
%47.45

Codes

Color #864D44 in popluar color models

864D44
RGB1347768
HSL32.67%39.61%
HSB/HSV49.25%52.55%
CMYK0.00%42.54%49.25%
47.45%

Color #864D44 in popluar number systems.

HEX864D44
Decimal1347768
Binary1000011010011011000100
Octal206115104

Shades and tints

Shades of #864D44

#864D44
(134,77,68)
#7A463E
(122,70,62)
#6E3F38
(110,63,56)
#623832
(98,56,50)
#56312C
(86,49,44)
#4A2A26
(74,42,38)
#3E2320
(62,35,32)
#321C1A
(50,28,26)
#261514
(38,21,20)
#1A0E0E
(26,14,14)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #864D44

#864D44
(134,77,68)
#915D55
(145,93,85)
#9C6D66
(156,109,102)
#A77D77
(167,125,119)
#B28D88
(178,141,136)
#BD9D99
(189,157,153)
#C8ADAA
(200,173,170)
#D3BDBB
(211,189,187)
#DECDCC
(222,205,204)
#E9DDDD
(233,221,221)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864D44 color. Also use rgb(134,77,68) instead hex code.

Text Font Color

.myTextColor { color: #864D44; }

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

This text font color is #864D44.


Background Color

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

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

This div background color is #864D44.


Border color

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

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

This div border color is #864D44.


Opacity

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

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

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

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

This text has shadow with #864D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864D44 on black background.


Color preview on white background

This text has color #864D44 on white background.



Black color preview on #864D44 background

This text has black color on #864D44 background.


White color preview on #864D44 background

This text has white color on #864D44 background.