COLOR #57617E

HEX: #57617E
RGB: (87,97,126)

Color info

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

RGB color model

#57617E color RGB value is (87,97,126).

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

RGB channels and saturation

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

87
97
126

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

Portions of RGB colors in percentages

R + G + B =
87 + 97 + 126 = 310 (100%)
R 87 of 310 ~ 28.06%
G 97 of 310 ~ 31.29%
B 126 of 310 ~ 40.65%

%28.06
%31.29
%40.65

CMYK color model

#57617E color CMYK value is (31,23,0,51).

  • cyan value is 30.95%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(31,23,0,51)
C31M23Y0K51 
(31%,23%,0%,51%)
(0.31/0.23/0.00/0.51)	

CMYK percentages

%30.95
%23.02
%0
%50.59

Codes

Color #57617E in popluar color models

57617E
RGB8797126
HSL225°18.31%41.76%
HSB/HSV225°30.95%49.41%
CMYK30.95%23.02%0.00%
50.59%

Color #57617E in popluar number systems.

HEX57617E
Decimal8797126
Binary101011111000011111110
Octal127141176

Shades and tints

Shades of #57617E

#57617E
(87,97,126)
#505973
(80,89,115)
#495168
(73,81,104)
#42495D
(66,73,93)
#3B4152
(59,65,82)
#343947
(52,57,71)
#2D313C
(45,49,60)
#262931
(38,41,49)
#1F2126
(31,33,38)
#18191B
(24,25,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #57617E

#57617E
(87,97,126)
#666F89
(102,111,137)
#757D94
(117,125,148)
#848B9F
(132,139,159)
#9399AA
(147,153,170)
#A2A7B5
(162,167,181)
#B1B5C0
(177,181,192)
#C0C3CB
(192,195,203)
#CFD1D6
(207,209,214)
#DEDFE1
(222,223,225)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57617E; }

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

This text font color is #57617E.


Background Color

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

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

This div background color is #57617E.


Border color

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

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

This div border color is #57617E.


Opacity

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

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

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

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

This text has shadow with #57617E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57617E on black background.


Color preview on white background

This text has color #57617E on white background.



Black color preview on #57617E background

This text has black color on #57617E background.


White color preview on #57617E background

This text has white color on #57617E background.