COLOR #577356

HEX: #577356
RGB: (87,115,86)

Color info

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

RGB color model

#577356 color RGB value is (87,115,86).

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

RGB channels and saturation

R 87 of 255 = 34%
G 115 of 255 = 45%
B 86 of 255 = 34%

87
115
86

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

Portions of RGB colors in percentages

R + G + B =
87 + 115 + 86 = 288 (100%)
R 87 of 288 ~ 30.21%
G 115 of 288 ~ 39.93%
B 86 of 288 ~ 29.86%

%30.21
%39.93
%29.86

CMYK color model

#577356 color CMYK value is (24,0,25,55).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(24,0,25,55)
C24M0Y25K55 
(24%,0%,25%,55%)
(0.24/0.00/0.25/0.55)	

CMYK percentages

%24.35
%0
%25.22
%54.9

Codes

Color #577356 in popluar color models

577356
RGB8711586
HSL118°14.43%39.41%
HSB/HSV118°25.22%45.10%
CMYK24.35%0.00%25.22%
54.90%

Color #577356 in popluar number systems.

HEX577356
Decimal8711586
Binary101011111100111010110
Octal127163126

Shades and tints

Shades of #577356

#577356
(87,115,86)
#50694F
(80,105,79)
#495F48
(73,95,72)
#425541
(66,85,65)
#3B4B3A
(59,75,58)
#344133
(52,65,51)
#2D372C
(45,55,44)
#262D25
(38,45,37)
#1F231E
(31,35,30)
#181917
(24,25,23)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #577356

#577356
(87,115,86)
#667F65
(102,127,101)
#758B74
(117,139,116)
#849783
(132,151,131)
#93A392
(147,163,146)
#A2AFA1
(162,175,161)
#B1BBB0
(177,187,176)
#C0C7BF
(192,199,191)
#CFD3CE
(207,211,206)
#DEDFDD
(222,223,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577356; }

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

This text font color is #577356.


Background Color

.myBgColor { background-color: #577356; }

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

This div background color is #577356.


Border color

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

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

This div border color is #577356.


Opacity

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

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

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

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

This text has shadow with #577356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577356 on black background.


Color preview on white background

This text has color #577356 on white background.



Black color preview on #577356 background

This text has black color on #577356 background.


White color preview on #577356 background

This text has white color on #577356 background.