COLOR #863210

HEX: #863210
RGB: (134,50,16)

Color info

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

RGB color model

#863210 color RGB value is (134,50,16).

  • red value is 134;
  • green value is 50;
  • blue value is 16.
RGB:
(134,50,16)
(53%,20%,6%)

RGB channels and saturation

R 134 of 255 = 53%
G 50 of 255 = 20%
B 16 of 255 = 6%

134
50
16

R + G + B ~ 26%. #863210 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 50 + 16 = 200 (100%)
R 134 of 200 ~ 67%
G 50 of 200 ~ 25%
B 16 of 200 ~ 8%

%67
%25

CMYK color model

#863210 color CMYK value is (0,63,88,47).

  • cyan value is 0.00%
  • magenta value is 62.69%
  • yellow value is 88.06%
  • key color value is 47.45%
CMYK:
(0,63,88,47)
C0M63Y88K47 
(0%,63%,88%,47%)
(0.00/0.63/0.88/0.47)	

CMYK percentages

%0
%62.69
%88.06
%47.45

Codes

Color #863210 in popluar color models

863210
RGB1345016
HSL17°78.67%29.41%
HSB/HSV17°88.06%52.55%
CMYK0.00%62.69%88.06%
47.45%

Color #863210 in popluar number systems.

HEX863210
Decimal1345016
Binary1000011011001010000
Octal2066220

Shades and tints

Shades of #863210

#863210
(134,50,16)
#7A2E0F
(122,46,15)
#6E2A0E
(110,42,14)
#62260D
(98,38,13)
#56220C
(86,34,12)
#4A1E0B
(74,30,11)
#3E1A0A
(62,26,10)
#321609
(50,22,9)
#261208
(38,18,8)
#1A0E07
(26,14,7)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #863210

#863210
(134,50,16)
#914425
(145,68,37)
#9C563A
(156,86,58)
#A7684F
(167,104,79)
#B27A64
(178,122,100)
#BD8C79
(189,140,121)
#C89E8E
(200,158,142)
#D3B0A3
(211,176,163)
#DEC2B8
(222,194,184)
#E9D4CD
(233,212,205)
#F4E6E2
(244,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863210 color. Also use rgb(134,50,16) instead hex code.

Text Font Color

.myTextColor { color: #863210; }

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

This text font color is #863210.


Background Color

.myBgColor { background-color: #863210; }

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

This div background color is #863210.


Border color

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

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

This div border color is #863210.


Opacity

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

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

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

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

This text has shadow with #863210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863210 on black background.


Color preview on white background

This text has color #863210 on white background.



Black color preview on #863210 background

This text has black color on #863210 background.


White color preview on #863210 background

This text has white color on #863210 background.