COLOR #57728E

HEX: #57728E
RGB: (87,114,142)

Color info

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

RGB color model

#57728E color RGB value is (87,114,142).

  • red value is 87;
  • green value is 114;
  • blue value is 142.
RGB:
(87,114,142)
(34%,45%,56%)

RGB channels and saturation

R 87 of 255 = 34%
G 114 of 255 = 45%
B 142 of 255 = 56%

87
114
142

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

Portions of RGB colors in percentages

R + G + B =
87 + 114 + 142 = 343 (100%)
R 87 of 343 ~ 25.36%
G 114 of 343 ~ 33.24%
B 142 of 343 ~ 41.4%

%25.36
%33.24
%41.4

CMYK color model

#57728E color CMYK value is (39,20,0,44).

  • cyan value is 38.73%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(39,20,0,44)
C39M20Y0K44 
(39%,20%,0%,44%)
(0.39/0.20/0.00/0.44)	

CMYK percentages

%38.73
%19.72
%0
%44.31

Codes

Color #57728E in popluar color models

57728E
RGB87114142
HSL211°24.02%44.90%
HSB/HSV211°38.73%55.69%
CMYK38.73%19.72%0.00%
44.31%

Color #57728E in popluar number systems.

HEX57728E
Decimal87114142
Binary1010111111001010001110
Octal127162216

Shades and tints

Shades of #57728E

#57728E
(87,114,142)
#506882
(80,104,130)
#495E76
(73,94,118)
#42546A
(66,84,106)
#3B4A5E
(59,74,94)
#344052
(52,64,82)
#2D3646
(45,54,70)
#262C3A
(38,44,58)
#1F222E
(31,34,46)
#181822
(24,24,34)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #57728E

#57728E
(87,114,142)
#667E98
(102,126,152)
#758AA2
(117,138,162)
#8496AC
(132,150,172)
#93A2B6
(147,162,182)
#A2AEC0
(162,174,192)
#B1BACA
(177,186,202)
#C0C6D4
(192,198,212)
#CFD2DE
(207,210,222)
#DEDEE8
(222,222,232)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57728E color. Also use rgb(87,114,142) instead hex code.

Text Font Color

.myTextColor { color: #57728E; }

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

This text font color is #57728E.


Background Color

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

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

This div background color is #57728E.


Border color

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

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

This div border color is #57728E.


Opacity

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

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

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

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

This text has shadow with #57728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57728E on black background.


Color preview on white background

This text has color #57728E on white background.



Black color preview on #57728E background

This text has black color on #57728E background.


White color preview on #57728E background

This text has white color on #57728E background.