COLOR #575C6C

HEX: #575C6C
RGB: (87,92,108)

Color info

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

RGB color model

#575C6C color RGB value is (87,92,108).

  • red value is 87;
  • green value is 92;
  • blue value is 108.
RGB:
(87,92,108)
(34%,36%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 92 of 255 = 36%
B 108 of 255 = 42%

87
92
108

R + G + B ~ 37%. #575C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 92 + 108 = 287 (100%)
R 87 of 287 ~ 30.31%
G 92 of 287 ~ 32.06%
B 108 of 287 ~ 37.63%

%30.31
%32.06
%37.63

CMYK color model

#575C6C color CMYK value is (19,15,0,58).

  • cyan value is 19.44%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,15,0,58)
C19M15Y0K58 
(19%,15%,0%,58%)
(0.19/0.15/0.00/0.58)	

CMYK percentages

%19.44
%14.81
%0
%57.65

Codes

Color #575C6C in popluar color models

575C6C
RGB8792108
HSL226°10.77%38.24%
HSB/HSV226°19.44%42.35%
CMYK19.44%14.81%0.00%
57.65%

Color #575C6C in popluar number systems.

HEX575C6C
Decimal8792108
Binary101011110111001101100
Octal127134154

Shades and tints

Shades of #575C6C

#575C6C
(87,92,108)
#505463
(80,84,99)
#494C5A
(73,76,90)
#424451
(66,68,81)
#3B3C48
(59,60,72)
#34343F
(52,52,63)
#2D2C36
(45,44,54)
#26242D
(38,36,45)
#1F1C24
(31,28,36)
#18141B
(24,20,27)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #575C6C

#575C6C
(87,92,108)
#666A79
(102,106,121)
#757886
(117,120,134)
#848693
(132,134,147)
#9394A0
(147,148,160)
#A2A2AD
(162,162,173)
#B1B0BA
(177,176,186)
#C0BEC7
(192,190,199)
#CFCCD4
(207,204,212)
#DEDAE1
(222,218,225)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575C6C color. Also use rgb(87,92,108) instead hex code.

Text Font Color

.myTextColor { color: #575C6C; }

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

This text font color is #575C6C.


Background Color

.myBgColor { background-color: #575C6C; }

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

This div background color is #575C6C.


Border color

.myBorderColor { border: 1px solid #575C6C; }

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

This div border color is #575C6C.


Opacity

.myOpacity80 { color: #575C6C; opacity: 0.8; }

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

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

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

This text has shadow with #575C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575C6C on black background.


Color preview on white background

This text has color #575C6C on white background.



Black color preview on #575C6C background

This text has black color on #575C6C background.


White color preview on #575C6C background

This text has white color on #575C6C background.