COLOR #57758F

HEX: #57758F
RGB: (87,117,143)

Color info

#57758F contains red, green and blue colors in about the same proportion. Web safe color of #57758F is #666699 (or #669).

RGB color model

#57758F color RGB value is (87,117,143).

  • red value is 87;
  • green value is 117;
  • blue value is 143.
RGB:
(87,117,143)
(34%,46%,56%)

RGB channels and saturation

R 87 of 255 = 34%
G 117 of 255 = 46%
B 143 of 255 = 56%

87
117
143

R + G + B ~ 45%. #57758F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 117 + 143 = 347 (100%)
R 87 of 347 ~ 25.07%
G 117 of 347 ~ 33.72%
B 143 of 347 ~ 41.21%

%25.07
%33.72
%41.21

CMYK color model

#57758F color CMYK value is (39,18,0,44).

  • cyan value is 39.16%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(39,18,0,44)
C39M18Y0K44 
(39%,18%,0%,44%)
(0.39/0.18/0.00/0.44)	

CMYK percentages

%39.16
%18.18
%0
%43.92

Codes

Color #57758F in popluar color models

57758F
RGB87117143
HSL208°24.35%45.10%
HSB/HSV208°39.16%56.08%
CMYK39.16%18.18%0.00%
43.92%

Color #57758F in popluar number systems.

HEX57758F
Decimal87117143
Binary1010111111010110001111
Octal127165217

Shades and tints

Shades of #57758F

#57758F
(87,117,143)
#506B82
(80,107,130)
#496175
(73,97,117)
#425768
(66,87,104)
#3B4D5B
(59,77,91)
#34434E
(52,67,78)
#2D3941
(45,57,65)
#262F34
(38,47,52)
#1F2527
(31,37,39)
#181B1A
(24,27,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #57758F

#57758F
(87,117,143)
#668199
(102,129,153)
#758DA3
(117,141,163)
#8499AD
(132,153,173)
#93A5B7
(147,165,183)
#A2B1C1
(162,177,193)
#B1BDCB
(177,189,203)
#C0C9D5
(192,201,213)
#CFD5DF
(207,213,223)
#DEE1E9
(222,225,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57758F color. Also use rgb(87,117,143) instead hex code.

Text Font Color

.myTextColor { color: #57758F; }

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

This text font color is #57758F.


Background Color

.myBgColor { background-color: #57758F; }

<div style="background-color:#57758F">Inner text</div>

This div background color is #57758F.


Border color

.myBorderColor { border: 1px solid #57758F; }

<div style="border:3px solid #57758F">Div</div>

This div border color is #57758F.


Opacity

.myOpacity80 { color: #57758F; opacity: 0.8; }

<p style="color:#57758F;opacity:0.8;">80%</p>

Text with #57758F 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 #57758F;}

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

This text has shadow with #57758F color.

.textShadow {text-shadow: 3px 3px 1px #57758F, 3px 3px 1px red;}

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

This text has shadow with #57758F primary color and red secondary color.


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

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

This text has shadow with #57758F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57758F on black background.


Color preview on white background

This text has color #57758F on white background.



Black color preview on #57758F background

This text has black color on #57758F background.


White color preview on #57758F background

This text has white color on #57758F background.