COLOR #574D28

HEX: #574D28
RGB: (87,77,40)

Color info

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

RGB color model

#574D28 color RGB value is (87,77,40).

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

RGB channels and saturation

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

87
77
40

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

Portions of RGB colors in percentages

R + G + B =
87 + 77 + 40 = 204 (100%)
R 87 of 204 ~ 42.65%
G 77 of 204 ~ 37.75%
B 40 of 204 ~ 19.61%

%42.65
%37.75
%19.61

CMYK color model

#574D28 color CMYK value is (0,11,54,66).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 54.02%
  • key color value is 65.88%
CMYK:
(0,11,54,66)
C0M11Y54K66 
(0%,11%,54%,66%)
(0.00/0.11/0.54/0.66)	

CMYK percentages

%0
%11.49
%54.02
%65.88

Codes

Color #574D28 in popluar color models

574D28
RGB877740
HSL47°37.01%24.90%
HSB/HSV47°54.02%34.12%
CMYK0.00%11.49%54.02%
65.88%

Color #574D28 in popluar number systems.

HEX574D28
Decimal877740
Binary10101111001101101000
Octal12711550

Shades and tints

Shades of #574D28

#574D28
(87,77,40)
#504625
(80,70,37)
#493F22
(73,63,34)
#42381F
(66,56,31)
#3B311C
(59,49,28)
#342A19
(52,42,25)
#2D2316
(45,35,22)
#261C13
(38,28,19)
#1F1510
(31,21,16)
#180E0D
(24,14,13)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #574D28

#574D28
(87,77,40)
#665D3B
(102,93,59)
#756D4E
(117,109,78)
#847D61
(132,125,97)
#938D74
(147,141,116)
#A29D87
(162,157,135)
#B1AD9A
(177,173,154)
#C0BDAD
(192,189,173)
#CFCDC0
(207,205,192)
#DEDDD3
(222,221,211)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574D28; }

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

This text font color is #574D28.


Background Color

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

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

This div background color is #574D28.


Border color

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

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

This div border color is #574D28.


Opacity

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

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

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

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

This text has shadow with #574D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574D28 on black background.


Color preview on white background

This text has color #574D28 on white background.



Black color preview on #574D28 background

This text has black color on #574D28 background.


White color preview on #574D28 background

This text has white color on #574D28 background.