COLOR #57A56E

HEX: #57A56E
RGB: (87,165,110)

Color info

#57A56E contains mainly green and blue colors. Web safe color of #57A56E is #669966 (or #696).

RGB color model

#57A56E color RGB value is (87,165,110).

  • red value is 87;
  • green value is 165;
  • blue value is 110.
RGB:
(87,165,110)
(34%,65%,43%)

RGB channels and saturation

R 87 of 255 = 34%
G 165 of 255 = 65%
B 110 of 255 = 43%

87
165
110

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

Portions of RGB colors in percentages

R + G + B =
87 + 165 + 110 = 362 (100%)
R 87 of 362 ~ 24.03%
G 165 of 362 ~ 45.58%
B 110 of 362 ~ 30.39%

%24.03
%45.58
%30.39

CMYK color model

#57A56E color CMYK value is (47,0,33,35).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 35.29%
CMYK:
(47,0,33,35)
C47M0Y33K35 
(47%,0%,33%,35%)
(0.47/0.00/0.33/0.35)	

CMYK percentages

%47.27
%0
%33.33
%35.29

Codes

Color #57A56E in popluar color models

57A56E
RGB87165110
HSL138°30.95%49.41%
HSB/HSV138°47.27%64.71%
CMYK47.27%0.00%33.33%
35.29%

Color #57A56E in popluar number systems.

HEX57A56E
Decimal87165110
Binary1010111101001011101110
Octal127245156

Shades and tints

Shades of #57A56E

#57A56E
(87,165,110)
#509664
(80,150,100)
#49875A
(73,135,90)
#427850
(66,120,80)
#3B6946
(59,105,70)
#345A3C
(52,90,60)
#2D4B32
(45,75,50)
#263C28
(38,60,40)
#1F2D1E
(31,45,30)
#181E14
(24,30,20)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #57A56E

#57A56E
(87,165,110)
#66AD7B
(102,173,123)
#75B588
(117,181,136)
#84BD95
(132,189,149)
#93C5A2
(147,197,162)
#A2CDAF
(162,205,175)
#B1D5BC
(177,213,188)
#C0DDC9
(192,221,201)
#CFE5D6
(207,229,214)
#DEEDE3
(222,237,227)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A56E color. Also use rgb(87,165,110) instead hex code.

Text Font Color

.myTextColor { color: #57A56E; }

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

This text font color is #57A56E.


Background Color

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

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

This div background color is #57A56E.


Border color

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

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

This div border color is #57A56E.


Opacity

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

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

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

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

This text has shadow with #57A56E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A56E on black background.


Color preview on white background

This text has color #57A56E on white background.



Black color preview on #57A56E background

This text has black color on #57A56E background.


White color preview on #57A56E background

This text has white color on #57A56E background.