COLOR #575654

HEX: #575654
RGB: (87,86,84)

Color info

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

RGB color model

#575654 color RGB value is (87,86,84).

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

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 84 of 255 = 33%

87
86
84

R + G + B ~ 34%. #575654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 84 = 257 (100%)
R 87 of 257 ~ 33.85%
G 86 of 257 ~ 33.46%
B 84 of 257 ~ 32.68%

%33.85
%33.46
%32.68

CMYK color model

#575654 color CMYK value is (0,1,3,66).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 3.45%
  • key color value is 65.88%
CMYK:
(0,1,3,66)
C0M1Y3K66 
(0%,1%,3%,66%)
(0.00/0.01/0.03/0.66)	

CMYK percentages

%0
%1.15
%3.45
%65.88

Codes

Color #575654 in popluar color models

575654
RGB878684
HSL40°1.75%33.53%
HSB/HSV40°3.45%34.12%
CMYK0.00%1.15%3.45%
65.88%

Color #575654 in popluar number systems.

HEX575654
Decimal878684
Binary101011110101101010100
Octal127126124

Shades and tints

Shades of #575654

#575654
(87,86,84)
#504F4D
(80,79,77)
#494846
(73,72,70)
#42413F
(66,65,63)
#3B3A38
(59,58,56)
#343331
(52,51,49)
#2D2C2A
(45,44,42)
#262523
(38,37,35)
#1F1E1C
(31,30,28)
#181715
(24,23,21)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #575654

#575654
(87,86,84)
#666563
(102,101,99)
#757472
(117,116,114)
#848381
(132,131,129)
#939290
(147,146,144)
#A2A19F
(162,161,159)
#B1B0AE
(177,176,174)
#C0BFBD
(192,191,189)
#CFCECC
(207,206,204)
#DEDDDB
(222,221,219)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575654; }

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

This text font color is #575654.


Background Color

.myBgColor { background-color: #575654; }

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

This div background color is #575654.


Border color

.myBorderColor { border: 1px solid #575654; }

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

This div border color is #575654.


Opacity

.myOpacity80 { color: #575654; opacity: 0.8; }

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

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

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

This text has shadow with #575654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575654 on black background.


Color preview on white background

This text has color #575654 on white background.



Black color preview on #575654 background

This text has black color on #575654 background.


White color preview on #575654 background

This text has white color on #575654 background.