COLOR #865016

HEX: #865016
RGB: (134,80,22)

Color info

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

RGB color model

#865016 color RGB value is (134,80,22).

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

RGB channels and saturation

R 134 of 255 = 53%
G 80 of 255 = 31%
B 22 of 255 = 9%

134
80
22

R + G + B ~ 31%. #865016 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 80 + 22 = 236 (100%)
R 134 of 236 ~ 56.78%
G 80 of 236 ~ 33.9%
B 22 of 236 ~ 9.32%

%56.78
%33.9

CMYK color model

#865016 color CMYK value is (0,40,84,47).

  • cyan value is 0.00%
  • magenta value is 40.30%
  • yellow value is 83.58%
  • key color value is 47.45%
CMYK:
(0,40,84,47)
C0M40Y84K47 
(0%,40%,84%,47%)
(0.00/0.40/0.84/0.47)	

CMYK percentages

%0
%40.3
%83.58
%47.45

Codes

Color #865016 in popluar color models

865016
RGB1348022
HSL31°71.79%30.59%
HSB/HSV31°83.58%52.55%
CMYK0.00%40.30%83.58%
47.45%

Color #865016 in popluar number systems.

HEX865016
Decimal1348022
Binary10000110101000010110
Octal20612026

Shades and tints

Shades of #865016

#865016
(134,80,22)
#7A4914
(122,73,20)
#6E4212
(110,66,18)
#623B10
(98,59,16)
#56340E
(86,52,14)
#4A2D0C
(74,45,12)
#3E260A
(62,38,10)
#321F08
(50,31,8)
#261806
(38,24,6)
#1A1104
(26,17,4)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #865016

#865016
(134,80,22)
#915F2B
(145,95,43)
#9C6E40
(156,110,64)
#A77D55
(167,125,85)
#B28C6A
(178,140,106)
#BD9B7F
(189,155,127)
#C8AA94
(200,170,148)
#D3B9A9
(211,185,169)
#DEC8BE
(222,200,190)
#E9D7D3
(233,215,211)
#F4E6E8
(244,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865016; }

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

This text font color is #865016.


Background Color

.myBgColor { background-color: #865016; }

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

This div background color is #865016.


Border color

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

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

This div border color is #865016.


Opacity

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

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

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

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

This text has shadow with #865016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865016 on black background.


Color preview on white background

This text has color #865016 on white background.



Black color preview on #865016 background

This text has black color on #865016 background.


White color preview on #865016 background

This text has white color on #865016 background.