COLOR #577059

HEX: #577059
RGB: (87,112,89)

Color info

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

RGB color model

#577059 color RGB value is (87,112,89).

  • red value is 87;
  • green value is 112;
  • blue value is 89.
RGB:
(87,112,89)
(34%,44%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 112 of 255 = 44%
B 89 of 255 = 35%

87
112
89

R + G + B ~ 38%. #577059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 112 + 89 = 288 (100%)
R 87 of 288 ~ 30.21%
G 112 of 288 ~ 38.89%
B 89 of 288 ~ 30.9%

%30.21
%38.89
%30.9

CMYK color model

#577059 color CMYK value is (22,0,21,56).

  • cyan value is 22.32%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(22,0,21,56)
C22M0Y21K56 
(22%,0%,21%,56%)
(0.22/0.00/0.21/0.56)	

CMYK percentages

%22.32
%0
%20.54
%56.08

Codes

Color #577059 in popluar color models

577059
RGB8711289
HSL125°12.56%39.02%
HSB/HSV125°22.32%43.92%
CMYK22.32%0.00%20.54%
56.08%

Color #577059 in popluar number systems.

HEX577059
Decimal8711289
Binary101011111100001011001
Octal127160131

Shades and tints

Shades of #577059

#577059
(87,112,89)
#506651
(80,102,81)
#495C49
(73,92,73)
#425241
(66,82,65)
#3B4839
(59,72,57)
#343E31
(52,62,49)
#2D3429
(45,52,41)
#262A21
(38,42,33)
#1F2019
(31,32,25)
#181611
(24,22,17)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #577059

#577059
(87,112,89)
#667D68
(102,125,104)
#758A77
(117,138,119)
#849786
(132,151,134)
#93A495
(147,164,149)
#A2B1A4
(162,177,164)
#B1BEB3
(177,190,179)
#C0CBC2
(192,203,194)
#CFD8D1
(207,216,209)
#DEE5E0
(222,229,224)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577059 color. Also use rgb(87,112,89) instead hex code.

Text Font Color

.myTextColor { color: #577059; }

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

This text font color is #577059.


Background Color

.myBgColor { background-color: #577059; }

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

This div background color is #577059.


Border color

.myBorderColor { border: 1px solid #577059; }

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

This div border color is #577059.


Opacity

.myOpacity80 { color: #577059; opacity: 0.8; }

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

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

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

This text has shadow with #577059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577059 on black background.


Color preview on white background

This text has color #577059 on white background.



Black color preview on #577059 background

This text has black color on #577059 background.


White color preview on #577059 background

This text has white color on #577059 background.