COLOR #863A22

HEX: #863A22
RGB: (134,58,34)

Color info

#863A22 contains mainly red color. Web safe color of #863A22 is #993333 (or #933).

RGB color model

#863A22 color RGB value is (134,58,34).

  • red value is 134;
  • green value is 58;
  • blue value is 34.
RGB:
(134,58,34)
(53%,23%,13%)

RGB channels and saturation

R 134 of 255 = 53%
G 58 of 255 = 23%
B 34 of 255 = 13%

134
58
34

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

Portions of RGB colors in percentages

R + G + B =
134 + 58 + 34 = 226 (100%)
R 134 of 226 ~ 59.29%
G 58 of 226 ~ 25.66%
B 34 of 226 ~ 15.04%

%59.29
%25.66
%15.04

CMYK color model

#863A22 color CMYK value is (0,57,75,47).

  • cyan value is 0.00%
  • magenta value is 56.72%
  • yellow value is 74.63%
  • key color value is 47.45%
CMYK:
(0,57,75,47)
C0M57Y75K47 
(0%,57%,75%,47%)
(0.00/0.57/0.75/0.47)	

CMYK percentages

%0
%56.72
%74.63
%47.45

Codes

Color #863A22 in popluar color models

863A22
RGB1345834
HSL14°59.52%32.94%
HSB/HSV14°74.63%52.55%
CMYK0.00%56.72%74.63%
47.45%

Color #863A22 in popluar number systems.

HEX863A22
Decimal1345834
Binary10000110111010100010
Octal2067242

Shades and tints

Shades of #863A22

#863A22
(134,58,34)
#7A351F
(122,53,31)
#6E301C
(110,48,28)
#622B19
(98,43,25)
#562616
(86,38,22)
#4A2113
(74,33,19)
#3E1C10
(62,28,16)
#32170D
(50,23,13)
#26120A
(38,18,10)
#1A0D07
(26,13,7)
#0E0804
(14,8,4)
#000000
(0,0,0)

Tints of #863A22

#863A22
(134,58,34)
#914B36
(145,75,54)
#9C5C4A
(156,92,74)
#A76D5E
(167,109,94)
#B27E72
(178,126,114)
#BD8F86
(189,143,134)
#C8A09A
(200,160,154)
#D3B1AE
(211,177,174)
#DEC2C2
(222,194,194)
#E9D3D6
(233,211,214)
#F4E4EA
(244,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863A22 color. Also use rgb(134,58,34) instead hex code.

Text Font Color

.myTextColor { color: #863A22; }

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

This text font color is #863A22.


Background Color

.myBgColor { background-color: #863A22; }

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

This div background color is #863A22.


Border color

.myBorderColor { border: 1px solid #863A22; }

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

This div border color is #863A22.


Opacity

.myOpacity80 { color: #863A22; opacity: 0.8; }

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

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

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

This text has shadow with #863A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863A22 on black background.


Color preview on white background

This text has color #863A22 on white background.



Black color preview on #863A22 background

This text has black color on #863A22 background.


White color preview on #863A22 background

This text has white color on #863A22 background.