COLOR #57494E

HEX: #57494E
RGB: (87,73,78)

Color info

#57494E contains red, green and blue colors in about the same proportion. Web safe color of #57494E is #663366 (or #636).

RGB color model

#57494E color RGB value is (87,73,78).

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

RGB channels and saturation

R 87 of 255 = 34%
G 73 of 255 = 29%
B 78 of 255 = 31%

87
73
78

R + G + B ~ 31%. #57494E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 73 + 78 = 238 (100%)
R 87 of 238 ~ 36.55%
G 73 of 238 ~ 30.67%
B 78 of 238 ~ 32.77%

%36.55
%30.67
%32.77

CMYK color model

#57494E color CMYK value is (0,16,10,66).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(0,16,10,66)
C0M16Y10K66 
(0%,16%,10%,66%)
(0.00/0.16/0.10/0.66)	

CMYK percentages

%0
%16.09
%10.34
%65.88

Codes

Color #57494E in popluar color models

57494E
RGB877378
HSL339°8.75%31.37%
HSB/HSV339°16.09%34.12%
CMYK0.00%16.09%10.34%
65.88%

Color #57494E in popluar number systems.

HEX57494E
Decimal877378
Binary101011110010011001110
Octal127111116

Shades and tints

Shades of #57494E

#57494E
(87,73,78)
#504347
(80,67,71)
#493D40
(73,61,64)
#423739
(66,55,57)
#3B3132
(59,49,50)
#342B2B
(52,43,43)
#2D2524
(45,37,36)
#261F1D
(38,31,29)
#1F1916
(31,25,22)
#18130F
(24,19,15)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #57494E

#57494E
(87,73,78)
#66595E
(102,89,94)
#75696E
(117,105,110)
#84797E
(132,121,126)
#93898E
(147,137,142)
#A2999E
(162,153,158)
#B1A9AE
(177,169,174)
#C0B9BE
(192,185,190)
#CFC9CE
(207,201,206)
#DED9DE
(222,217,222)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57494E; }

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

This text font color is #57494E.


Background Color

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

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

This div background color is #57494E.


Border color

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

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

This div border color is #57494E.


Opacity

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

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

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

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

This text has shadow with #57494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57494E on black background.


Color preview on white background

This text has color #57494E on white background.



Black color preview on #57494E background

This text has black color on #57494E background.


White color preview on #57494E background

This text has white color on #57494E background.