COLOR #57544D

HEX: #57544D
RGB: (87,84,77)

Color info

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

RGB color model

#57544D color RGB value is (87,84,77).

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

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 77 of 255 = 30%

87
84
77

R + G + B ~ 32%. #57544D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 77 = 248 (100%)
R 87 of 248 ~ 35.08%
G 84 of 248 ~ 33.87%
B 77 of 248 ~ 31.05%

%35.08
%33.87
%31.05

CMYK color model

#57544D color CMYK value is (0,3,11,66).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 11.49%
  • key color value is 65.88%
CMYK:
(0,3,11,66)
C0M3Y11K66 
(0%,3%,11%,66%)
(0.00/0.03/0.11/0.66)	

CMYK percentages

%0
%3.45
%11.49
%65.88

Codes

Color #57544D in popluar color models

57544D
RGB878477
HSL42°6.10%32.16%
HSB/HSV42°11.49%34.12%
CMYK0.00%3.45%11.49%
65.88%

Color #57544D in popluar number systems.

HEX57544D
Decimal878477
Binary101011110101001001101
Octal127124115

Shades and tints

Shades of #57544D

#57544D
(87,84,77)
#504D46
(80,77,70)
#49463F
(73,70,63)
#423F38
(66,63,56)
#3B3831
(59,56,49)
#34312A
(52,49,42)
#2D2A23
(45,42,35)
#26231C
(38,35,28)
#1F1C15
(31,28,21)
#18150E
(24,21,14)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #57544D

#57544D
(87,84,77)
#66635D
(102,99,93)
#75726D
(117,114,109)
#84817D
(132,129,125)
#93908D
(147,144,141)
#A29F9D
(162,159,157)
#B1AEAD
(177,174,173)
#C0BDBD
(192,189,189)
#CFCCCD
(207,204,205)
#DEDBDD
(222,219,221)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57544D color. Also use rgb(87,84,77) instead hex code.

Text Font Color

.myTextColor { color: #57544D; }

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

This text font color is #57544D.


Background Color

.myBgColor { background-color: #57544D; }

<div style="background-color:#57544D">Inner text</div>

This div background color is #57544D.


Border color

.myBorderColor { border: 1px solid #57544D; }

<div style="border:3px solid #57544D">Div</div>

This div border color is #57544D.


Opacity

.myOpacity80 { color: #57544D; opacity: 0.8; }

<p style="color:#57544D;opacity:0.8;">80%</p>

Text with #57544D 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 #57544D;}

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

This text has shadow with #57544D color.

.textShadow {text-shadow: 3px 3px 1px #57544D, 3px 3px 1px red;}

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

This text has shadow with #57544D primary color and red secondary color.


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

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

This text has shadow with #57544D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57544D on black background.


Color preview on white background

This text has color #57544D on white background.



Black color preview on #57544D background

This text has black color on #57544D background.


White color preview on #57544D background

This text has white color on #57544D background.