COLOR #864D0E

HEX: #864D0E
RGB: (134,77,14)

Color info

#864D0E contains mainly red and green colors. Web safe color of #864D0E is #993300 (or #930).

RGB color model

#864D0E color RGB value is (134,77,14).

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

RGB channels and saturation

R 134 of 255 = 53%
G 77 of 255 = 30%
B 14 of 255 = 5%

134
77
14

R + G + B ~ 29%. #864D0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 77 + 14 = 225 (100%)
R 134 of 225 ~ 59.56%
G 77 of 225 ~ 34.22%
B 14 of 225 ~ 6.22%

%59.56
%34.22

CMYK color model

#864D0E color CMYK value is (0,43,90,47).

  • cyan value is 0.00%
  • magenta value is 42.54%
  • yellow value is 89.55%
  • key color value is 47.45%
CMYK:
(0,43,90,47)
C0M43Y90K47 
(0%,43%,90%,47%)
(0.00/0.43/0.90/0.47)	

CMYK percentages

%0
%42.54
%89.55
%47.45

Codes

Color #864D0E in popluar color models

864D0E
RGB1347714
HSL32°81.08%29.02%
HSB/HSV32°89.55%52.55%
CMYK0.00%42.54%89.55%
47.45%

Color #864D0E in popluar number systems.

HEX864D0E
Decimal1347714
Binary1000011010011011110
Octal20611516

Shades and tints

Shades of #864D0E

#864D0E
(134,77,14)
#7A460D
(122,70,13)
#6E3F0C
(110,63,12)
#62380B
(98,56,11)
#56310A
(86,49,10)
#4A2A09
(74,42,9)
#3E2308
(62,35,8)
#321C07
(50,28,7)
#261506
(38,21,6)
#1A0E05
(26,14,5)
#0E0704
(14,7,4)
#000000
(0,0,0)

Tints of #864D0E

#864D0E
(134,77,14)
#915D23
(145,93,35)
#9C6D38
(156,109,56)
#A77D4D
(167,125,77)
#B28D62
(178,141,98)
#BD9D77
(189,157,119)
#C8AD8C
(200,173,140)
#D3BDA1
(211,189,161)
#DECDB6
(222,205,182)
#E9DDCB
(233,221,203)
#F4EDE0
(244,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864D0E; }

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

This text font color is #864D0E.


Background Color

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

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

This div background color is #864D0E.


Border color

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

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

This div border color is #864D0E.


Opacity

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

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

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

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

This text has shadow with #864D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864D0E on black background.


Color preview on white background

This text has color #864D0E on white background.



Black color preview on #864D0E background

This text has black color on #864D0E background.


White color preview on #864D0E background

This text has white color on #864D0E background.