COLOR #57424C

HEX: #57424C
RGB: (87,66,76)

Color info

#57424C contains red, green and blue colors in about the same proportion. Web safe color of #57424C is #663333 (or #633).

RGB color model

#57424C color RGB value is (87,66,76).

  • red value is 87;
  • green value is 66;
  • blue value is 76.
RGB:
(87,66,76)
(34%,26%,30%)

RGB channels and saturation

R 87 of 255 = 34%
G 66 of 255 = 26%
B 76 of 255 = 30%

87
66
76

R + G + B ~ 30%. #57424C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 66 + 76 = 229 (100%)
R 87 of 229 ~ 37.99%
G 66 of 229 ~ 28.82%
B 76 of 229 ~ 33.19%

%37.99
%28.82
%33.19

CMYK color model

#57424C color CMYK value is (0,24,13,66).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK:
(0,24,13,66)
C0M24Y13K66 
(0%,24%,13%,66%)
(0.00/0.24/0.13/0.66)	

CMYK percentages

%0
%24.14
%12.64
%65.88

Codes

Color #57424C in popluar color models

57424C
RGB876676
HSL331°13.73%30.00%
HSB/HSV331°24.14%34.12%
CMYK0.00%24.14%12.64%
65.88%

Color #57424C in popluar number systems.

HEX57424C
Decimal876676
Binary101011110000101001100
Octal127102114

Shades and tints

Shades of #57424C

#57424C
(87,66,76)
#503C46
(80,60,70)
#493640
(73,54,64)
#42303A
(66,48,58)
#3B2A34
(59,42,52)
#34242E
(52,36,46)
#2D1E28
(45,30,40)
#261822
(38,24,34)
#1F121C
(31,18,28)
#180C16
(24,12,22)
#110610
(17,6,16)
#000000
(0,0,0)

Tints of #57424C

#57424C
(87,66,76)
#66535C
(102,83,92)
#75646C
(117,100,108)
#84757C
(132,117,124)
#93868C
(147,134,140)
#A2979C
(162,151,156)
#B1A8AC
(177,168,172)
#C0B9BC
(192,185,188)
#CFCACC
(207,202,204)
#DEDBDC
(222,219,220)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57424C color. Also use rgb(87,66,76) instead hex code.

Text Font Color

.myTextColor { color: #57424C; }

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

This text font color is #57424C.


Background Color

.myBgColor { background-color: #57424C; }

<div style="background-color:#57424C">Inner text</div>

This div background color is #57424C.


Border color

.myBorderColor { border: 1px solid #57424C; }

<div style="border:3px solid #57424C">Div</div>

This div border color is #57424C.


Opacity

.myOpacity80 { color: #57424C; opacity: 0.8; }

<p style="color:#57424C;opacity:0.8;">80%</p>

Text with #57424C 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 #57424C;}

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

This text has shadow with #57424C color.

.textShadow {text-shadow: 3px 3px 1px #57424C, 3px 3px 1px red;}

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

This text has shadow with #57424C primary color and red secondary color.


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

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

This text has shadow with #57424C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57424C on black background.


Color preview on white background

This text has color #57424C on white background.



Black color preview on #57424C background

This text has black color on #57424C background.


White color preview on #57424C background

This text has white color on #57424C background.