COLOR #57574D

HEX: #57574D RGB: (87,87,77)

Color info

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

RGB color model

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

RGB: (87,87,77) (34%, 34%, 30%)

RGB channels and saturation

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

87
87
77

R + G + B ~ 33%. #57574D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 87 + 77 = 251 (100%)
R 87 of 251 ~ 34.66%
G 87 of 251 ~ 34.66%
B 77 of 251 ~ 30.68'%

%34.66
%34.66
%30.68

CMYK color model

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

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

CMYK percentages

%0
%0
%11.49
%65.88

Codes

Color #57574D in popluar color models

57 57 4D
RGB 87 87 77
HSL 60° 6.10% 32.16%
HSB/HSV 60° 11.49% 34.12%
CMYK 0.00% 0.00% 11.49%
65.88%

Color #57574D in popluar number systems.

HEX 57 57 4D
Decimal 87 87 77
Binary 1010111 1010111 1001101
Octal 127 127 115

Shades and tints

Shades of #57574D

#57574D
(87,87,77)
#505046
(80,80,70)
#49493F
(73,73,63)
#424238
(66,66,56)
#3B3B31
(59,59,49)
#34342A
(52,52,42)
#2D2D23
(45,45,35)
#26261C
(38,38,28)
#1F1F15
(31,31,21)
#18180E
(24,24,14)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #57574D

#57574D
(87,87,77)
#66665D
(102,102,93)
#75756D
(117,117,109)
#84847D
(132,132,125)
#93938D
(147,147,141)
#A2A29D
(162,162,157)
#B1B1AD
(177,177,173)
#C0C0BD
(192,192,189)
#CFCFCD
(207,207,205)
#DEDEDD
(222,222,221)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57574D; }

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

This text font color is #57574D.

Background Color

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

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

This div background color is #57574D.

Border color

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

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

This div border color is #57574D.

Opacity

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

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

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

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

This text has shadow with #57574D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57574D.

Preview

Color preview on black background

This text has color #57574D on black background.


Color preview on white background

This text has color #57574D on white background.


Black color preview on #57574D background

This text has black color on #57574D background.


White color preview on #57574D background

This text has white color on #57574D background.


Related colors

Complementary color

Complementary color for #hex is #A8A8B2.


I love getcolorcode.com