COLOR #577A6F

HEX: #577A6F RGB: (87,122,111)

Color info

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

RGB color model

#577A6F color RGB value is (87,122,111).

RGB: (87,122,111) (34%, 48%, 44%)

RGB channels and saturation

R 87 of 255 = 34%
G 122 of 255 = 48%
B 111 of 255 = 44%

87
122
111

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

Portions of RGB colors in percentages

R + G + B = 87 + 122 + 111 = 320 (100%)
R 87 of 320 ~ 27.19%
G 122 of 320 ~ 38.13%
B 111 of 320 ~ 34.69'%

%27.19
%38.13
%34.69

CMYK color model

#577A6F color CMYK value is (29,0,9,52).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 52.16%

CMYK: (29,0,9,52)
C29M0Y9K52 (29%, 0%, 9%, 52%)
(0.29 / 0.00 / 0.09 / 0.52)

CMYK percentages

%28.69
%0
%9.02
%52.16

Codes

Color #577A6F in popluar color models

57 7A 6F
RGB 87 122 111
HSL 161° 16.75% 40.98%
HSB/HSV 161° 28.69% 47.84%
CMYK 28.69% 0.00% 9.02%
52.16%

Color #577A6F in popluar number systems.

HEX 57 7A 6F
Decimal 87 122 111
Binary 1010111 1111010 1101111
Octal 127 172 157

Shades and tints

Shades of #577A6F

#577A6F
(87,122,111)
#506F65
(80,111,101)
#49645B
(73,100,91)
#425951
(66,89,81)
#3B4E47
(59,78,71)
#34433D
(52,67,61)
#2D3833
(45,56,51)
#262D29
(38,45,41)
#1F221F
(31,34,31)
#181715
(24,23,21)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #577A6F

#577A6F
(87,122,111)
#66867C
(102,134,124)
#759289
(117,146,137)
#849E96
(132,158,150)
#93AAA3
(147,170,163)
#A2B6B0
(162,182,176)
#B1C2BD
(177,194,189)
#C0CECA
(192,206,202)
#CFDAD7
(207,218,215)
#DEE6E4
(222,230,228)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577A6F; }

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

This text font color is #577A6F.

Background Color

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

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

This div background color is #577A6F.

Border color

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

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

This div border color is #577A6F.

Opacity

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

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

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

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

This text has shadow with #577A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577A6F.

Preview

Color preview on black background

This text has color #577A6F on black background.


Color preview on white background

This text has color #577A6F on white background.


Black color preview on #577A6F background

This text has black color on #577A6F background.


White color preview on #577A6F background

This text has white color on #577A6F background.


Related colors

Complementary color

Complementary color for #hex is #A88590.


I love getcolorcode.com

Triadic colors

1 #6F577A and #7A6F57 with #577A6F are triadic colors.

2 #6F7A57 and #7A576F with #577A6F are triadic colors.