COLOR #574C28

HEX: #574C28
RGB: (87,76,40)

Color info

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

RGB color model

#574C28 color RGB value is (87,76,40).

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

RGB channels and saturation

R 87 of 255 = 34%
G 76 of 255 = 30%
B 40 of 255 = 16%

87
76
40

R + G + B ~ 27%. #574C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 76 + 40 = 203 (100%)
R 87 of 203 ~ 42.86%
G 76 of 203 ~ 37.44%
B 40 of 203 ~ 19.7%

%42.86
%37.44
%19.7

CMYK color model

#574C28 color CMYK value is (0,13,54,66).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 54.02%
  • key color value is 65.88%
CMYK:
(0,13,54,66)
C0M13Y54K66 
(0%,13%,54%,66%)
(0.00/0.13/0.54/0.66)	

CMYK percentages

%0
%12.64
%54.02
%65.88

Codes

Color #574C28 in popluar color models

574C28
RGB877640
HSL46°37.01%24.90%
HSB/HSV46°54.02%34.12%
CMYK0.00%12.64%54.02%
65.88%

Color #574C28 in popluar number systems.

HEX574C28
Decimal877640
Binary10101111001100101000
Octal12711450

Shades and tints

Shades of #574C28

#574C28
(87,76,40)
#504625
(80,70,37)
#494022
(73,64,34)
#423A1F
(66,58,31)
#3B341C
(59,52,28)
#342E19
(52,46,25)
#2D2816
(45,40,22)
#262213
(38,34,19)
#1F1C10
(31,28,16)
#18160D
(24,22,13)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #574C28

#574C28
(87,76,40)
#665C3B
(102,92,59)
#756C4E
(117,108,78)
#847C61
(132,124,97)
#938C74
(147,140,116)
#A29C87
(162,156,135)
#B1AC9A
(177,172,154)
#C0BCAD
(192,188,173)
#CFCCC0
(207,204,192)
#DEDCD3
(222,220,211)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574C28; }

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

This text font color is #574C28.


Background Color

.myBgColor { background-color: #574C28; }

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

This div background color is #574C28.


Border color

.myBorderColor { border: 1px solid #574C28; }

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

This div border color is #574C28.


Opacity

.myOpacity80 { color: #574C28; opacity: 0.8; }

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

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

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

This text has shadow with #574C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574C28 on black background.


Color preview on white background

This text has color #574C28 on white background.



Black color preview on #574C28 background

This text has black color on #574C28 background.


White color preview on #574C28 background

This text has white color on #574C28 background.