COLOR #57904D

HEX: #57904D
RGB: (87,144,77)

Color info

#57904D contains mainly red and green colors. Web safe color of #57904D is #669933 (or #693).

RGB color model

#57904D color RGB value is (87,144,77).

  • red value is 87;
  • green value is 144;
  • blue value is 77.
RGB:
(87,144,77)
(34%,56%,30%)

RGB channels and saturation

R 87 of 255 = 34%
G 144 of 255 = 56%
B 77 of 255 = 30%

87
144
77

R + G + B ~ 40%. #57904D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 144 + 77 = 308 (100%)
R 87 of 308 ~ 28.25%
G 144 of 308 ~ 46.75%
B 77 of 308 ~ 25%

%28.25
%46.75
%25

CMYK color model

#57904D color CMYK value is (40,0,47,44).

  • cyan value is 39.58%
  • magenta value is 0.00%
  • yellow value is 46.53%
  • key color value is 43.53%
CMYK:
(40,0,47,44)
C40M0Y47K44 
(40%,0%,47%,44%)
(0.40/0.00/0.47/0.44)	

CMYK percentages

%39.58
%0
%46.53
%43.53

Codes

Color #57904D in popluar color models

57904D
RGB8714477
HSL111°30.32%43.33%
HSB/HSV111°46.53%56.47%
CMYK39.58%0.00%46.53%
43.53%

Color #57904D in popluar number systems.

HEX57904D
Decimal8714477
Binary1010111100100001001101
Octal127220115

Shades and tints

Shades of #57904D

#57904D
(87,144,77)
#508346
(80,131,70)
#49763F
(73,118,63)
#426938
(66,105,56)
#3B5C31
(59,92,49)
#344F2A
(52,79,42)
#2D4223
(45,66,35)
#26351C
(38,53,28)
#1F2815
(31,40,21)
#181B0E
(24,27,14)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #57904D

#57904D
(87,144,77)
#669A5D
(102,154,93)
#75A46D
(117,164,109)
#84AE7D
(132,174,125)
#93B88D
(147,184,141)
#A2C29D
(162,194,157)
#B1CCAD
(177,204,173)
#C0D6BD
(192,214,189)
#CFE0CD
(207,224,205)
#DEEADD
(222,234,221)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57904D color. Also use rgb(87,144,77) instead hex code.

Text Font Color

.myTextColor { color: #57904D; }

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

This text font color is #57904D.


Background Color

.myBgColor { background-color: #57904D; }

<div style="background-color:#57904D">Inner text</div>

This div background color is #57904D.


Border color

.myBorderColor { border: 1px solid #57904D; }

<div style="border:3px solid #57904D">Div</div>

This div border color is #57904D.


Opacity

.myOpacity80 { color: #57904D; opacity: 0.8; }

<p style="color:#57904D;opacity:0.8;">80%</p>

Text with #57904D 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 #57904D;}

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

This text has shadow with #57904D color.

.textShadow {text-shadow: 3px 3px 1px #57904D, 3px 3px 1px red;}

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

This text has shadow with #57904D primary color and red secondary color.


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

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

This text has shadow with #57904D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57904D on black background.


Color preview on white background

This text has color #57904D on white background.



Black color preview on #57904D background

This text has black color on #57904D background.


White color preview on #57904D background

This text has white color on #57904D background.