COLOR #863009

HEX: #863009
RGB: (134,48,9)

Color info

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

RGB color model

#863009 color RGB value is (134,48,9).

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

RGB channels and saturation

R 134 of 255 = 53%
G 48 of 255 = 19%
B 9 of 255 = 4%

134
48
9

R + G + B ~ 25%. #863009 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 48 + 9 = 191 (100%)
R 134 of 191 ~ 70.16%
G 48 of 191 ~ 25.13%
B 9 of 191 ~ 4.71%

%70.16
%25.13

CMYK color model

#863009 color CMYK value is (0,64,93,47).

  • cyan value is 0.00%
  • magenta value is 64.18%
  • yellow value is 93.28%
  • key color value is 47.45%
CMYK:
(0,64,93,47)
C0M64Y93K47 
(0%,64%,93%,47%)
(0.00/0.64/0.93/0.47)	

CMYK percentages

%0
%64.18
%93.28
%47.45

Codes

Color #863009 in popluar color models

863009
RGB134489
HSL19°87.41%28.04%
HSB/HSV19°93.28%52.55%
CMYK0.00%64.18%93.28%
47.45%

Color #863009 in popluar number systems.

HEX863009
Decimal134489
Binary100001101100001001
Octal2066011

Shades and tints

Shades of #863009

#863009
(134,48,9)
#7A2C09
(122,44,9)
#6E2809
(110,40,9)
#622409
(98,36,9)
#562009
(86,32,9)
#4A1C09
(74,28,9)
#3E1809
(62,24,9)
#321409
(50,20,9)
#261009
(38,16,9)
#1A0C09
(26,12,9)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #863009

#863009
(134,48,9)
#91421F
(145,66,31)
#9C5435
(156,84,53)
#A7664B
(167,102,75)
#B27861
(178,120,97)
#BD8A77
(189,138,119)
#C89C8D
(200,156,141)
#D3AEA3
(211,174,163)
#DEC0B9
(222,192,185)
#E9D2CF
(233,210,207)
#F4E4E5
(244,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863009; }

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

This text font color is #863009.


Background Color

.myBgColor { background-color: #863009; }

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

This div background color is #863009.


Border color

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

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

This div border color is #863009.


Opacity

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

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

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

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

This text has shadow with #863009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863009 on black background.


Color preview on white background

This text has color #863009 on white background.



Black color preview on #863009 background

This text has black color on #863009 background.


White color preview on #863009 background

This text has white color on #863009 background.