COLOR #864516

HEX: #864516
RGB: (134,69,22)

Color info

#864516 contains mainly red color. Web safe color of #864516 is #993300 (or #930).

RGB color model

#864516 color RGB value is (134,69,22).

  • red value is 134;
  • green value is 69;
  • blue value is 22.
RGB:
(134,69,22)
(53%,27%,9%)

RGB channels and saturation

R 134 of 255 = 53%
G 69 of 255 = 27%
B 22 of 255 = 9%

134
69
22

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

Portions of RGB colors in percentages

R + G + B =
134 + 69 + 22 = 225 (100%)
R 134 of 225 ~ 59.56%
G 69 of 225 ~ 30.67%
B 22 of 225 ~ 9.78%

%59.56
%30.67
%9.78

CMYK color model

#864516 color CMYK value is (0,49,84,47).

  • cyan value is 0.00%
  • magenta value is 48.51%
  • yellow value is 83.58%
  • key color value is 47.45%
CMYK:
(0,49,84,47)
C0M49Y84K47 
(0%,49%,84%,47%)
(0.00/0.49/0.84/0.47)	

CMYK percentages

%0
%48.51
%83.58
%47.45

Codes

Color #864516 in popluar color models

864516
RGB1346922
HSL25°71.79%30.59%
HSB/HSV25°83.58%52.55%
CMYK0.00%48.51%83.58%
47.45%

Color #864516 in popluar number systems.

HEX864516
Decimal1346922
Binary10000110100010110110
Octal20610526

Shades and tints

Shades of #864516

#864516
(134,69,22)
#7A3F14
(122,63,20)
#6E3912
(110,57,18)
#623310
(98,51,16)
#562D0E
(86,45,14)
#4A270C
(74,39,12)
#3E210A
(62,33,10)
#321B08
(50,27,8)
#261506
(38,21,6)
#1A0F04
(26,15,4)
#0E0902
(14,9,2)
#000000
(0,0,0)

Tints of #864516

#864516
(134,69,22)
#91552B
(145,85,43)
#9C6540
(156,101,64)
#A77555
(167,117,85)
#B2856A
(178,133,106)
#BD957F
(189,149,127)
#C8A594
(200,165,148)
#D3B5A9
(211,181,169)
#DEC5BE
(222,197,190)
#E9D5D3
(233,213,211)
#F4E5E8
(244,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864516 color. Also use rgb(134,69,22) instead hex code.

Text Font Color

.myTextColor { color: #864516; }

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

This text font color is #864516.


Background Color

.myBgColor { background-color: #864516; }

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

This div background color is #864516.


Border color

.myBorderColor { border: 1px solid #864516; }

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

This div border color is #864516.


Opacity

.myOpacity80 { color: #864516; opacity: 0.8; }

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

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

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

This text has shadow with #864516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864516 on black background.


Color preview on white background

This text has color #864516 on white background.



Black color preview on #864516 background

This text has black color on #864516 background.


White color preview on #864516 background

This text has white color on #864516 background.