COLOR #577954

HEX: #577954
RGB: (87,121,84)

Color info

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

RGB color model

#577954 color RGB value is (87,121,84).

  • red value is 87;
  • green value is 121;
  • blue value is 84.
RGB:
(87,121,84)
(34%,47%,33%)

RGB channels and saturation

R 87 of 255 = 34%
G 121 of 255 = 47%
B 84 of 255 = 33%

87
121
84

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

Portions of RGB colors in percentages

R + G + B =
87 + 121 + 84 = 292 (100%)
R 87 of 292 ~ 29.79%
G 121 of 292 ~ 41.44%
B 84 of 292 ~ 28.77%

%29.79
%41.44
%28.77

CMYK color model

#577954 color CMYK value is (28,0,31,53).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 30.58%
  • key color value is 52.55%
CMYK:
(28,0,31,53)
C28M0Y31K53 
(28%,0%,31%,53%)
(0.28/0.00/0.31/0.53)	

CMYK percentages

%28.1
%0
%30.58
%52.55

Codes

Color #577954 in popluar color models

577954
RGB8712184
HSL115°18.05%40.20%
HSB/HSV115°30.58%47.45%
CMYK28.10%0.00%30.58%
52.55%

Color #577954 in popluar number systems.

HEX577954
Decimal8712184
Binary101011111110011010100
Octal127171124

Shades and tints

Shades of #577954

#577954
(87,121,84)
#506E4D
(80,110,77)
#496346
(73,99,70)
#42583F
(66,88,63)
#3B4D38
(59,77,56)
#344231
(52,66,49)
#2D372A
(45,55,42)
#262C23
(38,44,35)
#1F211C
(31,33,28)
#181615
(24,22,21)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #577954

#577954
(87,121,84)
#668563
(102,133,99)
#759172
(117,145,114)
#849D81
(132,157,129)
#93A990
(147,169,144)
#A2B59F
(162,181,159)
#B1C1AE
(177,193,174)
#C0CDBD
(192,205,189)
#CFD9CC
(207,217,204)
#DEE5DB
(222,229,219)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577954 color. Also use rgb(87,121,84) instead hex code.

Text Font Color

.myTextColor { color: #577954; }

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

This text font color is #577954.


Background Color

.myBgColor { background-color: #577954; }

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

This div background color is #577954.


Border color

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

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

This div border color is #577954.


Opacity

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

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

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

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

This text has shadow with #577954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577954 on black background.


Color preview on white background

This text has color #577954 on white background.



Black color preview on #577954 background

This text has black color on #577954 background.


White color preview on #577954 background

This text has white color on #577954 background.