COLOR #577F63

HEX: #577F63
RGB: (87,127,99)

Color info

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

RGB color model

#577F63 color RGB value is (87,127,99).

  • red value is 87;
  • green value is 127;
  • blue value is 99.
RGB:
(87,127,99)
(34%,50%,39%)

RGB channels and saturation

R 87 of 255 = 34%
G 127 of 255 = 50%
B 99 of 255 = 39%

87
127
99

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

Portions of RGB colors in percentages

R + G + B =
87 + 127 + 99 = 313 (100%)
R 87 of 313 ~ 27.8%
G 127 of 313 ~ 40.58%
B 99 of 313 ~ 31.63%

%27.8
%40.58
%31.63

CMYK color model

#577F63 color CMYK value is (31,0,22,50).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 50.20%
CMYK:
(31,0,22,50)
C31M0Y22K50 
(31%,0%,22%,50%)
(0.31/0.00/0.22/0.50)	

CMYK percentages

%31.5
%0
%22.05
%50.2

Codes

Color #577F63 in popluar color models

577F63
RGB8712799
HSL138°18.69%41.96%
HSB/HSV138°31.50%49.80%
CMYK31.50%0.00%22.05%
50.20%

Color #577F63 in popluar number systems.

HEX577F63
Decimal8712799
Binary101011111111111100011
Octal127177143

Shades and tints

Shades of #577F63

#577F63
(87,127,99)
#50745A
(80,116,90)
#496951
(73,105,81)
#425E48
(66,94,72)
#3B533F
(59,83,63)
#344836
(52,72,54)
#2D3D2D
(45,61,45)
#263224
(38,50,36)
#1F271B
(31,39,27)
#181C12
(24,28,18)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #577F63

#577F63
(87,127,99)
#668A71
(102,138,113)
#75957F
(117,149,127)
#84A08D
(132,160,141)
#93AB9B
(147,171,155)
#A2B6A9
(162,182,169)
#B1C1B7
(177,193,183)
#C0CCC5
(192,204,197)
#CFD7D3
(207,215,211)
#DEE2E1
(222,226,225)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577F63 color. Also use rgb(87,127,99) instead hex code.

Text Font Color

.myTextColor { color: #577F63; }

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

This text font color is #577F63.


Background Color

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

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

This div background color is #577F63.


Border color

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

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

This div border color is #577F63.


Opacity

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

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

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

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

This text has shadow with #577F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577F63 on black background.


Color preview on white background

This text has color #577F63 on white background.



Black color preview on #577F63 background

This text has black color on #577F63 background.


White color preview on #577F63 background

This text has white color on #577F63 background.