COLOR #577B2A

HEX: #577B2A RGB: (87,123,42)

Color info

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

RGB color model

#577B2A color RGB value is (87,123,42).

RGB: (87,123,42) (34%, 48%, 16%)

RGB channels and saturation

R 87 of 255 = 34%
G 123 of 255 = 48%
B 42 of 255 = 16%

87
123
42

R + G + B ~ 33%. #577B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 123 + 42 = 252 (100%)
R 87 of 252 ~ 34.52%
G 123 of 252 ~ 48.81%
B 42 of 252 ~ 16.67'%

%34.52
%48.81
%16.67

CMYK color model

#577B2A color CMYK value is (29,0,66,52).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 51.76%

CMYK: (29,0,66,52)
C29M0Y66K52 (29%, 0%, 66%, 52%)
(0.29 / 0.00 / 0.66 / 0.52)

CMYK percentages

%29.27
%0
%65.85
%51.76

Codes

Color #577B2A in popluar color models

57 7B 2A
RGB 87 123 42
HSL 87° 49.09% 32.35%
HSB/HSV 87° 65.85% 48.24%
CMYK 29.27% 0.00% 65.85%
51.76%

Color #577B2A in popluar number systems.

HEX 57 7B 2A
Decimal 87 123 42
Binary 1010111 1111011 101010
Octal 127 173 52

Shades and tints

Shades of #577B2A

#577B2A
(87,123,42)
#507027
(80,112,39)
#496524
(73,101,36)
#425A21
(66,90,33)
#3B4F1E
(59,79,30)
#34441B
(52,68,27)
#2D3918
(45,57,24)
#262E15
(38,46,21)
#1F2312
(31,35,18)
#18180F
(24,24,15)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #577B2A

#577B2A
(87,123,42)
#66873D
(102,135,61)
#759350
(117,147,80)
#849F63
(132,159,99)
#93AB76
(147,171,118)
#A2B789
(162,183,137)
#B1C39C
(177,195,156)
#C0CFAF
(192,207,175)
#CFDBC2
(207,219,194)
#DEE7D5
(222,231,213)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577B2A color. Also use rgb(87,123,42) instead hex code.

Text Font Color

.myTextColor { color: #577B2A; }

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

This text font color is #577B2A.

Background Color

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

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

This div background color is #577B2A.

Border color

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

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

This div border color is #577B2A.

Opacity

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

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

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

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

This text has shadow with #577B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577B2A.

Preview

Color preview on black background

This text has color #577B2A on black background.


Color preview on white background

This text has color #577B2A on white background.


Black color preview on #577B2A background

This text has black color on #577B2A background.


White color preview on #577B2A background

This text has white color on #577B2A background.


Related colors

Complementary color

Complementary color for #hex is #A884D5.


I love getcolorcode.com

Triadic colors

1 #2A577B and #7B2A57 with #577B2A are triadic colors.

2 #2A7B57 and #7B572A with #577B2A are triadic colors.