COLOR #86491D

HEX: #86491D
RGB: (134,73,29)

Color info

#86491D contains mainly red color. Web safe color of #86491D is #993333 (or #933).

RGB color model

#86491D color RGB value is (134,73,29).

  • red value is 134;
  • green value is 73;
  • blue value is 29.
RGB:
(134,73,29)
(53%,29%,11%)

RGB channels and saturation

R 134 of 255 = 53%
G 73 of 255 = 29%
B 29 of 255 = 11%

134
73
29

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

Portions of RGB colors in percentages

R + G + B =
134 + 73 + 29 = 236 (100%)
R 134 of 236 ~ 56.78%
G 73 of 236 ~ 30.93%
B 29 of 236 ~ 12.29%

%56.78
%30.93
%12.29

CMYK color model

#86491D color CMYK value is (0,46,78,47).

  • cyan value is 0.00%
  • magenta value is 45.52%
  • yellow value is 78.36%
  • key color value is 47.45%
CMYK:
(0,46,78,47)
C0M46Y78K47 
(0%,46%,78%,47%)
(0.00/0.46/0.78/0.47)	

CMYK percentages

%0
%45.52
%78.36
%47.45

Codes

Color #86491D in popluar color models

86491D
RGB1347329
HSL25°64.42%31.96%
HSB/HSV25°78.36%52.55%
CMYK0.00%45.52%78.36%
47.45%

Color #86491D in popluar number systems.

HEX86491D
Decimal1347329
Binary10000110100100111101
Octal20611135

Shades and tints

Shades of #86491D

#86491D
(134,73,29)
#7A431B
(122,67,27)
#6E3D19
(110,61,25)
#623717
(98,55,23)
#563115
(86,49,21)
#4A2B13
(74,43,19)
#3E2511
(62,37,17)
#321F0F
(50,31,15)
#26190D
(38,25,13)
#1A130B
(26,19,11)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #86491D

#86491D
(134,73,29)
#915931
(145,89,49)
#9C6945
(156,105,69)
#A77959
(167,121,89)
#B2896D
(178,137,109)
#BD9981
(189,153,129)
#C8A995
(200,169,149)
#D3B9A9
(211,185,169)
#DEC9BD
(222,201,189)
#E9D9D1
(233,217,209)
#F4E9E5
(244,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86491D color. Also use rgb(134,73,29) instead hex code.

Text Font Color

.myTextColor { color: #86491D; }

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

This text font color is #86491D.


Background Color

.myBgColor { background-color: #86491D; }

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

This div background color is #86491D.


Border color

.myBorderColor { border: 1px solid #86491D; }

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

This div border color is #86491D.


Opacity

.myOpacity80 { color: #86491D; opacity: 0.8; }

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

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

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

This text has shadow with #86491D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86491D on black background.


Color preview on white background

This text has color #86491D on white background.



Black color preview on #86491D background

This text has black color on #86491D background.


White color preview on #86491D background

This text has white color on #86491D background.