COLOR #57A48B

HEX: #57A48B
RGB: (87,164,139)

Color info

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

RGB color model

#57A48B color RGB value is (87,164,139).

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

RGB channels and saturation

R 87 of 255 = 34%
G 164 of 255 = 64%
B 139 of 255 = 55%

87
164
139

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

Portions of RGB colors in percentages

R + G + B =
87 + 164 + 139 = 390 (100%)
R 87 of 390 ~ 22.31%
G 164 of 390 ~ 42.05%
B 139 of 390 ~ 35.64%

%22.31
%42.05
%35.64

CMYK color model

#57A48B color CMYK value is (47,0,15,36).

  • cyan value is 46.95%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(47,0,15,36)
C47M0Y15K36 
(47%,0%,15%,36%)
(0.47/0.00/0.15/0.36)	

CMYK percentages

%46.95
%0
%15.24
%35.69

Codes

Color #57A48B in popluar color models

57A48B
RGB87164139
HSL161°30.68%49.22%
HSB/HSV161°46.95%64.31%
CMYK46.95%0.00%15.24%
35.69%

Color #57A48B in popluar number systems.

HEX57A48B
Decimal87164139
Binary10101111010010010001011
Octal127244213

Shades and tints

Shades of #57A48B

#57A48B
(87,164,139)
#50967F
(80,150,127)
#498873
(73,136,115)
#427A67
(66,122,103)
#3B6C5B
(59,108,91)
#345E4F
(52,94,79)
#2D5043
(45,80,67)
#264237
(38,66,55)
#1F342B
(31,52,43)
#18261F
(24,38,31)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #57A48B

#57A48B
(87,164,139)
#66AC95
(102,172,149)
#75B49F
(117,180,159)
#84BCA9
(132,188,169)
#93C4B3
(147,196,179)
#A2CCBD
(162,204,189)
#B1D4C7
(177,212,199)
#C0DCD1
(192,220,209)
#CFE4DB
(207,228,219)
#DEECE5
(222,236,229)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A48B color. Also use rgb(87,164,139) instead hex code.

Text Font Color

.myTextColor { color: #57A48B; }

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

This text font color is #57A48B.


Background Color

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

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

This div background color is #57A48B.


Border color

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

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

This div border color is #57A48B.


Opacity

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

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

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

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

This text has shadow with #57A48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A48B on black background.


Color preview on white background

This text has color #57A48B on white background.



Black color preview on #57A48B background

This text has black color on #57A48B background.


White color preview on #57A48B background

This text has white color on #57A48B background.