COLOR #57584E

HEX: #57584E
RGB: (87,88,78)

Color info

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

RGB color model

#57584E color RGB value is (87,88,78).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 78 of 255 = 31%

87
88
78

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 78 = 253 (100%)
R 87 of 253 ~ 34.39%
G 88 of 253 ~ 34.78%
B 78 of 253 ~ 30.83%

%34.39
%34.78
%30.83

CMYK color model

#57584E color CMYK value is (1,0,11,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 65.49%
CMYK:
(1,0,11,65)
C1M0Y11K65 
(1%,0%,11%,65%)
(0.01/0.00/0.11/0.65)	

CMYK percentages

%1.14
%0
%11.36
%65.49

Codes

Color #57584E in popluar color models

57584E
RGB878878
HSL66°6.02%32.55%
HSB/HSV66°11.36%34.51%
CMYK1.14%0.00%11.36%
65.49%

Color #57584E in popluar number systems.

HEX57584E
Decimal878878
Binary101011110110001001110
Octal127130116

Shades and tints

Shades of #57584E

#57584E
(87,88,78)
#505047
(80,80,71)
#494840
(73,72,64)
#424039
(66,64,57)
#3B3832
(59,56,50)
#34302B
(52,48,43)
#2D2824
(45,40,36)
#26201D
(38,32,29)
#1F1816
(31,24,22)
#18100F
(24,16,15)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #57584E

#57584E
(87,88,78)
#66675E
(102,103,94)
#75766E
(117,118,110)
#84857E
(132,133,126)
#93948E
(147,148,142)
#A2A39E
(162,163,158)
#B1B2AE
(177,178,174)
#C0C1BE
(192,193,190)
#CFD0CE
(207,208,206)
#DEDFDE
(222,223,222)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57584E; }

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

This text font color is #57584E.


Background Color

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

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

This div background color is #57584E.


Border color

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

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

This div border color is #57584E.


Opacity

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

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

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

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

This text has shadow with #57584E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57584E on black background.


Color preview on white background

This text has color #57584E on white background.



Black color preview on #57584E background

This text has black color on #57584E background.


White color preview on #57584E background

This text has white color on #57584E background.