COLOR #577F41

HEX: #577F41
RGB: (87,127,65)

Color info

#577F41 contains mainly red and green colors. Web safe color of #577F41 is #666633 (or #663).

RGB color model

#577F41 color RGB value is (87,127,65).

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

RGB channels and saturation

R 87 of 255 = 34%
G 127 of 255 = 50%
B 65 of 255 = 25%

87
127
65

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

Portions of RGB colors in percentages

R + G + B =
87 + 127 + 65 = 279 (100%)
R 87 of 279 ~ 31.18%
G 127 of 279 ~ 45.52%
B 65 of 279 ~ 23.3%

%31.18
%45.52
%23.3

CMYK color model

#577F41 color CMYK value is (31,0,49,50).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 50.20%
CMYK:
(31,0,49,50)
C31M0Y49K50 
(31%,0%,49%,50%)
(0.31/0.00/0.49/0.50)	

CMYK percentages

%31.5
%0
%48.82
%50.2

Codes

Color #577F41 in popluar color models

577F41
RGB8712765
HSL99°32.29%37.65%
HSB/HSV99°48.82%49.80%
CMYK31.50%0.00%48.82%
50.20%

Color #577F41 in popluar number systems.

HEX577F41
Decimal8712765
Binary101011111111111000001
Octal127177101

Shades and tints

Shades of #577F41

#577F41
(87,127,65)
#50743C
(80,116,60)
#496937
(73,105,55)
#425E32
(66,94,50)
#3B532D
(59,83,45)
#344828
(52,72,40)
#2D3D23
(45,61,35)
#26321E
(38,50,30)
#1F2719
(31,39,25)
#181C14
(24,28,20)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #577F41

#577F41
(87,127,65)
#668A52
(102,138,82)
#759563
(117,149,99)
#84A074
(132,160,116)
#93AB85
(147,171,133)
#A2B696
(162,182,150)
#B1C1A7
(177,193,167)
#C0CCB8
(192,204,184)
#CFD7C9
(207,215,201)
#DEE2DA
(222,226,218)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577F41; }

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

This text font color is #577F41.


Background Color

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

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

This div background color is #577F41.


Border color

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

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

This div border color is #577F41.


Opacity

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

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

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

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

This text has shadow with #577F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577F41 on black background.


Color preview on white background

This text has color #577F41 on white background.



Black color preview on #577F41 background

This text has black color on #577F41 background.


White color preview on #577F41 background

This text has white color on #577F41 background.