COLOR #577C41

HEX: #577C41
RGB: (87,124,65)

Color info

#577C41 contains red, green and blue colors in about the same proportion. Web safe color of #577C41 is #666633 (or #663).

RGB color model

#577C41 color RGB value is (87,124,65).

  • red value is 87;
  • green value is 124;
  • blue value is 65.
RGB:
(87,124,65)
(34%,49%,25%)

RGB channels and saturation

R 87 of 255 = 34%
G 124 of 255 = 49%
B 65 of 255 = 25%

87
124
65

R + G + B ~ 36%. #577C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 124 + 65 = 276 (100%)
R 87 of 276 ~ 31.52%
G 124 of 276 ~ 44.93%
B 65 of 276 ~ 23.55%

%31.52
%44.93
%23.55

CMYK color model

#577C41 color CMYK value is (30,0,48,51).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 47.58%
  • key color value is 51.37%
CMYK:
(30,0,48,51)
C30M0Y48K51 
(30%,0%,48%,51%)
(0.30/0.00/0.48/0.51)	

CMYK percentages

%29.84
%0
%47.58
%51.37

Codes

Color #577C41 in popluar color models

577C41
RGB8712465
HSL98°31.22%37.06%
HSB/HSV98°47.58%48.63%
CMYK29.84%0.00%47.58%
51.37%

Color #577C41 in popluar number systems.

HEX577C41
Decimal8712465
Binary101011111111001000001
Octal127174101

Shades and tints

Shades of #577C41

#577C41
(87,124,65)
#50713C
(80,113,60)
#496637
(73,102,55)
#425B32
(66,91,50)
#3B502D
(59,80,45)
#344528
(52,69,40)
#2D3A23
(45,58,35)
#262F1E
(38,47,30)
#1F2419
(31,36,25)
#181914
(24,25,20)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #577C41

#577C41
(87,124,65)
#668752
(102,135,82)
#759263
(117,146,99)
#849D74
(132,157,116)
#93A885
(147,168,133)
#A2B396
(162,179,150)
#B1BEA7
(177,190,167)
#C0C9B8
(192,201,184)
#CFD4C9
(207,212,201)
#DEDFDA
(222,223,218)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577C41 color. Also use rgb(87,124,65) instead hex code.

Text Font Color

.myTextColor { color: #577C41; }

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

This text font color is #577C41.


Background Color

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

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

This div background color is #577C41.


Border color

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

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

This div border color is #577C41.


Opacity

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

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

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

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

This text has shadow with #577C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577C41 on black background.


Color preview on white background

This text has color #577C41 on white background.



Black color preview on #577C41 background

This text has black color on #577C41 background.


White color preview on #577C41 background

This text has white color on #577C41 background.