COLOR #57A880

HEX: #57A880
RGB: (87,168,128)

Color info

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

RGB color model

#57A880 color RGB value is (87,168,128).

  • red value is 87;
  • green value is 168;
  • blue value is 128.
RGB:
(87,168,128)
(34%,66%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 168 of 255 = 66%
B 128 of 255 = 50%

87
168
128

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

Portions of RGB colors in percentages

R + G + B =
87 + 168 + 128 = 383 (100%)
R 87 of 383 ~ 22.72%
G 168 of 383 ~ 43.86%
B 128 of 383 ~ 33.42%

%22.72
%43.86
%33.42

CMYK color model

#57A880 color CMYK value is (48,0,24,34).

  • cyan value is 48.21%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 34.12%
CMYK:
(48,0,24,34)
C48M0Y24K34 
(48%,0%,24%,34%)
(0.48/0.00/0.24/0.34)	

CMYK percentages

%48.21
%0
%23.81
%34.12

Codes

Color #57A880 in popluar color models

57A880
RGB87168128
HSL150°31.76%50.00%
HSB/HSV150°48.21%65.88%
CMYK48.21%0.00%23.81%
34.12%

Color #57A880 in popluar number systems.

HEX57A880
Decimal87168128
Binary10101111010100010000000
Octal127250200

Shades and tints

Shades of #57A880

#57A880
(87,168,128)
#509975
(80,153,117)
#498A6A
(73,138,106)
#427B5F
(66,123,95)
#3B6C54
(59,108,84)
#345D49
(52,93,73)
#2D4E3E
(45,78,62)
#263F33
(38,63,51)
#1F3028
(31,48,40)
#18211D
(24,33,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #57A880

#57A880
(87,168,128)
#66AF8B
(102,175,139)
#75B696
(117,182,150)
#84BDA1
(132,189,161)
#93C4AC
(147,196,172)
#A2CBB7
(162,203,183)
#B1D2C2
(177,210,194)
#C0D9CD
(192,217,205)
#CFE0D8
(207,224,216)
#DEE7E3
(222,231,227)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A880 color. Also use rgb(87,168,128) instead hex code.

Text Font Color

.myTextColor { color: #57A880; }

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

This text font color is #57A880.


Background Color

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

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

This div background color is #57A880.


Border color

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

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

This div border color is #57A880.


Opacity

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

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

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

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

This text has shadow with #57A880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A880 on black background.


Color preview on white background

This text has color #57A880 on white background.



Black color preview on #57A880 background

This text has black color on #57A880 background.


White color preview on #57A880 background

This text has white color on #57A880 background.