COLOR #57584F

HEX: #57584F
RGB: (87,88,79)

Color info

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

RGB color model

#57584F color RGB value is (87,88,79).

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

RGB channels and saturation

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

87
88
79

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 79 = 254 (100%)
R 87 of 254 ~ 34.25%
G 88 of 254 ~ 34.65%
B 79 of 254 ~ 31.1%

%34.25
%34.65
%31.1

CMYK color model

#57584F color CMYK value is (1,0,10,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(1,0,10,65)
C1M0Y10K65 
(1%,0%,10%,65%)
(0.01/0.00/0.10/0.65)	

CMYK percentages

%1.14
%0
%10.23
%65.49

Codes

Color #57584F in popluar color models

57584F
RGB878879
HSL67°5.39%32.75%
HSB/HSV67°10.23%34.51%
CMYK1.14%0.00%10.23%
65.49%

Color #57584F in popluar number systems.

HEX57584F
Decimal878879
Binary101011110110001001111
Octal127130117

Shades and tints

Shades of #57584F

#57584F
(87,88,79)
#505048
(80,80,72)
#494841
(73,72,65)
#42403A
(66,64,58)
#3B3833
(59,56,51)
#34302C
(52,48,44)
#2D2825
(45,40,37)
#26201E
(38,32,30)
#1F1817
(31,24,23)
#181010
(24,16,16)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #57584F

#57584F
(87,88,79)
#66675F
(102,103,95)
#75766F
(117,118,111)
#84857F
(132,133,127)
#93948F
(147,148,143)
#A2A39F
(162,163,159)
#B1B2AF
(177,178,175)
#C0C1BF
(192,193,191)
#CFD0CF
(207,208,207)
#DEDFDF
(222,223,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57584F; }

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

This text font color is #57584F.


Background Color

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

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

This div background color is #57584F.


Border color

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

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

This div border color is #57584F.


Opacity

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

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

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

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

This text has shadow with #57584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57584F on black background.


Color preview on white background

This text has color #57584F on white background.



Black color preview on #57584F background

This text has black color on #57584F background.


White color preview on #57584F background

This text has white color on #57584F background.