COLOR #864E13

HEX: #864E13
RGB: (134,78,19)

Color info

#864E13 contains mainly red and green colors. Web safe color of #864E13 is #996600 (or #960).

RGB color model

#864E13 color RGB value is (134,78,19).

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

RGB channels and saturation

R 134 of 255 = 53%
G 78 of 255 = 31%
B 19 of 255 = 7%

134
78
19

R + G + B ~ 30%. #864E13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 78 + 19 = 231 (100%)
R 134 of 231 ~ 58.01%
G 78 of 231 ~ 33.77%
B 19 of 231 ~ 8.23%

%58.01
%33.77

CMYK color model

#864E13 color CMYK value is (0,42,86,47).

  • cyan value is 0.00%
  • magenta value is 41.79%
  • yellow value is 85.82%
  • key color value is 47.45%
CMYK:
(0,42,86,47)
C0M42Y86K47 
(0%,42%,86%,47%)
(0.00/0.42/0.86/0.47)	

CMYK percentages

%0
%41.79
%85.82
%47.45

Codes

Color #864E13 in popluar color models

864E13
RGB1347819
HSL31°75.16%30.00%
HSB/HSV31°85.82%52.55%
CMYK0.00%41.79%85.82%
47.45%

Color #864E13 in popluar number systems.

HEX864E13
Decimal1347819
Binary10000110100111010011
Octal20611623

Shades and tints

Shades of #864E13

#864E13
(134,78,19)
#7A4712
(122,71,18)
#6E4011
(110,64,17)
#623910
(98,57,16)
#56320F
(86,50,15)
#4A2B0E
(74,43,14)
#3E240D
(62,36,13)
#321D0C
(50,29,12)
#26160B
(38,22,11)
#1A0F0A
(26,15,10)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #864E13

#864E13
(134,78,19)
#915E28
(145,94,40)
#9C6E3D
(156,110,61)
#A77E52
(167,126,82)
#B28E67
(178,142,103)
#BD9E7C
(189,158,124)
#C8AE91
(200,174,145)
#D3BEA6
(211,190,166)
#DECEBB
(222,206,187)
#E9DED0
(233,222,208)
#F4EEE5
(244,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864E13; }

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

This text font color is #864E13.


Background Color

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

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

This div background color is #864E13.


Border color

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

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

This div border color is #864E13.


Opacity

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

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

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

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

This text has shadow with #864E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864E13 on black background.


Color preview on white background

This text has color #864E13 on white background.



Black color preview on #864E13 background

This text has black color on #864E13 background.


White color preview on #864E13 background

This text has white color on #864E13 background.