COLOR #577F66

HEX: #577F66
RGB: (87,127,102)

Color info

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

RGB color model

#577F66 color RGB value is (87,127,102).

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

RGB channels and saturation

R 87 of 255 = 34%
G 127 of 255 = 50%
B 102 of 255 = 40%

87
127
102

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

Portions of RGB colors in percentages

R + G + B =
87 + 127 + 102 = 316 (100%)
R 87 of 316 ~ 27.53%
G 127 of 316 ~ 40.19%
B 102 of 316 ~ 32.28%

%27.53
%40.19
%32.28

CMYK color model

#577F66 color CMYK value is (31,0,20,50).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 50.20%
CMYK:
(31,0,20,50)
C31M0Y20K50 
(31%,0%,20%,50%)
(0.31/0.00/0.20/0.50)	

CMYK percentages

%31.5
%0
%19.69
%50.2

Codes

Color #577F66 in popluar color models

577F66
RGB87127102
HSL143°18.69%41.96%
HSB/HSV143°31.50%49.80%
CMYK31.50%0.00%19.69%
50.20%

Color #577F66 in popluar number systems.

HEX577F66
Decimal87127102
Binary101011111111111100110
Octal127177146

Shades and tints

Shades of #577F66

#577F66
(87,127,102)
#50745D
(80,116,93)
#496954
(73,105,84)
#425E4B
(66,94,75)
#3B5342
(59,83,66)
#344839
(52,72,57)
#2D3D30
(45,61,48)
#263227
(38,50,39)
#1F271E
(31,39,30)
#181C15
(24,28,21)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #577F66

#577F66
(87,127,102)
#668A73
(102,138,115)
#759580
(117,149,128)
#84A08D
(132,160,141)
#93AB9A
(147,171,154)
#A2B6A7
(162,182,167)
#B1C1B4
(177,193,180)
#C0CCC1
(192,204,193)
#CFD7CE
(207,215,206)
#DEE2DB
(222,226,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577F66; }

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

This text font color is #577F66.


Background Color

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

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

This div background color is #577F66.


Border color

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

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

This div border color is #577F66.


Opacity

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

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

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

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

This text has shadow with #577F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577F66 on black background.


Color preview on white background

This text has color #577F66 on white background.



Black color preview on #577F66 background

This text has black color on #577F66 background.


White color preview on #577F66 background

This text has white color on #577F66 background.