COLOR #57554E

HEX: #57554E
RGB: (87,85,78)

Color info

#57554E contains red, green and blue colors in about the same proportion. Web safe color of #57554E is #666666 (or #666).

RGB color model

#57554E color RGB value is (87,85,78).

  • red value is 87;
  • green value is 85;
  • blue value is 78.
RGB:
(87,85,78)
(34%,33%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 78 of 255 = 31%

87
85
78

R + G + B ~ 33%. #57554E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 78 = 250 (100%)
R 87 of 250 ~ 34.8%
G 85 of 250 ~ 34%
B 78 of 250 ~ 31.2%

%34.8
%34
%31.2

CMYK color model

#57554E color CMYK value is (0,2,10,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(0,2,10,66)
C0M2Y10K66 
(0%,2%,10%,66%)
(0.00/0.02/0.10/0.66)	

CMYK percentages

%0
%2.3
%10.34
%65.88

Codes

Color #57554E in popluar color models

57554E
RGB878578
HSL47°5.45%32.35%
HSB/HSV47°10.34%34.12%
CMYK0.00%2.30%10.34%
65.88%

Color #57554E in popluar number systems.

HEX57554E
Decimal878578
Binary101011110101011001110
Octal127125116

Shades and tints

Shades of #57554E

#57554E
(87,85,78)
#504E47
(80,78,71)
#494740
(73,71,64)
#424039
(66,64,57)
#3B3932
(59,57,50)
#34322B
(52,50,43)
#2D2B24
(45,43,36)
#26241D
(38,36,29)
#1F1D16
(31,29,22)
#18160F
(24,22,15)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #57554E

#57554E
(87,85,78)
#66645E
(102,100,94)
#75736E
(117,115,110)
#84827E
(132,130,126)
#93918E
(147,145,142)
#A2A09E
(162,160,158)
#B1AFAE
(177,175,174)
#C0BEBE
(192,190,190)
#CFCDCE
(207,205,206)
#DEDCDE
(222,220,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57554E color. Also use rgb(87,85,78) instead hex code.

Text Font Color

.myTextColor { color: #57554E; }

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

This text font color is #57554E.


Background Color

.myBgColor { background-color: #57554E; }

<div style="background-color:#57554E">Inner text</div>

This div background color is #57554E.


Border color

.myBorderColor { border: 1px solid #57554E; }

<div style="border:3px solid #57554E">Div</div>

This div border color is #57554E.


Opacity

.myOpacity80 { color: #57554E; opacity: 0.8; }

<p style="color:#57554E;opacity:0.8;">80%</p>

Text with #57554E 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 #57554E;}

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

This text has shadow with #57554E color.

.textShadow {text-shadow: 3px 3px 1px #57554E, 3px 3px 1px red;}

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

This text has shadow with #57554E primary color and red secondary color.


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

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

This text has shadow with #57554E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57554E on black background.


Color preview on white background

This text has color #57554E on white background.



Black color preview on #57554E background

This text has black color on #57554E background.


White color preview on #57554E background

This text has white color on #57554E background.