COLOR #574A40

HEX: #574A40
RGB: (87,74,64)

Color info

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

RGB color model

#574A40 color RGB value is (87,74,64).

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

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 64 of 255 = 25%

87
74
64

R + G + B ~ 29%. #574A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 74 + 64 = 225 (100%)
R 87 of 225 ~ 38.67%
G 74 of 225 ~ 32.89%
B 64 of 225 ~ 28.44%

%38.67
%32.89
%28.44

CMYK color model

#574A40 color CMYK value is (0,15,26,66).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(0,15,26,66)
C0M15Y26K66 
(0%,15%,26%,66%)
(0.00/0.15/0.26/0.66)	

CMYK percentages

%0
%14.94
%26.44
%65.88

Codes

Color #574A40 in popluar color models

574A40
RGB877464
HSL26°15.23%29.61%
HSB/HSV26°26.44%34.12%
CMYK0.00%14.94%26.44%
65.88%

Color #574A40 in popluar number systems.

HEX574A40
Decimal877464
Binary101011110010101000000
Octal127112100

Shades and tints

Shades of #574A40

#574A40
(87,74,64)
#50443B
(80,68,59)
#493E36
(73,62,54)
#423831
(66,56,49)
#3B322C
(59,50,44)
#342C27
(52,44,39)
#2D2622
(45,38,34)
#26201D
(38,32,29)
#1F1A18
(31,26,24)
#181413
(24,20,19)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #574A40

#574A40
(87,74,64)
#665A51
(102,90,81)
#756A62
(117,106,98)
#847A73
(132,122,115)
#938A84
(147,138,132)
#A29A95
(162,154,149)
#B1AAA6
(177,170,166)
#C0BAB7
(192,186,183)
#CFCAC8
(207,202,200)
#DEDAD9
(222,218,217)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574A40; }

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

This text font color is #574A40.


Background Color

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

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

This div background color is #574A40.


Border color

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

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

This div border color is #574A40.


Opacity

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

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

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

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

This text has shadow with #574A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574A40 on black background.


Color preview on white background

This text has color #574A40 on white background.



Black color preview on #574A40 background

This text has black color on #574A40 background.


White color preview on #574A40 background

This text has white color on #574A40 background.