COLOR #57607E

HEX: #57607E
RGB: (87,96,126)

Color info

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

RGB color model

#57607E color RGB value is (87,96,126).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 126 of 255 = 49%

87
96
126

R + G + B ~ 40%. #57607E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 126 = 309 (100%)
R 87 of 309 ~ 28.16%
G 96 of 309 ~ 31.07%
B 126 of 309 ~ 40.78%

%28.16
%31.07
%40.78

CMYK color model

#57607E color CMYK value is (31,24,0,51).

  • cyan value is 30.95%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(31,24,0,51)
C31M24Y0K51 
(31%,24%,0%,51%)
(0.31/0.24/0.00/0.51)	

CMYK percentages

%30.95
%23.81
%0
%50.59

Codes

Color #57607E in popluar color models

57607E
RGB8796126
HSL226°18.31%41.76%
HSB/HSV226°30.95%49.41%
CMYK30.95%23.81%0.00%
50.59%

Color #57607E in popluar number systems.

HEX57607E
Decimal8796126
Binary101011111000001111110
Octal127140176

Shades and tints

Shades of #57607E

#57607E
(87,96,126)
#505873
(80,88,115)
#495068
(73,80,104)
#42485D
(66,72,93)
#3B4052
(59,64,82)
#343847
(52,56,71)
#2D303C
(45,48,60)
#262831
(38,40,49)
#1F2026
(31,32,38)
#18181B
(24,24,27)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #57607E

#57607E
(87,96,126)
#666E89
(102,110,137)
#757C94
(117,124,148)
#848A9F
(132,138,159)
#9398AA
(147,152,170)
#A2A6B5
(162,166,181)
#B1B4C0
(177,180,192)
#C0C2CB
(192,194,203)
#CFD0D6
(207,208,214)
#DEDEE1
(222,222,225)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57607E color. Also use rgb(87,96,126) instead hex code.

Text Font Color

.myTextColor { color: #57607E; }

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

This text font color is #57607E.


Background Color

.myBgColor { background-color: #57607E; }

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

This div background color is #57607E.


Border color

.myBorderColor { border: 1px solid #57607E; }

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

This div border color is #57607E.


Opacity

.myOpacity80 { color: #57607E; opacity: 0.8; }

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

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

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

This text has shadow with #57607E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57607E on black background.


Color preview on white background

This text has color #57607E on white background.



Black color preview on #57607E background

This text has black color on #57607E background.


White color preview on #57607E background

This text has white color on #57607E background.