COLOR #57606A

HEX: #57606A
RGB: (87,96,106)

Color info

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

RGB color model

#57606A color RGB value is (87,96,106).

  • red value is 87;
  • green value is 96;
  • blue value is 106.
RGB:
(87,96,106)
(34%,38%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 106 of 255 = 42%

87
96
106

R + G + B ~ 38%. #57606A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 106 = 289 (100%)
R 87 of 289 ~ 30.1%
G 96 of 289 ~ 33.22%
B 106 of 289 ~ 36.68%

%30.1
%33.22
%36.68

CMYK color model

#57606A color CMYK value is (18,9,0,58).

  • cyan value is 17.92%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(18,9,0,58)
C18M9Y0K58 
(18%,9%,0%,58%)
(0.18/0.09/0.00/0.58)	

CMYK percentages

%17.92
%9.43
%0
%58.43

Codes

Color #57606A in popluar color models

57606A
RGB8796106
HSL212°9.84%37.84%
HSB/HSV212°17.92%41.57%
CMYK17.92%9.43%0.00%
58.43%

Color #57606A in popluar number systems.

HEX57606A
Decimal8796106
Binary101011111000001101010
Octal127140152

Shades and tints

Shades of #57606A

#57606A
(87,96,106)
#505861
(80,88,97)
#495058
(73,80,88)
#42484F
(66,72,79)
#3B4046
(59,64,70)
#34383D
(52,56,61)
#2D3034
(45,48,52)
#26282B
(38,40,43)
#1F2022
(31,32,34)
#181819
(24,24,25)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #57606A

#57606A
(87,96,106)
#666E77
(102,110,119)
#757C84
(117,124,132)
#848A91
(132,138,145)
#93989E
(147,152,158)
#A2A6AB
(162,166,171)
#B1B4B8
(177,180,184)
#C0C2C5
(192,194,197)
#CFD0D2
(207,208,210)
#DEDEDF
(222,222,223)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57606A color. Also use rgb(87,96,106) instead hex code.

Text Font Color

.myTextColor { color: #57606A; }

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

This text font color is #57606A.


Background Color

.myBgColor { background-color: #57606A; }

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

This div background color is #57606A.


Border color

.myBorderColor { border: 1px solid #57606A; }

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

This div border color is #57606A.


Opacity

.myOpacity80 { color: #57606A; opacity: 0.8; }

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

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

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

This text has shadow with #57606A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57606A on black background.


Color preview on white background

This text has color #57606A on white background.



Black color preview on #57606A background

This text has black color on #57606A background.


White color preview on #57606A background

This text has white color on #57606A background.