COLOR #577A6E

HEX: #577A6E
RGB: (87,122,110)

Color info

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

RGB color model

#577A6E color RGB value is (87,122,110).

  • red value is 87;
  • green value is 122;
  • blue value is 110.
RGB:
(87,122,110)
(34%,48%,43%)

RGB channels and saturation

R 87 of 255 = 34%
G 122 of 255 = 48%
B 110 of 255 = 43%

87
122
110

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

Portions of RGB colors in percentages

R + G + B =
87 + 122 + 110 = 319 (100%)
R 87 of 319 ~ 27.27%
G 122 of 319 ~ 38.24%
B 110 of 319 ~ 34.48%

%27.27
%38.24
%34.48

CMYK color model

#577A6E color CMYK value is (29,0,10,52).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(29,0,10,52)
C29M0Y10K52 
(29%,0%,10%,52%)
(0.29/0.00/0.10/0.52)	

CMYK percentages

%28.69
%0
%9.84
%52.16

Codes

Color #577A6E in popluar color models

577A6E
RGB87122110
HSL159°16.75%40.98%
HSB/HSV159°28.69%47.84%
CMYK28.69%0.00%9.84%
52.16%

Color #577A6E in popluar number systems.

HEX577A6E
Decimal87122110
Binary101011111110101101110
Octal127172156

Shades and tints

Shades of #577A6E

#577A6E
(87,122,110)
#506F64
(80,111,100)
#49645A
(73,100,90)
#425950
(66,89,80)
#3B4E46
(59,78,70)
#34433C
(52,67,60)
#2D3832
(45,56,50)
#262D28
(38,45,40)
#1F221E
(31,34,30)
#181714
(24,23,20)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #577A6E

#577A6E
(87,122,110)
#66867B
(102,134,123)
#759288
(117,146,136)
#849E95
(132,158,149)
#93AAA2
(147,170,162)
#A2B6AF
(162,182,175)
#B1C2BC
(177,194,188)
#C0CEC9
(192,206,201)
#CFDAD6
(207,218,214)
#DEE6E3
(222,230,227)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577A6E color. Also use rgb(87,122,110) instead hex code.

Text Font Color

.myTextColor { color: #577A6E; }

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

This text font color is #577A6E.


Background Color

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

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

This div background color is #577A6E.


Border color

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

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

This div border color is #577A6E.


Opacity

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

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

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

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

This text has shadow with #577A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577A6E on black background.


Color preview on white background

This text has color #577A6E on white background.



Black color preview on #577A6E background

This text has black color on #577A6E background.


White color preview on #577A6E background

This text has white color on #577A6E background.