COLOR #57544F

HEX: #57544F
RGB: (87,84,79)

Color info

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

RGB color model

#57544F color RGB value is (87,84,79).

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

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 79 of 255 = 31%

87
84
79

R + G + B ~ 33%. #57544F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 79 = 250 (100%)
R 87 of 250 ~ 34.8%
G 84 of 250 ~ 33.6%
B 79 of 250 ~ 31.6%

%34.8
%33.6
%31.6

CMYK color model

#57544F color CMYK value is (0,3,9,66).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,3,9,66)
C0M3Y9K66 
(0%,3%,9%,66%)
(0.00/0.03/0.09/0.66)	

CMYK percentages

%0
%3.45
%9.2
%65.88

Codes

Color #57544F in popluar color models

57544F
RGB878479
HSL38°4.82%32.55%
HSB/HSV38°9.20%34.12%
CMYK0.00%3.45%9.20%
65.88%

Color #57544F in popluar number systems.

HEX57544F
Decimal878479
Binary101011110101001001111
Octal127124117

Shades and tints

Shades of #57544F

#57544F
(87,84,79)
#504D48
(80,77,72)
#494641
(73,70,65)
#423F3A
(66,63,58)
#3B3833
(59,56,51)
#34312C
(52,49,44)
#2D2A25
(45,42,37)
#26231E
(38,35,30)
#1F1C17
(31,28,23)
#181510
(24,21,16)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #57544F

#57544F
(87,84,79)
#66635F
(102,99,95)
#75726F
(117,114,111)
#84817F
(132,129,127)
#93908F
(147,144,143)
#A29F9F
(162,159,159)
#B1AEAF
(177,174,175)
#C0BDBF
(192,189,191)
#CFCCCF
(207,204,207)
#DEDBDF
(222,219,223)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57544F; }

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

This text font color is #57544F.


Background Color

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

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

This div background color is #57544F.


Border color

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

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

This div border color is #57544F.


Opacity

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

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

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

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

This text has shadow with #57544F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57544F on black background.


Color preview on white background

This text has color #57544F on white background.



Black color preview on #57544F background

This text has black color on #57544F background.


White color preview on #57544F background

This text has white color on #57544F background.