COLOR #574A28

HEX: #574A28
RGB: (87,74,40)

Color info

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

RGB color model

#574A28 color RGB value is (87,74,40).

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

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 40 of 255 = 16%

87
74
40

R + G + B ~ 26%. #574A28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 74 + 40 = 201 (100%)
R 87 of 201 ~ 43.28%
G 74 of 201 ~ 36.82%
B 40 of 201 ~ 19.9%

%43.28
%36.82
%19.9

CMYK color model

#574A28 color CMYK value is (0,15,54,66).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 54.02%
  • key color value is 65.88%
CMYK:
(0,15,54,66)
C0M15Y54K66 
(0%,15%,54%,66%)
(0.00/0.15/0.54/0.66)	

CMYK percentages

%0
%14.94
%54.02
%65.88

Codes

Color #574A28 in popluar color models

574A28
RGB877440
HSL43°37.01%24.90%
HSB/HSV43°54.02%34.12%
CMYK0.00%14.94%54.02%
65.88%

Color #574A28 in popluar number systems.

HEX574A28
Decimal877440
Binary10101111001010101000
Octal12711250

Shades and tints

Shades of #574A28

#574A28
(87,74,40)
#504425
(80,68,37)
#493E22
(73,62,34)
#42381F
(66,56,31)
#3B321C
(59,50,28)
#342C19
(52,44,25)
#2D2616
(45,38,22)
#262013
(38,32,19)
#1F1A10
(31,26,16)
#18140D
(24,20,13)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #574A28

#574A28
(87,74,40)
#665A3B
(102,90,59)
#756A4E
(117,106,78)
#847A61
(132,122,97)
#938A74
(147,138,116)
#A29A87
(162,154,135)
#B1AA9A
(177,170,154)
#C0BAAD
(192,186,173)
#CFCAC0
(207,202,192)
#DEDAD3
(222,218,211)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574A28; }

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

This text font color is #574A28.


Background Color

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

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

This div background color is #574A28.


Border color

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

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

This div border color is #574A28.


Opacity

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

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

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

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

This text has shadow with #574A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574A28 on black background.


Color preview on white background

This text has color #574A28 on white background.



Black color preview on #574A28 background

This text has black color on #574A28 background.


White color preview on #574A28 background

This text has white color on #574A28 background.