COLOR #894222

HEX: #894222
RGB: (137,66,34)

Color info

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

RGB color model

#894222 color RGB value is (137,66,34).

  • red value is 137;
  • green value is 66;
  • blue value is 34.
RGB:
(137,66,34)
(54%,26%,13%)

RGB channels and saturation

R 137 of 255 = 54%
G 66 of 255 = 26%
B 34 of 255 = 13%

137
66
34

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

Portions of RGB colors in percentages

R + G + B =
137 + 66 + 34 = 237 (100%)
R 137 of 237 ~ 57.81%
G 66 of 237 ~ 27.85%
B 34 of 237 ~ 14.35%

%57.81
%27.85
%14.35

CMYK color model

#894222 color CMYK value is (0,52,75,46).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 75.18%
  • key color value is 46.27%
CMYK:
(0,52,75,46)
C0M52Y75K46 
(0%,52%,75%,46%)
(0.00/0.52/0.75/0.46)	

CMYK percentages

%0
%51.82
%75.18
%46.27

Codes

Color #894222 in popluar color models

894222
RGB1376634
HSL19°60.23%33.53%
HSB/HSV19°75.18%53.73%
CMYK0.00%51.82%75.18%
46.27%

Color #894222 in popluar number systems.

HEX894222
Decimal1376634
Binary100010011000010100010
Octal21110242

Shades and tints

Shades of #894222

#894222
(137,66,34)
#7D3C1F
(125,60,31)
#71361C
(113,54,28)
#653019
(101,48,25)
#592A16
(89,42,22)
#4D2413
(77,36,19)
#411E10
(65,30,16)
#35180D
(53,24,13)
#29120A
(41,18,10)
#1D0C07
(29,12,7)
#110604
(17,6,4)
#000000
(0,0,0)

Tints of #894222

#894222
(137,66,34)
#935336
(147,83,54)
#9D644A
(157,100,74)
#A7755E
(167,117,94)
#B18672
(177,134,114)
#BB9786
(187,151,134)
#C5A89A
(197,168,154)
#CFB9AE
(207,185,174)
#D9CAC2
(217,202,194)
#E3DBD6
(227,219,214)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894222 color. Also use rgb(137,66,34) instead hex code.

Text Font Color

.myTextColor { color: #894222; }

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

This text font color is #894222.


Background Color

.myBgColor { background-color: #894222; }

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

This div background color is #894222.


Border color

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

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

This div border color is #894222.


Opacity

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

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

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

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

This text has shadow with #894222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894222 on black background.


Color preview on white background

This text has color #894222 on white background.



Black color preview on #894222 background

This text has black color on #894222 background.


White color preview on #894222 background

This text has white color on #894222 background.