COLOR #577C42

HEX: #577C42
RGB: (87,124,66)

Color info

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

RGB color model

#577C42 color RGB value is (87,124,66).

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

RGB channels and saturation

R 87 of 255 = 34%
G 124 of 255 = 49%
B 66 of 255 = 26%

87
124
66

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

Portions of RGB colors in percentages

R + G + B =
87 + 124 + 66 = 277 (100%)
R 87 of 277 ~ 31.41%
G 124 of 277 ~ 44.77%
B 66 of 277 ~ 23.83%

%31.41
%44.77
%23.83

CMYK color model

#577C42 color CMYK value is (30,0,47,51).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 51.37%
CMYK:
(30,0,47,51)
C30M0Y47K51 
(30%,0%,47%,51%)
(0.30/0.00/0.47/0.51)	

CMYK percentages

%29.84
%0
%46.77
%51.37

Codes

Color #577C42 in popluar color models

577C42
RGB8712466
HSL98°30.53%37.25%
HSB/HSV98°46.77%48.63%
CMYK29.84%0.00%46.77%
51.37%

Color #577C42 in popluar number systems.

HEX577C42
Decimal8712466
Binary101011111111001000010
Octal127174102

Shades and tints

Shades of #577C42

#577C42
(87,124,66)
#50713C
(80,113,60)
#496636
(73,102,54)
#425B30
(66,91,48)
#3B502A
(59,80,42)
#344524
(52,69,36)
#2D3A1E
(45,58,30)
#262F18
(38,47,24)
#1F2412
(31,36,18)
#18190C
(24,25,12)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #577C42

#577C42
(87,124,66)
#668753
(102,135,83)
#759264
(117,146,100)
#849D75
(132,157,117)
#93A886
(147,168,134)
#A2B397
(162,179,151)
#B1BEA8
(177,190,168)
#C0C9B9
(192,201,185)
#CFD4CA
(207,212,202)
#DEDFDB
(222,223,219)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577C42; }

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

This text font color is #577C42.


Background Color

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

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

This div background color is #577C42.


Border color

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

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

This div border color is #577C42.


Opacity

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

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

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

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

This text has shadow with #577C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577C42 on black background.


Color preview on white background

This text has color #577C42 on white background.



Black color preview on #577C42 background

This text has black color on #577C42 background.


White color preview on #577C42 background

This text has white color on #577C42 background.