COLOR #577E7B

HEX: #577E7B
RGB: (87,126,123)

Color info

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

RGB color model

#577E7B color RGB value is (87,126,123).

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

RGB channels and saturation

R 87 of 255 = 34%
G 126 of 255 = 49%
B 123 of 255 = 48%

87
126
123

R + G + B ~ 44%. #577E7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 126 + 123 = 336 (100%)
R 87 of 336 ~ 25.89%
G 126 of 336 ~ 37.5%
B 123 of 336 ~ 36.61%

%25.89
%37.5
%36.61

CMYK color model

#577E7B color CMYK value is (31,0,2,51).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK:
(31,0,2,51)
C31M0Y2K51 
(31%,0%,2%,51%)
(0.31/0.00/0.02/0.51)	

CMYK percentages

%30.95
%0
%2.38
%50.59

Codes

Color #577E7B in popluar color models

577E7B
RGB87126123
HSL175°18.31%41.76%
HSB/HSV175°30.95%49.41%
CMYK30.95%0.00%2.38%
50.59%

Color #577E7B in popluar number systems.

HEX577E7B
Decimal87126123
Binary101011111111101111011
Octal127176173

Shades and tints

Shades of #577E7B

#577E7B
(87,126,123)
#507370
(80,115,112)
#496865
(73,104,101)
#425D5A
(66,93,90)
#3B524F
(59,82,79)
#344744
(52,71,68)
#2D3C39
(45,60,57)
#26312E
(38,49,46)
#1F2623
(31,38,35)
#181B18
(24,27,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #577E7B

#577E7B
(87,126,123)
#668987
(102,137,135)
#759493
(117,148,147)
#849F9F
(132,159,159)
#93AAAB
(147,170,171)
#A2B5B7
(162,181,183)
#B1C0C3
(177,192,195)
#C0CBCF
(192,203,207)
#CFD6DB
(207,214,219)
#DEE1E7
(222,225,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577E7B color. Also use rgb(87,126,123) instead hex code.

Text Font Color

.myTextColor { color: #577E7B; }

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

This text font color is #577E7B.


Background Color

.myBgColor { background-color: #577E7B; }

<div style="background-color:#577E7B">Inner text</div>

This div background color is #577E7B.


Border color

.myBorderColor { border: 1px solid #577E7B; }

<div style="border:3px solid #577E7B">Div</div>

This div border color is #577E7B.


Opacity

.myOpacity80 { color: #577E7B; opacity: 0.8; }

<p style="color:#577E7B;opacity:0.8;">80%</p>

Text with #577E7B 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 #577E7B;}

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

This text has shadow with #577E7B color.

.textShadow {text-shadow: 3px 3px 1px #577E7B, 3px 3px 1px red;}

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

This text has shadow with #577E7B primary color and red secondary color.


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

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

This text has shadow with #577E7B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577E7B on black background.


Color preview on white background

This text has color #577E7B on white background.



Black color preview on #577E7B background

This text has black color on #577E7B background.


White color preview on #577E7B background

This text has white color on #577E7B background.