COLOR #57A191

HEX: #57A191
RGB: (87,161,145)

Color info

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

RGB color model

#57A191 color RGB value is (87,161,145).

  • red value is 87;
  • green value is 161;
  • blue value is 145.
RGB:
(87,161,145)
(34%,63%,57%)

RGB channels and saturation

R 87 of 255 = 34%
G 161 of 255 = 63%
B 145 of 255 = 57%

87
161
145

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

Portions of RGB colors in percentages

R + G + B =
87 + 161 + 145 = 393 (100%)
R 87 of 393 ~ 22.14%
G 161 of 393 ~ 40.97%
B 145 of 393 ~ 36.9%

%22.14
%40.97
%36.9

CMYK color model

#57A191 color CMYK value is (46,0,10,37).

  • cyan value is 45.96%
  • magenta value is 0.00%
  • yellow value is 9.94%
  • key color value is 36.86%
CMYK:
(46,0,10,37)
C46M0Y10K37 
(46%,0%,10%,37%)
(0.46/0.00/0.10/0.37)	

CMYK percentages

%45.96
%0
%9.94
%36.86

Codes

Color #57A191 in popluar color models

57A191
RGB87161145
HSL167°29.84%48.63%
HSB/HSV167°45.96%63.14%
CMYK45.96%0.00%9.94%
36.86%

Color #57A191 in popluar number systems.

HEX57A191
Decimal87161145
Binary10101111010000110010001
Octal127241221

Shades and tints

Shades of #57A191

#57A191
(87,161,145)
#509384
(80,147,132)
#498577
(73,133,119)
#42776A
(66,119,106)
#3B695D
(59,105,93)
#345B50
(52,91,80)
#2D4D43
(45,77,67)
#263F36
(38,63,54)
#1F3129
(31,49,41)
#18231C
(24,35,28)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #57A191

#57A191
(87,161,145)
#66A99B
(102,169,155)
#75B1A5
(117,177,165)
#84B9AF
(132,185,175)
#93C1B9
(147,193,185)
#A2C9C3
(162,201,195)
#B1D1CD
(177,209,205)
#C0D9D7
(192,217,215)
#CFE1E1
(207,225,225)
#DEE9EB
(222,233,235)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A191 color. Also use rgb(87,161,145) instead hex code.

Text Font Color

.myTextColor { color: #57A191; }

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

This text font color is #57A191.


Background Color

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

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

This div background color is #57A191.


Border color

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

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

This div border color is #57A191.


Opacity

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

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

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

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

This text has shadow with #57A191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A191 on black background.


Color preview on white background

This text has color #57A191 on white background.



Black color preview on #57A191 background

This text has black color on #57A191 background.


White color preview on #57A191 background

This text has white color on #57A191 background.