COLOR #863117

HEX: #863117
RGB: (134,49,23)

Color info

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

RGB color model

#863117 color RGB value is (134,49,23).

  • red value is 134;
  • green value is 49;
  • blue value is 23.
RGB:
(134,49,23)
(53%,19%,9%)

RGB channels and saturation

R 134 of 255 = 53%
G 49 of 255 = 19%
B 23 of 255 = 9%

134
49
23

R + G + B ~ 27%. #863117 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 49 + 23 = 206 (100%)
R 134 of 206 ~ 65.05%
G 49 of 206 ~ 23.79%
B 23 of 206 ~ 11.17%

%65.05
%23.79
%11.17

CMYK color model

#863117 color CMYK value is (0,63,83,47).

  • cyan value is 0.00%
  • magenta value is 63.43%
  • yellow value is 82.84%
  • key color value is 47.45%
CMYK:
(0,63,83,47)
C0M63Y83K47 
(0%,63%,83%,47%)
(0.00/0.63/0.83/0.47)	

CMYK percentages

%0
%63.43
%82.84
%47.45

Codes

Color #863117 in popluar color models

863117
RGB1344923
HSL14°70.70%30.78%
HSB/HSV14°82.84%52.55%
CMYK0.00%63.43%82.84%
47.45%

Color #863117 in popluar number systems.

HEX863117
Decimal1344923
Binary1000011011000110111
Octal2066127

Shades and tints

Shades of #863117

#863117
(134,49,23)
#7A2D15
(122,45,21)
#6E2913
(110,41,19)
#622511
(98,37,17)
#56210F
(86,33,15)
#4A1D0D
(74,29,13)
#3E190B
(62,25,11)
#321509
(50,21,9)
#261107
(38,17,7)
#1A0D05
(26,13,5)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #863117

#863117
(134,49,23)
#91432C
(145,67,44)
#9C5541
(156,85,65)
#A76756
(167,103,86)
#B2796B
(178,121,107)
#BD8B80
(189,139,128)
#C89D95
(200,157,149)
#D3AFAA
(211,175,170)
#DEC1BF
(222,193,191)
#E9D3D4
(233,211,212)
#F4E5E9
(244,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863117 color. Also use rgb(134,49,23) instead hex code.

Text Font Color

.myTextColor { color: #863117; }

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

This text font color is #863117.


Background Color

.myBgColor { background-color: #863117; }

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

This div background color is #863117.


Border color

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

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

This div border color is #863117.


Opacity

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

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

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

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

This text has shadow with #863117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863117 on black background.


Color preview on white background

This text has color #863117 on white background.



Black color preview on #863117 background

This text has black color on #863117 background.


White color preview on #863117 background

This text has white color on #863117 background.