COLOR #574A20

HEX: #574A20
RGB: (87,74,32)

Color info

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

RGB color model

#574A20 color RGB value is (87,74,32).

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

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 32 of 255 = 13%

87
74
32

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

Portions of RGB colors in percentages

R + G + B =
87 + 74 + 32 = 193 (100%)
R 87 of 193 ~ 45.08%
G 74 of 193 ~ 38.34%
B 32 of 193 ~ 16.58%

%45.08
%38.34
%16.58

CMYK color model

#574A20 color CMYK value is (0,15,63,66).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 63.22%
  • key color value is 65.88%
CMYK:
(0,15,63,66)
C0M15Y63K66 
(0%,15%,63%,66%)
(0.00/0.15/0.63/0.66)	

CMYK percentages

%0
%14.94
%63.22
%65.88

Codes

Color #574A20 in popluar color models

574A20
RGB877432
HSL46°46.22%23.33%
HSB/HSV46°63.22%34.12%
CMYK0.00%14.94%63.22%
65.88%

Color #574A20 in popluar number systems.

HEX574A20
Decimal877432
Binary10101111001010100000
Octal12711240

Shades and tints

Shades of #574A20

#574A20
(87,74,32)
#50441E
(80,68,30)
#493E1C
(73,62,28)
#42381A
(66,56,26)
#3B3218
(59,50,24)
#342C16
(52,44,22)
#2D2614
(45,38,20)
#262012
(38,32,18)
#1F1A10
(31,26,16)
#18140E
(24,20,14)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #574A20

#574A20
(87,74,32)
#665A34
(102,90,52)
#756A48
(117,106,72)
#847A5C
(132,122,92)
#938A70
(147,138,112)
#A29A84
(162,154,132)
#B1AA98
(177,170,152)
#C0BAAC
(192,186,172)
#CFCAC0
(207,202,192)
#DEDAD4
(222,218,212)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574A20; }

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

This text font color is #574A20.


Background Color

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

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

This div background color is #574A20.


Border color

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

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

This div border color is #574A20.


Opacity

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

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

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

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

This text has shadow with #574A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574A20 on black background.


Color preview on white background

This text has color #574A20 on white background.



Black color preview on #574A20 background

This text has black color on #574A20 background.


White color preview on #574A20 background

This text has white color on #574A20 background.