COLOR #574228

HEX: #574228
RGB: (87,66,40)

Color info

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

RGB color model

#574228 color RGB value is (87,66,40).

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

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 40 of 255 = 16%

87
66
40

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

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 40 = 193 (100%)
R 87 of 193 ~ 45.08%
G 66 of 193 ~ 34.2%
B 40 of 193 ~ 20.73%

%45.08
%34.2
%20.73

CMYK color model

#574228 color CMYK value is (0,24,54,66).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 54.02%
  • key color value is 65.88%
CMYK:
(0,24,54,66)
C0M24Y54K66 
(0%,24%,54%,66%)
(0.00/0.24/0.54/0.66)	

CMYK percentages

%0
%24.14
%54.02
%65.88

Codes

Color #574228 in popluar color models

574228
RGB876640
HSL33°37.01%24.90%
HSB/HSV33°54.02%34.12%
CMYK0.00%24.14%54.02%
65.88%

Color #574228 in popluar number systems.

HEX574228
Decimal876640
Binary10101111000010101000
Octal12710250

Shades and tints

Shades of #574228

#574228
(87,66,40)
#503C25
(80,60,37)
#493622
(73,54,34)
#42301F
(66,48,31)
#3B2A1C
(59,42,28)
#342419
(52,36,25)
#2D1E16
(45,30,22)
#261813
(38,24,19)
#1F1210
(31,18,16)
#180C0D
(24,12,13)
#11060A
(17,6,10)
#000000
(0,0,0)

Tints of #574228

#574228
(87,66,40)
#66533B
(102,83,59)
#75644E
(117,100,78)
#847561
(132,117,97)
#938674
(147,134,116)
#A29787
(162,151,135)
#B1A89A
(177,168,154)
#C0B9AD
(192,185,173)
#CFCAC0
(207,202,192)
#DEDBD3
(222,219,211)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574228; }

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

This text font color is #574228.


Background Color

.myBgColor { background-color: #574228; }

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

This div background color is #574228.


Border color

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

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

This div border color is #574228.


Opacity

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

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

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

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

This text has shadow with #574228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574228 on black background.


Color preview on white background

This text has color #574228 on white background.



Black color preview on #574228 background

This text has black color on #574228 background.


White color preview on #574228 background

This text has white color on #574228 background.