COLOR #862A09

HEX: #862A09
RGB: (134,42,9)

Color info

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

RGB color model

#862A09 color RGB value is (134,42,9).

  • red value is 134;
  • green value is 42;
  • blue value is 9.
RGB:
(134,42,9)
(53%,16%,4%)

RGB channels and saturation

R 134 of 255 = 53%
G 42 of 255 = 16%
B 9 of 255 = 4%

134
42
9

R + G + B ~ 24%. #862A09 is dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 42 + 9 = 185 (100%)
R 134 of 185 ~ 72.43%
G 42 of 185 ~ 22.7%
B 9 of 185 ~ 4.86%

%72.43
%22.7

CMYK color model

#862A09 color CMYK value is (0,69,93,47).

  • cyan value is 0.00%
  • magenta value is 68.66%
  • yellow value is 93.28%
  • key color value is 47.45%
CMYK:
(0,69,93,47)
C0M69Y93K47 
(0%,69%,93%,47%)
(0.00/0.69/0.93/0.47)	

CMYK percentages

%0
%68.66
%93.28
%47.45

Codes

Color #862A09 in popluar color models

862A09
RGB134429
HSL16°87.41%28.04%
HSB/HSV16°93.28%52.55%
CMYK0.00%68.66%93.28%
47.45%

Color #862A09 in popluar number systems.

HEX862A09
Decimal134429
Binary100001101010101001
Octal2065211

Shades and tints

Shades of #862A09

#862A09
(134,42,9)
#7A2709
(122,39,9)
#6E2409
(110,36,9)
#622109
(98,33,9)
#561E09
(86,30,9)
#4A1B09
(74,27,9)
#3E1809
(62,24,9)
#321509
(50,21,9)
#261209
(38,18,9)
#1A0F09
(26,15,9)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #862A09

#862A09
(134,42,9)
#913D1F
(145,61,31)
#9C5035
(156,80,53)
#A7634B
(167,99,75)
#B27661
(178,118,97)
#BD8977
(189,137,119)
#C89C8D
(200,156,141)
#D3AFA3
(211,175,163)
#DEC2B9
(222,194,185)
#E9D5CF
(233,213,207)
#F4E8E5
(244,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #862A09 color. Also use rgb(134,42,9) instead hex code.

Text Font Color

.myTextColor { color: #862A09; }

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

This text font color is #862A09.


Background Color

.myBgColor { background-color: #862A09; }

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

This div background color is #862A09.


Border color

.myBorderColor { border: 1px solid #862A09; }

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

This div border color is #862A09.


Opacity

.myOpacity80 { color: #862A09; opacity: 0.8; }

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

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

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

This text has shadow with #862A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #862A09 on black background.


Color preview on white background

This text has color #862A09 on white background.



Black color preview on #862A09 background

This text has black color on #862A09 background.


White color preview on #862A09 background

This text has white color on #862A09 background.