COLOR #574F48

HEX: #574F48
RGB: (87,79,72)

Color info

#574F48 contains red, green and blue colors in about the same proportion. Web safe color of #574F48 is #666633 (or #663).

RGB color model

#574F48 color RGB value is (87,79,72).

  • red value is 87;
  • green value is 79;
  • blue value is 72.
RGB:
(87,79,72)
(34%,31%,28%)

RGB channels and saturation

R 87 of 255 = 34%
G 79 of 255 = 31%
B 72 of 255 = 28%

87
79
72

R + G + B ~ 31%. #574F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 79 + 72 = 238 (100%)
R 87 of 238 ~ 36.55%
G 79 of 238 ~ 33.19%
B 72 of 238 ~ 30.25%

%36.55
%33.19
%30.25

CMYK color model

#574F48 color CMYK value is (0,9,17,66).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(0,9,17,66)
C0M9Y17K66 
(0%,9%,17%,66%)
(0.00/0.09/0.17/0.66)	

CMYK percentages

%0
%9.2
%17.24
%65.88

Codes

Color #574F48 in popluar color models

574F48
RGB877972
HSL28°9.43%31.18%
HSB/HSV28°17.24%34.12%
CMYK0.00%9.20%17.24%
65.88%

Color #574F48 in popluar number systems.

HEX574F48
Decimal877972
Binary101011110011111001000
Octal127117110

Shades and tints

Shades of #574F48

#574F48
(87,79,72)
#504842
(80,72,66)
#49413C
(73,65,60)
#423A36
(66,58,54)
#3B3330
(59,51,48)
#342C2A
(52,44,42)
#2D2524
(45,37,36)
#261E1E
(38,30,30)
#1F1718
(31,23,24)
#181012
(24,16,18)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #574F48

#574F48
(87,79,72)
#665F58
(102,95,88)
#756F68
(117,111,104)
#847F78
(132,127,120)
#938F88
(147,143,136)
#A29F98
(162,159,152)
#B1AFA8
(177,175,168)
#C0BFB8
(192,191,184)
#CFCFC8
(207,207,200)
#DEDFD8
(222,223,216)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574F48 color. Also use rgb(87,79,72) instead hex code.

Text Font Color

.myTextColor { color: #574F48; }

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

This text font color is #574F48.


Background Color

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

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

This div background color is #574F48.


Border color

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

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

This div border color is #574F48.


Opacity

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

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

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

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

This text has shadow with #574F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574F48 on black background.


Color preview on white background

This text has color #574F48 on white background.



Black color preview on #574F48 background

This text has black color on #574F48 background.


White color preview on #574F48 background

This text has white color on #574F48 background.