COLOR #854221

HEX: #854221
RGB: (133,66,33)

Color info

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

RGB color model

#854221 color RGB value is (133,66,33).

  • red value is 133;
  • green value is 66;
  • blue value is 33.
RGB:
(133,66,33)
(52%,26%,13%)

RGB channels and saturation

R 133 of 255 = 52%
G 66 of 255 = 26%
B 33 of 255 = 13%

133
66
33

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

Portions of RGB colors in percentages

R + G + B =
133 + 66 + 33 = 232 (100%)
R 133 of 232 ~ 57.33%
G 66 of 232 ~ 28.45%
B 33 of 232 ~ 14.22%

%57.33
%28.45
%14.22

CMYK color model

#854221 color CMYK value is (0,50,75,48).

  • cyan value is 0.00%
  • magenta value is 50.38%
  • yellow value is 75.19%
  • key color value is 47.84%
CMYK:
(0,50,75,48)
C0M50Y75K48 
(0%,50%,75%,48%)
(0.00/0.50/0.75/0.48)	

CMYK percentages

%0
%50.38
%75.19
%47.84

Codes

Color #854221 in popluar color models

854221
RGB1336633
HSL20°60.24%32.55%
HSB/HSV20°75.19%52.16%
CMYK0.00%50.38%75.19%
47.84%

Color #854221 in popluar number systems.

HEX854221
Decimal1336633
Binary100001011000010100001
Octal20510241

Shades and tints

Shades of #854221

#854221
(133,66,33)
#793C1E
(121,60,30)
#6D361B
(109,54,27)
#613018
(97,48,24)
#552A15
(85,42,21)
#492412
(73,36,18)
#3D1E0F
(61,30,15)
#31180C
(49,24,12)
#251209
(37,18,9)
#190C06
(25,12,6)
#0D0603
(13,6,3)
#000000
(0,0,0)

Tints of #854221

#854221
(133,66,33)
#905335
(144,83,53)
#9B6449
(155,100,73)
#A6755D
(166,117,93)
#B18671
(177,134,113)
#BC9785
(188,151,133)
#C7A899
(199,168,153)
#D2B9AD
(210,185,173)
#DDCAC1
(221,202,193)
#E8DBD5
(232,219,213)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854221 color. Also use rgb(133,66,33) instead hex code.

Text Font Color

.myTextColor { color: #854221; }

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

This text font color is #854221.


Background Color

.myBgColor { background-color: #854221; }

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

This div background color is #854221.


Border color

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

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

This div border color is #854221.


Opacity

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

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

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

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

This text has shadow with #854221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854221 on black background.


Color preview on white background

This text has color #854221 on white background.



Black color preview on #854221 background

This text has black color on #854221 background.


White color preview on #854221 background

This text has white color on #854221 background.