COLOR #575E66

HEX: #575E66
RGB: (87,94,102)

Color info

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

RGB color model

#575E66 color RGB value is (87,94,102).

  • red value is 87;
  • green value is 94;
  • blue value is 102.
RGB:
(87,94,102)
(34%,37%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 102 of 255 = 40%

87
94
102

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

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 102 = 283 (100%)
R 87 of 283 ~ 30.74%
G 94 of 283 ~ 33.22%
B 102 of 283 ~ 36.04%

%30.74
%33.22
%36.04

CMYK color model

#575E66 color CMYK value is (15,8,0,60).

  • cyan value is 14.71%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(15,8,0,60)
C15M8Y0K60 
(15%,8%,0%,60%)
(0.15/0.08/0.00/0.60)	

CMYK percentages

%14.71
%7.84
%0
%60

Codes

Color #575E66 in popluar color models

575E66
RGB8794102
HSL212°7.94%37.06%
HSB/HSV212°14.71%40.00%
CMYK14.71%7.84%0.00%
60.00%

Color #575E66 in popluar number systems.

HEX575E66
Decimal8794102
Binary101011110111101100110
Octal127136146

Shades and tints

Shades of #575E66

#575E66
(87,94,102)
#50565D
(80,86,93)
#494E54
(73,78,84)
#42464B
(66,70,75)
#3B3E42
(59,62,66)
#343639
(52,54,57)
#2D2E30
(45,46,48)
#262627
(38,38,39)
#1F1E1E
(31,30,30)
#181615
(24,22,21)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #575E66

#575E66
(87,94,102)
#666C73
(102,108,115)
#757A80
(117,122,128)
#84888D
(132,136,141)
#93969A
(147,150,154)
#A2A4A7
(162,164,167)
#B1B2B4
(177,178,180)
#C0C0C1
(192,192,193)
#CFCECE
(207,206,206)
#DEDCDB
(222,220,219)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575E66 color. Also use rgb(87,94,102) instead hex code.

Text Font Color

.myTextColor { color: #575E66; }

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

This text font color is #575E66.


Background Color

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

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

This div background color is #575E66.


Border color

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

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

This div border color is #575E66.


Opacity

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

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

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

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

This text has shadow with #575E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E66 on black background.


Color preview on white background

This text has color #575E66 on white background.



Black color preview on #575E66 background

This text has black color on #575E66 background.


White color preview on #575E66 background

This text has white color on #575E66 background.