COLOR #57A28C

HEX: #57A28C
RGB: (87,162,140)

Color info

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

RGB color model

#57A28C color RGB value is (87,162,140).

  • red value is 87;
  • green value is 162;
  • blue value is 140.
RGB:
(87,162,140)
(34%,64%,55%)

RGB channels and saturation

R 87 of 255 = 34%
G 162 of 255 = 64%
B 140 of 255 = 55%

87
162
140

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

Portions of RGB colors in percentages

R + G + B =
87 + 162 + 140 = 389 (100%)
R 87 of 389 ~ 22.37%
G 162 of 389 ~ 41.65%
B 140 of 389 ~ 35.99%

%22.37
%41.65
%35.99

CMYK color model

#57A28C color CMYK value is (46,0,14,36).

  • cyan value is 46.30%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(46,0,14,36)
C46M0Y14K36 
(46%,0%,14%,36%)
(0.46/0.00/0.14/0.36)	

CMYK percentages

%46.3
%0
%13.58
%36.47

Codes

Color #57A28C in popluar color models

57A28C
RGB87162140
HSL162°30.12%48.82%
HSB/HSV162°46.30%63.53%
CMYK46.30%0.00%13.58%
36.47%

Color #57A28C in popluar number systems.

HEX57A28C
Decimal87162140
Binary10101111010001010001100
Octal127242214

Shades and tints

Shades of #57A28C

#57A28C
(87,162,140)
#509480
(80,148,128)
#498674
(73,134,116)
#427868
(66,120,104)
#3B6A5C
(59,106,92)
#345C50
(52,92,80)
#2D4E44
(45,78,68)
#264038
(38,64,56)
#1F322C
(31,50,44)
#182420
(24,36,32)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #57A28C

#57A28C
(87,162,140)
#66AA96
(102,170,150)
#75B2A0
(117,178,160)
#84BAAA
(132,186,170)
#93C2B4
(147,194,180)
#A2CABE
(162,202,190)
#B1D2C8
(177,210,200)
#C0DAD2
(192,218,210)
#CFE2DC
(207,226,220)
#DEEAE6
(222,234,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A28C color. Also use rgb(87,162,140) instead hex code.

Text Font Color

.myTextColor { color: #57A28C; }

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

This text font color is #57A28C.


Background Color

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

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

This div background color is #57A28C.


Border color

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

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

This div border color is #57A28C.


Opacity

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

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

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

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

This text has shadow with #57A28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A28C on black background.


Color preview on white background

This text has color #57A28C on white background.



Black color preview on #57A28C background

This text has black color on #57A28C background.


White color preview on #57A28C background

This text has white color on #57A28C background.