COLOR #577C2D

HEX: #577C2D
RGB: (87,124,45)

Color info

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

RGB color model

#577C2D color RGB value is (87,124,45).

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

RGB channels and saturation

R 87 of 255 = 34%
G 124 of 255 = 49%
B 45 of 255 = 18%

87
124
45

R + G + B ~ 34%. #577C2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 124 + 45 = 256 (100%)
R 87 of 256 ~ 33.98%
G 124 of 256 ~ 48.44%
B 45 of 256 ~ 17.58%

%33.98
%48.44
%17.58

CMYK color model

#577C2D color CMYK value is (30,0,64,51).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 63.71%
  • key color value is 51.37%
CMYK:
(30,0,64,51)
C30M0Y64K51 
(30%,0%,64%,51%)
(0.30/0.00/0.64/0.51)	

CMYK percentages

%29.84
%0
%63.71
%51.37

Codes

Color #577C2D in popluar color models

577C2D
RGB8712445
HSL88°46.75%33.14%
HSB/HSV88°63.71%48.63%
CMYK29.84%0.00%63.71%
51.37%

Color #577C2D in popluar number systems.

HEX577C2D
Decimal8712445
Binary10101111111100101101
Octal12717455

Shades and tints

Shades of #577C2D

#577C2D
(87,124,45)
#507129
(80,113,41)
#496625
(73,102,37)
#425B21
(66,91,33)
#3B501D
(59,80,29)
#344519
(52,69,25)
#2D3A15
(45,58,21)
#262F11
(38,47,17)
#1F240D
(31,36,13)
#181909
(24,25,9)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #577C2D

#577C2D
(87,124,45)
#668740
(102,135,64)
#759253
(117,146,83)
#849D66
(132,157,102)
#93A879
(147,168,121)
#A2B38C
(162,179,140)
#B1BE9F
(177,190,159)
#C0C9B2
(192,201,178)
#CFD4C5
(207,212,197)
#DEDFD8
(222,223,216)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577C2D; }

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

This text font color is #577C2D.


Background Color

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

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

This div background color is #577C2D.


Border color

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

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

This div border color is #577C2D.


Opacity

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

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

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

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

This text has shadow with #577C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577C2D on black background.


Color preview on white background

This text has color #577C2D on white background.



Black color preview on #577C2D background

This text has black color on #577C2D background.


White color preview on #577C2D background

This text has white color on #577C2D background.