COLOR #864D3F

HEX: #864D3F
RGB: (134,77,63)

Color info

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

RGB color model

#864D3F color RGB value is (134,77,63).

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

RGB channels and saturation

R 134 of 255 = 53%
G 77 of 255 = 30%
B 63 of 255 = 25%

134
77
63

R + G + B ~ 36%. #864D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 77 + 63 = 274 (100%)
R 134 of 274 ~ 48.91%
G 77 of 274 ~ 28.1%
B 63 of 274 ~ 22.99%

%48.91
%28.1
%22.99

CMYK color model

#864D3F color CMYK value is (0,43,53,47).

  • cyan value is 0.00%
  • magenta value is 42.54%
  • yellow value is 52.99%
  • key color value is 47.45%
CMYK:
(0,43,53,47)
C0M43Y53K47 
(0%,43%,53%,47%)
(0.00/0.43/0.53/0.47)	

CMYK percentages

%0
%42.54
%52.99
%47.45

Codes

Color #864D3F in popluar color models

864D3F
RGB1347763
HSL12°36.04%38.63%
HSB/HSV12°52.99%52.55%
CMYK0.00%42.54%52.99%
47.45%

Color #864D3F in popluar number systems.

HEX864D3F
Decimal1347763
Binary100001101001101111111
Octal20611577

Shades and tints

Shades of #864D3F

#864D3F
(134,77,63)
#7A463A
(122,70,58)
#6E3F35
(110,63,53)
#623830
(98,56,48)
#56312B
(86,49,43)
#4A2A26
(74,42,38)
#3E2321
(62,35,33)
#321C1C
(50,28,28)
#261517
(38,21,23)
#1A0E12
(26,14,18)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #864D3F

#864D3F
(134,77,63)
#915D50
(145,93,80)
#9C6D61
(156,109,97)
#A77D72
(167,125,114)
#B28D83
(178,141,131)
#BD9D94
(189,157,148)
#C8ADA5
(200,173,165)
#D3BDB6
(211,189,182)
#DECDC7
(222,205,199)
#E9DDD8
(233,221,216)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864D3F; }

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

This text font color is #864D3F.


Background Color

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

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

This div background color is #864D3F.


Border color

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

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

This div border color is #864D3F.


Opacity

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

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

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

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

This text has shadow with #864D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864D3F on black background.


Color preview on white background

This text has color #864D3F on white background.



Black color preview on #864D3F background

This text has black color on #864D3F background.


White color preview on #864D3F background

This text has white color on #864D3F background.