COLOR #57AD46

HEX: #57AD46
RGB: (87,173,70)

Color info

#57AD46 contains mainly green color. Web safe color of #57AD46 is #669933 (or #693).

RGB color model

#57AD46 color RGB value is (87,173,70).

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

RGB channels and saturation

R 87 of 255 = 34%
G 173 of 255 = 68%
B 70 of 255 = 27%

87
173
70

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

Portions of RGB colors in percentages

R + G + B =
87 + 173 + 70 = 330 (100%)
R 87 of 330 ~ 26.36%
G 173 of 330 ~ 52.42%
B 70 of 330 ~ 21.21%

%26.36
%52.42
%21.21

CMYK color model

#57AD46 color CMYK value is (50,0,60,32).

  • cyan value is 49.71%
  • magenta value is 0.00%
  • yellow value is 59.54%
  • key color value is 32.16%
CMYK:
(50,0,60,32)
C50M0Y60K32 
(50%,0%,60%,32%)
(0.50/0.00/0.60/0.32)	

CMYK percentages

%49.71
%0
%59.54
%32.16

Codes

Color #57AD46 in popluar color models

57AD46
RGB8717370
HSL110°42.39%47.65%
HSB/HSV110°59.54%67.84%
CMYK49.71%0.00%59.54%
32.16%

Color #57AD46 in popluar number systems.

HEX57AD46
Decimal8717370
Binary1010111101011011000110
Octal127255106

Shades and tints

Shades of #57AD46

#57AD46
(87,173,70)
#509E40
(80,158,64)
#498F3A
(73,143,58)
#428034
(66,128,52)
#3B712E
(59,113,46)
#346228
(52,98,40)
#2D5322
(45,83,34)
#26441C
(38,68,28)
#1F3516
(31,53,22)
#182610
(24,38,16)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #57AD46

#57AD46
(87,173,70)
#66B456
(102,180,86)
#75BB66
(117,187,102)
#84C276
(132,194,118)
#93C986
(147,201,134)
#A2D096
(162,208,150)
#B1D7A6
(177,215,166)
#C0DEB6
(192,222,182)
#CFE5C6
(207,229,198)
#DEECD6
(222,236,214)
#EDF3E6
(237,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57AD46; }

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

This text font color is #57AD46.


Background Color

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

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

This div background color is #57AD46.


Border color

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

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

This div border color is #57AD46.


Opacity

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

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

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

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

This text has shadow with #57AD46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AD46 on black background.


Color preview on white background

This text has color #57AD46 on white background.



Black color preview on #57AD46 background

This text has black color on #57AD46 background.


White color preview on #57AD46 background

This text has white color on #57AD46 background.