COLOR #57AD5B

HEX: #57AD5B
RGB: (87,173,91)

Color info

#57AD5B contains mainly green color. Web safe color of #57AD5B is #669966 (or #696).

RGB color model

#57AD5B color RGB value is (87,173,91).

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

RGB channels and saturation

R 87 of 255 = 34%
G 173 of 255 = 68%
B 91 of 255 = 36%

87
173
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 173 + 91 = 351 (100%)
R 87 of 351 ~ 24.79%
G 173 of 351 ~ 49.29%
B 91 of 351 ~ 25.93%

%24.79
%49.29
%25.93

CMYK color model

#57AD5B color CMYK value is (50,0,47,32).

  • cyan value is 49.71%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 32.16%
CMYK:
(50,0,47,32)
C50M0Y47K32 
(50%,0%,47%,32%)
(0.50/0.00/0.47/0.32)	

CMYK percentages

%49.71
%0
%47.4
%32.16

Codes

Color #57AD5B in popluar color models

57AD5B
RGB8717391
HSL123°34.40%50.98%
HSB/HSV123°49.71%67.84%
CMYK49.71%0.00%47.40%
32.16%

Color #57AD5B in popluar number systems.

HEX57AD5B
Decimal8717391
Binary1010111101011011011011
Octal127255133

Shades and tints

Shades of #57AD5B

#57AD5B
(87,173,91)
#509E53
(80,158,83)
#498F4B
(73,143,75)
#428043
(66,128,67)
#3B713B
(59,113,59)
#346233
(52,98,51)
#2D532B
(45,83,43)
#264423
(38,68,35)
#1F351B
(31,53,27)
#182613
(24,38,19)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #57AD5B

#57AD5B
(87,173,91)
#66B469
(102,180,105)
#75BB77
(117,187,119)
#84C285
(132,194,133)
#93C993
(147,201,147)
#A2D0A1
(162,208,161)
#B1D7AF
(177,215,175)
#C0DEBD
(192,222,189)
#CFE5CB
(207,229,203)
#DEECD9
(222,236,217)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57AD5B; }

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

This text font color is #57AD5B.


Background Color

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

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

This div background color is #57AD5B.


Border color

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

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

This div border color is #57AD5B.


Opacity

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

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

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

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

This text has shadow with #57AD5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AD5B on black background.


Color preview on white background

This text has color #57AD5B on white background.



Black color preview on #57AD5B background

This text has black color on #57AD5B background.


White color preview on #57AD5B background

This text has white color on #57AD5B background.