COLOR #574221

HEX: #574221
RGB: (87,66,33)

Color info

#574221 contains red, green and blue colors in about the same proportion. Web safe color of #574221 is #663333 (or #633).

RGB color model

#574221 color RGB value is (87,66,33).

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

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 33 of 255 = 13%

87
66
33

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

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 33 = 186 (100%)
R 87 of 186 ~ 46.77%
G 66 of 186 ~ 35.48%
B 33 of 186 ~ 17.74%

%46.77
%35.48
%17.74

CMYK color model

#574221 color CMYK value is (0,24,62,66).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 62.07%
  • key color value is 65.88%
CMYK:
(0,24,62,66)
C0M24Y62K66 
(0%,24%,62%,66%)
(0.00/0.24/0.62/0.66)	

CMYK percentages

%0
%24.14
%62.07
%65.88

Codes

Color #574221 in popluar color models

574221
RGB876633
HSL37°45.00%23.53%
HSB/HSV37°62.07%34.12%
CMYK0.00%24.14%62.07%
65.88%

Color #574221 in popluar number systems.

HEX574221
Decimal876633
Binary10101111000010100001
Octal12710241

Shades and tints

Shades of #574221

#574221
(87,66,33)
#503C1E
(80,60,30)
#49361B
(73,54,27)
#423018
(66,48,24)
#3B2A15
(59,42,21)
#342412
(52,36,18)
#2D1E0F
(45,30,15)
#26180C
(38,24,12)
#1F1209
(31,18,9)
#180C06
(24,12,6)
#110603
(17,6,3)
#000000
(0,0,0)

Tints of #574221

#574221
(87,66,33)
#665335
(102,83,53)
#756449
(117,100,73)
#84755D
(132,117,93)
#938671
(147,134,113)
#A29785
(162,151,133)
#B1A899
(177,168,153)
#C0B9AD
(192,185,173)
#CFCAC1
(207,202,193)
#DEDBD5
(222,219,213)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574221; }

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

This text font color is #574221.


Background Color

.myBgColor { background-color: #574221; }

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

This div background color is #574221.


Border color

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

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

This div border color is #574221.


Opacity

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

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

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

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

This text has shadow with #574221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574221 on black background.


Color preview on white background

This text has color #574221 on white background.



Black color preview on #574221 background

This text has black color on #574221 background.


White color preview on #574221 background

This text has white color on #574221 background.