COLOR #57928B

HEX: #57928B
RGB: (87,146,139)

Color info

#57928B contains red, green and blue colors in about the same proportion. Web safe color of #57928B is #669999 (or #699).

RGB color model

#57928B color RGB value is (87,146,139).

  • red value is 87;
  • green value is 146;
  • blue value is 139.
RGB: (87,146,139) (34%,57%,55%)

RGB channels and saturation

R 87 of 255 = 34%
G 146 of 255 = 57%
B 139 of 255 = 55%

87
146
139

R + G + B ~ 49%. #57928B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 146 + 139 = 372 (100%)
R 87 of 372 ~ 23.39%
G 146 of 372 ~ 39.25%
B 139 of 372 ~ 37.37%

%23.39
%39.25
%37.37

CMYK color model

#57928B color CMYK value is (40,0,5,43).

  • cyan value is 40.41%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 42.75%
CMYK: (40,0,5,43) C40M0Y5K43 (40%,0%,5%,43%) (0.40/0.00/0.05/0.43)

CMYK percentages

%40.41
%0
%4.79
%42.75

Codes

Color #57928B in popluar color models

57928B
RGB87146139
HSL173°25.32%45.69%
HSB/HSV173°40.41%57.25%
CMYK40.41%0.00%4.79%
42.75%

Color #57928B in popluar number systems.

HEX57928B
Decimal87146139
Binary10101111001001010001011
Octal127222213

Shades and tints

Shades of #57928B

#57928B
(87,146,139)
#50857F
(80,133,127)
#497873
(73,120,115)
#426B67
(66,107,103)
#3B5E5B
(59,94,91)
#34514F
(52,81,79)
#2D4443
(45,68,67)
#263737
(38,55,55)
#1F2A2B
(31,42,43)
#181D1F
(24,29,31)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #57928B

#57928B
(87,146,139)
#669B95
(102,155,149)
#75A49F
(117,164,159)
#84ADA9
(132,173,169)
#93B6B3
(147,182,179)
#A2BFBD
(162,191,189)
#B1C8C7
(177,200,199)
#C0D1D1
(192,209,209)
#CFDADB
(207,218,219)
#DEE3E5
(222,227,229)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57928B color. Also use rgb(87,146,139) instead hex code.

Text Font Color

.myTextColor { color: #57928B; }

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

This text font color is #57928B.


Background Color

.myBgColor { background-color: #57928B; }

<div style="background-color:#57928B">Inner text</div>

This div background color is #57928B.


Border color

.myBorderColor { border: 1px solid #57928B; }

<div style="border:3px solid #57928B">Div</div>

This div border color is #57928B.


Opacity

.myOpacity80 { color: #57928B; opacity: 0.8; }

<p style="color:#57928B;opacity:0.8;">80%</p>

Text with #57928B 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 #57928B;}

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

This text has shadow with #57928B color.

.textShadow {text-shadow: 3px 3px 1px #57928B, 3px 3px 1px red;}

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

This text has shadow with #57928B primary color and red secondary color.


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

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

This text has shadow with #57928B and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #57928B; -webkit-box-shadow:	1px 1px 3px 2px #57928B; box-shadow:	1px 1px 3px 2px #57928B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #57928B; -webkit-box-shadow: 1px 1px 3px 2px #57928B; box-shadow:1px 1px 3px 2px #57928B;">
Div content here</div>
This div box has shadow with color #57928B.

Preview

Color preview on black background

This text has color #57928B on black background.


Color preview on white background

This text has color #57928B on white background.



Black color preview on #57928B background

This text has black color on #57928B background.


White color preview on #57928B background

This text has white color on #57928B background.