COLOR #57972E

HEX: #57972E
RGB: (87,151,46)

Color info

#57972E contains mainly green color. Web safe color of #57972E is #669933 (or #693).

RGB color model

#57972E color RGB value is (87,151,46).

  • red value is 87;
  • green value is 151;
  • blue value is 46.
RGB:
(87,151,46)
(34%,59%,18%)

RGB channels and saturation

R 87 of 255 = 34%
G 151 of 255 = 59%
B 46 of 255 = 18%

87
151
46

R + G + B ~ 37%. #57972E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 151 + 46 = 284 (100%)
R 87 of 284 ~ 30.63%
G 151 of 284 ~ 53.17%
B 46 of 284 ~ 16.2%

%30.63
%53.17
%16.2

CMYK color model

#57972E color CMYK value is (42,0,70,41).

  • cyan value is 42.38%
  • magenta value is 0.00%
  • yellow value is 69.54%
  • key color value is 40.78%
CMYK:
(42,0,70,41)
C42M0Y70K41 
(42%,0%,70%,41%)
(0.42/0.00/0.70/0.41)	

CMYK percentages

%42.38
%0
%69.54
%40.78

Codes

Color #57972E in popluar color models

57972E
RGB8715146
HSL97°53.30%38.63%
HSB/HSV97°69.54%59.22%
CMYK42.38%0.00%69.54%
40.78%

Color #57972E in popluar number systems.

HEX57972E
Decimal8715146
Binary101011110010111101110
Octal12722756

Shades and tints

Shades of #57972E

#57972E
(87,151,46)
#508A2A
(80,138,42)
#497D26
(73,125,38)
#427022
(66,112,34)
#3B631E
(59,99,30)
#34561A
(52,86,26)
#2D4916
(45,73,22)
#263C12
(38,60,18)
#1F2F0E
(31,47,14)
#18220A
(24,34,10)
#111506
(17,21,6)
#000000
(0,0,0)

Tints of #57972E

#57972E
(87,151,46)
#66A041
(102,160,65)
#75A954
(117,169,84)
#84B267
(132,178,103)
#93BB7A
(147,187,122)
#A2C48D
(162,196,141)
#B1CDA0
(177,205,160)
#C0D6B3
(192,214,179)
#CFDFC6
(207,223,198)
#DEE8D9
(222,232,217)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57972E color. Also use rgb(87,151,46) instead hex code.

Text Font Color

.myTextColor { color: #57972E; }

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

This text font color is #57972E.


Background Color

.myBgColor { background-color: #57972E; }

<div style="background-color:#57972E">Inner text</div>

This div background color is #57972E.


Border color

.myBorderColor { border: 1px solid #57972E; }

<div style="border:3px solid #57972E">Div</div>

This div border color is #57972E.


Opacity

.myOpacity80 { color: #57972E; opacity: 0.8; }

<p style="color:#57972E;opacity:0.8;">80%</p>

Text with #57972E 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 #57972E;}

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

This text has shadow with #57972E color.

.textShadow {text-shadow: 3px 3px 1px #57972E, 3px 3px 1px red;}

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

This text has shadow with #57972E primary color and red secondary color.


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

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

This text has shadow with #57972E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57972E on black background.


Color preview on white background

This text has color #57972E on white background.



Black color preview on #57972E background

This text has black color on #57972E background.


White color preview on #57972E background

This text has white color on #57972E background.