COLOR #57AA82

HEX: #57AA82
RGB: (87,170,130)

Color info

#57AA82 contains mainly green and blue colors. Web safe color of #57AA82 is #669999 (or #699).

RGB color model

#57AA82 color RGB value is (87,170,130).

  • red value is 87;
  • green value is 170;
  • blue value is 130.
RGB:
(87,170,130)
(34%,67%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 170 of 255 = 67%
B 130 of 255 = 51%

87
170
130

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

Portions of RGB colors in percentages

R + G + B =
87 + 170 + 130 = 387 (100%)
R 87 of 387 ~ 22.48%
G 170 of 387 ~ 43.93%
B 130 of 387 ~ 33.59%

%22.48
%43.93
%33.59

CMYK color model

#57AA82 color CMYK value is (49,0,24,33).

  • cyan value is 48.82%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 33.33%
CMYK:
(49,0,24,33)
C49M0Y24K33 
(49%,0%,24%,33%)
(0.49/0.00/0.24/0.33)	

CMYK percentages

%48.82
%0
%23.53
%33.33

Codes

Color #57AA82 in popluar color models

57AA82
RGB87170130
HSL151°32.81%50.39%
HSB/HSV151°48.82%66.67%
CMYK48.82%0.00%23.53%
33.33%

Color #57AA82 in popluar number systems.

HEX57AA82
Decimal87170130
Binary10101111010101010000010
Octal127252202

Shades and tints

Shades of #57AA82

#57AA82
(87,170,130)
#509B77
(80,155,119)
#498C6C
(73,140,108)
#427D61
(66,125,97)
#3B6E56
(59,110,86)
#345F4B
(52,95,75)
#2D5040
(45,80,64)
#264135
(38,65,53)
#1F322A
(31,50,42)
#18231F
(24,35,31)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #57AA82

#57AA82
(87,170,130)
#66B18D
(102,177,141)
#75B898
(117,184,152)
#84BFA3
(132,191,163)
#93C6AE
(147,198,174)
#A2CDB9
(162,205,185)
#B1D4C4
(177,212,196)
#C0DBCF
(192,219,207)
#CFE2DA
(207,226,218)
#DEE9E5
(222,233,229)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AA82 color. Also use rgb(87,170,130) instead hex code.

Text Font Color

.myTextColor { color: #57AA82; }

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

This text font color is #57AA82.


Background Color

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

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

This div background color is #57AA82.


Border color

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

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

This div border color is #57AA82.


Opacity

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

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

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

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

This text has shadow with #57AA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AA82 on black background.


Color preview on white background

This text has color #57AA82 on white background.



Black color preview on #57AA82 background

This text has black color on #57AA82 background.


White color preview on #57AA82 background

This text has white color on #57AA82 background.