COLOR #577A1E

HEX: #577A1E
RGB: (87,122,30)

Color info

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

RGB color model

#577A1E color RGB value is (87,122,30).

  • red value is 87;
  • green value is 122;
  • blue value is 30.
RGB:
(87,122,30)
(34%,48%,12%)

RGB channels and saturation

R 87 of 255 = 34%
G 122 of 255 = 48%
B 30 of 255 = 12%

87
122
30

R + G + B ~ 31%. #577A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 122 + 30 = 239 (100%)
R 87 of 239 ~ 36.4%
G 122 of 239 ~ 51.05%
B 30 of 239 ~ 12.55%

%36.4
%51.05
%12.55

CMYK color model

#577A1E color CMYK value is (29,0,75,52).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 75.41%
  • key color value is 52.16%
CMYK:
(29,0,75,52)
C29M0Y75K52 
(29%,0%,75%,52%)
(0.29/0.00/0.75/0.52)	

CMYK percentages

%28.69
%0
%75.41
%52.16

Codes

Color #577A1E in popluar color models

577A1E
RGB8712230
HSL83°60.53%29.80%
HSB/HSV83°75.41%47.84%
CMYK28.69%0.00%75.41%
52.16%

Color #577A1E in popluar number systems.

HEX577A1E
Decimal8712230
Binary1010111111101011110
Octal12717236

Shades and tints

Shades of #577A1E

#577A1E
(87,122,30)
#506F1C
(80,111,28)
#49641A
(73,100,26)
#425918
(66,89,24)
#3B4E16
(59,78,22)
#344314
(52,67,20)
#2D3812
(45,56,18)
#262D10
(38,45,16)
#1F220E
(31,34,14)
#18170C
(24,23,12)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #577A1E

#577A1E
(87,122,30)
#668632
(102,134,50)
#759246
(117,146,70)
#849E5A
(132,158,90)
#93AA6E
(147,170,110)
#A2B682
(162,182,130)
#B1C296
(177,194,150)
#C0CEAA
(192,206,170)
#CFDABE
(207,218,190)
#DEE6D2
(222,230,210)
#EDF2E6
(237,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577A1E color. Also use rgb(87,122,30) instead hex code.

Text Font Color

.myTextColor { color: #577A1E; }

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

This text font color is #577A1E.


Background Color

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

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

This div background color is #577A1E.


Border color

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

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

This div border color is #577A1E.


Opacity

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

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

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

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

This text has shadow with #577A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577A1E on black background.


Color preview on white background

This text has color #577A1E on white background.



Black color preview on #577A1E background

This text has black color on #577A1E background.


White color preview on #577A1E background

This text has white color on #577A1E background.