COLOR #57AB2E

HEX: #57AB2E
RGB: (87,171,46)

Color info

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

RGB color model

#57AB2E color RGB value is (87,171,46).

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

RGB channels and saturation

R 87 of 255 = 34%
G 171 of 255 = 67%
B 46 of 255 = 18%

87
171
46

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

Portions of RGB colors in percentages

R + G + B =
87 + 171 + 46 = 304 (100%)
R 87 of 304 ~ 28.62%
G 171 of 304 ~ 56.25%
B 46 of 304 ~ 15.13%

%28.62
%56.25
%15.13

CMYK color model

#57AB2E color CMYK value is (49,0,73,33).

  • cyan value is 49.12%
  • magenta value is 0.00%
  • yellow value is 73.10%
  • key color value is 32.94%
CMYK:
(49,0,73,33)
C49M0Y73K33 
(49%,0%,73%,33%)
(0.49/0.00/0.73/0.33)	

CMYK percentages

%49.12
%0
%73.1
%32.94

Codes

Color #57AB2E in popluar color models

57AB2E
RGB8717146
HSL100°57.60%42.55%
HSB/HSV100°73.10%67.06%
CMYK49.12%0.00%73.10%
32.94%

Color #57AB2E in popluar number systems.

HEX57AB2E
Decimal8717146
Binary101011110101011101110
Octal12725356

Shades and tints

Shades of #57AB2E

#57AB2E
(87,171,46)
#509C2A
(80,156,42)
#498D26
(73,141,38)
#427E22
(66,126,34)
#3B6F1E
(59,111,30)
#34601A
(52,96,26)
#2D5116
(45,81,22)
#264212
(38,66,18)
#1F330E
(31,51,14)
#18240A
(24,36,10)
#111506
(17,21,6)
#000000
(0,0,0)

Tints of #57AB2E

#57AB2E
(87,171,46)
#66B241
(102,178,65)
#75B954
(117,185,84)
#84C067
(132,192,103)
#93C77A
(147,199,122)
#A2CE8D
(162,206,141)
#B1D5A0
(177,213,160)
#C0DCB3
(192,220,179)
#CFE3C6
(207,227,198)
#DEEAD9
(222,234,217)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AB2E color. Also use rgb(87,171,46) instead hex code.

Text Font Color

.myTextColor { color: #57AB2E; }

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

This text font color is #57AB2E.


Background Color

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

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

This div background color is #57AB2E.


Border color

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

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

This div border color is #57AB2E.


Opacity

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

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

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

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

This text has shadow with #57AB2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AB2E on black background.


Color preview on white background

This text has color #57AB2E on white background.



Black color preview on #57AB2E background

This text has black color on #57AB2E background.


White color preview on #57AB2E background

This text has white color on #57AB2E background.