COLOR #577A62

HEX: #577A62
RGB: (87,122,98)

Color info

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

RGB color model

#577A62 color RGB value is (87,122,98).

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

RGB channels and saturation

R 87 of 255 = 34%
G 122 of 255 = 48%
B 98 of 255 = 38%

87
122
98

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

Portions of RGB colors in percentages

R + G + B =
87 + 122 + 98 = 307 (100%)
R 87 of 307 ~ 28.34%
G 122 of 307 ~ 39.74%
B 98 of 307 ~ 31.92%

%28.34
%39.74
%31.92

CMYK color model

#577A62 color CMYK value is (29,0,20,52).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 52.16%
CMYK:
(29,0,20,52)
C29M0Y20K52 
(29%,0%,20%,52%)
(0.29/0.00/0.20/0.52)	

CMYK percentages

%28.69
%0
%19.67
%52.16

Codes

Color #577A62 in popluar color models

577A62
RGB8712298
HSL139°16.75%40.98%
HSB/HSV139°28.69%47.84%
CMYK28.69%0.00%19.67%
52.16%

Color #577A62 in popluar number systems.

HEX577A62
Decimal8712298
Binary101011111110101100010
Octal127172142

Shades and tints

Shades of #577A62

#577A62
(87,122,98)
#506F5A
(80,111,90)
#496452
(73,100,82)
#42594A
(66,89,74)
#3B4E42
(59,78,66)
#34433A
(52,67,58)
#2D3832
(45,56,50)
#262D2A
(38,45,42)
#1F2222
(31,34,34)
#18171A
(24,23,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #577A62

#577A62
(87,122,98)
#668670
(102,134,112)
#75927E
(117,146,126)
#849E8C
(132,158,140)
#93AA9A
(147,170,154)
#A2B6A8
(162,182,168)
#B1C2B6
(177,194,182)
#C0CEC4
(192,206,196)
#CFDAD2
(207,218,210)
#DEE6E0
(222,230,224)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577A62; }

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

This text font color is #577A62.


Background Color

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

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

This div background color is #577A62.


Border color

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

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

This div border color is #577A62.


Opacity

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

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

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

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

This text has shadow with #577A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577A62 on black background.


Color preview on white background

This text has color #577A62 on white background.



Black color preview on #577A62 background

This text has black color on #577A62 background.


White color preview on #577A62 background

This text has white color on #577A62 background.