COLOR #577D56

HEX: #577D56
RGB: (87,125,86)

Color info

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

RGB color model

#577D56 color RGB value is (87,125,86).

  • red value is 87;
  • green value is 125;
  • blue value is 86.
RGB:
(87,125,86)
(34%,49%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 125 of 255 = 49%
B 86 of 255 = 34%

87
125
86

R + G + B ~ 39%. #577D56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 125 + 86 = 298 (100%)
R 87 of 298 ~ 29.19%
G 125 of 298 ~ 41.95%
B 86 of 298 ~ 28.86%

%29.19
%41.95
%28.86

CMYK color model

#577D56 color CMYK value is (30,0,31,51).

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(30,0,31,51)
C30M0Y31K51 
(30%,0%,31%,51%)
(0.30/0.00/0.31/0.51)	

CMYK percentages

%30.4
%0
%31.2
%50.98

Codes

Color #577D56 in popluar color models

577D56
RGB8712586
HSL118°18.48%41.37%
HSB/HSV118°31.20%49.02%
CMYK30.40%0.00%31.20%
50.98%

Color #577D56 in popluar number systems.

HEX577D56
Decimal8712586
Binary101011111111011010110
Octal127175126

Shades and tints

Shades of #577D56

#577D56
(87,125,86)
#50724F
(80,114,79)
#496748
(73,103,72)
#425C41
(66,92,65)
#3B513A
(59,81,58)
#344633
(52,70,51)
#2D3B2C
(45,59,44)
#263025
(38,48,37)
#1F251E
(31,37,30)
#181A17
(24,26,23)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #577D56

#577D56
(87,125,86)
#668865
(102,136,101)
#759374
(117,147,116)
#849E83
(132,158,131)
#93A992
(147,169,146)
#A2B4A1
(162,180,161)
#B1BFB0
(177,191,176)
#C0CABF
(192,202,191)
#CFD5CE
(207,213,206)
#DEE0DD
(222,224,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577D56 color. Also use rgb(87,125,86) instead hex code.

Text Font Color

.myTextColor { color: #577D56; }

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

This text font color is #577D56.


Background Color

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

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

This div background color is #577D56.


Border color

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

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

This div border color is #577D56.


Opacity

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

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

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

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

This text has shadow with #577D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577D56 on black background.


Color preview on white background

This text has color #577D56 on white background.



Black color preview on #577D56 background

This text has black color on #577D56 background.


White color preview on #577D56 background

This text has white color on #577D56 background.