COLOR #57AB54

HEX: #57AB54
RGB: (87,171,84)

Color info

#57AB54 contains mainly green color. Web safe color of #57AB54 is #669966 (or #696).

RGB color model

#57AB54 color RGB value is (87,171,84).

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

RGB channels and saturation

R 87 of 255 = 34%
G 171 of 255 = 67%
B 84 of 255 = 33%

87
171
84

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

Portions of RGB colors in percentages

R + G + B =
87 + 171 + 84 = 342 (100%)
R 87 of 342 ~ 25.44%
G 171 of 342 ~ 50%
B 84 of 342 ~ 24.56%

%25.44
%50
%24.56

CMYK color model

#57AB54 color CMYK value is (49,0,51,33).

  • cyan value is 49.12%
  • magenta value is 0.00%
  • yellow value is 50.88%
  • key color value is 32.94%
CMYK:
(49,0,51,33)
C49M0Y51K33 
(49%,0%,51%,33%)
(0.49/0.00/0.51/0.33)	

CMYK percentages

%49.12
%0
%50.88
%32.94

Codes

Color #57AB54 in popluar color models

57AB54
RGB8717184
HSL118°34.12%50.00%
HSB/HSV118°50.88%67.06%
CMYK49.12%0.00%50.88%
32.94%

Color #57AB54 in popluar number systems.

HEX57AB54
Decimal8717184
Binary1010111101010111010100
Octal127253124

Shades and tints

Shades of #57AB54

#57AB54
(87,171,84)
#509C4D
(80,156,77)
#498D46
(73,141,70)
#427E3F
(66,126,63)
#3B6F38
(59,111,56)
#346031
(52,96,49)
#2D512A
(45,81,42)
#264223
(38,66,35)
#1F331C
(31,51,28)
#182415
(24,36,21)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #57AB54

#57AB54
(87,171,84)
#66B263
(102,178,99)
#75B972
(117,185,114)
#84C081
(132,192,129)
#93C790
(147,199,144)
#A2CE9F
(162,206,159)
#B1D5AE
(177,213,174)
#C0DCBD
(192,220,189)
#CFE3CC
(207,227,204)
#DEEADB
(222,234,219)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57AB54; }

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

This text font color is #57AB54.


Background Color

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

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

This div background color is #57AB54.


Border color

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

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

This div border color is #57AB54.


Opacity

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

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

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

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

This text has shadow with #57AB54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AB54 on black background.


Color preview on white background

This text has color #57AB54 on white background.



Black color preview on #57AB54 background

This text has black color on #57AB54 background.


White color preview on #57AB54 background

This text has white color on #57AB54 background.