COLOR #57AD7A

HEX: #57AD7A
RGB: (87,173,122)

Color info

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

RGB color model

#57AD7A color RGB value is (87,173,122).

  • red value is 87;
  • green value is 173;
  • blue value is 122.
RGB:
(87,173,122)
(34%,68%,48%)

RGB channels and saturation

R 87 of 255 = 34%
G 173 of 255 = 68%
B 122 of 255 = 48%

87
173
122

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

Portions of RGB colors in percentages

R + G + B =
87 + 173 + 122 = 382 (100%)
R 87 of 382 ~ 22.77%
G 173 of 382 ~ 45.29%
B 122 of 382 ~ 31.94%

%22.77
%45.29
%31.94

CMYK color model

#57AD7A color CMYK value is (50,0,29,32).

  • cyan value is 49.71%
  • magenta value is 0.00%
  • yellow value is 29.48%
  • key color value is 32.16%
CMYK:
(50,0,29,32)
C50M0Y29K32 
(50%,0%,29%,32%)
(0.50/0.00/0.29/0.32)	

CMYK percentages

%49.71
%0
%29.48
%32.16

Codes

Color #57AD7A in popluar color models

57AD7A
RGB87173122
HSL144°34.40%50.98%
HSB/HSV144°49.71%67.84%
CMYK49.71%0.00%29.48%
32.16%

Color #57AD7A in popluar number systems.

HEX57AD7A
Decimal87173122
Binary1010111101011011111010
Octal127255172

Shades and tints

Shades of #57AD7A

#57AD7A
(87,173,122)
#509E6F
(80,158,111)
#498F64
(73,143,100)
#428059
(66,128,89)
#3B714E
(59,113,78)
#346243
(52,98,67)
#2D5338
(45,83,56)
#26442D
(38,68,45)
#1F3522
(31,53,34)
#182617
(24,38,23)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #57AD7A

#57AD7A
(87,173,122)
#66B486
(102,180,134)
#75BB92
(117,187,146)
#84C29E
(132,194,158)
#93C9AA
(147,201,170)
#A2D0B6
(162,208,182)
#B1D7C2
(177,215,194)
#C0DECE
(192,222,206)
#CFE5DA
(207,229,218)
#DEECE6
(222,236,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AD7A color. Also use rgb(87,173,122) instead hex code.

Text Font Color

.myTextColor { color: #57AD7A; }

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

This text font color is #57AD7A.


Background Color

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

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

This div background color is #57AD7A.


Border color

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

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

This div border color is #57AD7A.


Opacity

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

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

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

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

This text has shadow with #57AD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AD7A on black background.


Color preview on white background

This text has color #57AD7A on white background.



Black color preview on #57AD7A background

This text has black color on #57AD7A background.


White color preview on #57AD7A background

This text has white color on #57AD7A background.