COLOR #57AC2C

HEX: #57AC2C
RGB: (87,172,44)

Color info

#57AC2C contains mainly green color. Web safe color of #57AC2C is #669933 (or #693).

RGB color model

#57AC2C color RGB value is (87,172,44).

  • red value is 87;
  • green value is 172;
  • blue value is 44.
RGB:
(87,172,44)
(34%,67%,17%)

RGB channels and saturation

R 87 of 255 = 34%
G 172 of 255 = 67%
B 44 of 255 = 17%

87
172
44

R + G + B ~ 39%. #57AC2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 172 + 44 = 303 (100%)
R 87 of 303 ~ 28.71%
G 172 of 303 ~ 56.77%
B 44 of 303 ~ 14.52%

%28.71
%56.77
%14.52

CMYK color model

#57AC2C color CMYK value is (49,0,74,33).

  • cyan value is 49.42%
  • magenta value is 0.00%
  • yellow value is 74.42%
  • key color value is 32.55%
CMYK:
(49,0,74,33)
C49M0Y74K33 
(49%,0%,74%,33%)
(0.49/0.00/0.74/0.33)	

CMYK percentages

%49.42
%0
%74.42
%32.55

Codes

Color #57AC2C in popluar color models

57AC2C
RGB8717244
HSL100°59.26%42.35%
HSB/HSV100°74.42%67.45%
CMYK49.42%0.00%74.42%
32.55%

Color #57AC2C in popluar number systems.

HEX57AC2C
Decimal8717244
Binary101011110101100101100
Octal12725454

Shades and tints

Shades of #57AC2C

#57AC2C
(87,172,44)
#509D28
(80,157,40)
#498E24
(73,142,36)
#427F20
(66,127,32)
#3B701C
(59,112,28)
#346118
(52,97,24)
#2D5214
(45,82,20)
#264310
(38,67,16)
#1F340C
(31,52,12)
#182508
(24,37,8)
#111604
(17,22,4)
#000000
(0,0,0)

Tints of #57AC2C

#57AC2C
(87,172,44)
#66B33F
(102,179,63)
#75BA52
(117,186,82)
#84C165
(132,193,101)
#93C878
(147,200,120)
#A2CF8B
(162,207,139)
#B1D69E
(177,214,158)
#C0DDB1
(192,221,177)
#CFE4C4
(207,228,196)
#DEEBD7
(222,235,215)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AC2C color. Also use rgb(87,172,44) instead hex code.

Text Font Color

.myTextColor { color: #57AC2C; }

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

This text font color is #57AC2C.


Background Color

.myBgColor { background-color: #57AC2C; }

<div style="background-color:#57AC2C">Inner text</div>

This div background color is #57AC2C.


Border color

.myBorderColor { border: 1px solid #57AC2C; }

<div style="border:3px solid #57AC2C">Div</div>

This div border color is #57AC2C.


Opacity

.myOpacity80 { color: #57AC2C; opacity: 0.8; }

<p style="color:#57AC2C;opacity:0.8;">80%</p>

Text with #57AC2C 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 #57AC2C;}

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

This text has shadow with #57AC2C color.

.textShadow {text-shadow: 3px 3px 1px #57AC2C, 3px 3px 1px red;}

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

This text has shadow with #57AC2C primary color and red secondary color.


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

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

This text has shadow with #57AC2C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AC2C on black background.


Color preview on white background

This text has color #57AC2C on white background.



Black color preview on #57AC2C background

This text has black color on #57AC2C background.


White color preview on #57AC2C background

This text has white color on #57AC2C background.