COLOR #86421B

HEX: #86421B
RGB: (134,66,27)

Color info

#86421B contains mainly red color. Web safe color of #86421B is #993333 (or #933).

RGB color model

#86421B color RGB value is (134,66,27).

  • red value is 134;
  • green value is 66;
  • blue value is 27.
RGB:
(134,66,27)
(53%,26%,11%)

RGB channels and saturation

R 134 of 255 = 53%
G 66 of 255 = 26%
B 27 of 255 = 11%

134
66
27

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

Portions of RGB colors in percentages

R + G + B =
134 + 66 + 27 = 227 (100%)
R 134 of 227 ~ 59.03%
G 66 of 227 ~ 29.07%
B 27 of 227 ~ 11.89%

%59.03
%29.07
%11.89

CMYK color model

#86421B color CMYK value is (0,51,80,47).

  • cyan value is 0.00%
  • magenta value is 50.75%
  • yellow value is 79.85%
  • key color value is 47.45%
CMYK:
(0,51,80,47)
C0M51Y80K47 
(0%,51%,80%,47%)
(0.00/0.51/0.80/0.47)	

CMYK percentages

%0
%50.75
%79.85
%47.45

Codes

Color #86421B in popluar color models

86421B
RGB1346627
HSL22°66.46%31.57%
HSB/HSV22°79.85%52.55%
CMYK0.00%50.75%79.85%
47.45%

Color #86421B in popluar number systems.

HEX86421B
Decimal1346627
Binary10000110100001011011
Octal20610233

Shades and tints

Shades of #86421B

#86421B
(134,66,27)
#7A3C19
(122,60,25)
#6E3617
(110,54,23)
#623015
(98,48,21)
#562A13
(86,42,19)
#4A2411
(74,36,17)
#3E1E0F
(62,30,15)
#32180D
(50,24,13)
#26120B
(38,18,11)
#1A0C09
(26,12,9)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #86421B

#86421B
(134,66,27)
#91532F
(145,83,47)
#9C6443
(156,100,67)
#A77557
(167,117,87)
#B2866B
(178,134,107)
#BD977F
(189,151,127)
#C8A893
(200,168,147)
#D3B9A7
(211,185,167)
#DECABB
(222,202,187)
#E9DBCF
(233,219,207)
#F4ECE3
(244,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86421B color. Also use rgb(134,66,27) instead hex code.

Text Font Color

.myTextColor { color: #86421B; }

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

This text font color is #86421B.


Background Color

.myBgColor { background-color: #86421B; }

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

This div background color is #86421B.


Border color

.myBorderColor { border: 1px solid #86421B; }

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

This div border color is #86421B.


Opacity

.myOpacity80 { color: #86421B; opacity: 0.8; }

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

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

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

This text has shadow with #86421B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86421B on black background.


Color preview on white background

This text has color #86421B on white background.



Black color preview on #86421B background

This text has black color on #86421B background.


White color preview on #86421B background

This text has white color on #86421B background.