COLOR #57AF5A

HEX: #57AF5A
RGB: (87,175,90)

Color info

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

RGB color model

#57AF5A color RGB value is (87,175,90).

  • red value is 87;
  • green value is 175;
  • blue value is 90.
RGB:
(87,175,90)
(34%,69%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 175 of 255 = 69%
B 90 of 255 = 35%

87
175
90

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

Portions of RGB colors in percentages

R + G + B =
87 + 175 + 90 = 352 (100%)
R 87 of 352 ~ 24.72%
G 175 of 352 ~ 49.72%
B 90 of 352 ~ 25.57%

%24.72
%49.72
%25.57

CMYK color model

#57AF5A color CMYK value is (50,0,49,31).

  • cyan value is 50.29%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 31.37%
CMYK:
(50,0,49,31)
C50M0Y49K31 
(50%,0%,49%,31%)
(0.50/0.00/0.49/0.31)	

CMYK percentages

%50.29
%0
%48.57
%31.37

Codes

Color #57AF5A in popluar color models

57AF5A
RGB8717590
HSL122°35.48%51.37%
HSB/HSV122°50.29%68.63%
CMYK50.29%0.00%48.57%
31.37%

Color #57AF5A in popluar number systems.

HEX57AF5A
Decimal8717590
Binary1010111101011111011010
Octal127257132

Shades and tints

Shades of #57AF5A

#57AF5A
(87,175,90)
#50A052
(80,160,82)
#49914A
(73,145,74)
#428242
(66,130,66)
#3B733A
(59,115,58)
#346432
(52,100,50)
#2D552A
(45,85,42)
#264622
(38,70,34)
#1F371A
(31,55,26)
#182812
(24,40,18)
#11190A
(17,25,10)
#000000
(0,0,0)

Tints of #57AF5A

#57AF5A
(87,175,90)
#66B669
(102,182,105)
#75BD78
(117,189,120)
#84C487
(132,196,135)
#93CB96
(147,203,150)
#A2D2A5
(162,210,165)
#B1D9B4
(177,217,180)
#C0E0C3
(192,224,195)
#CFE7D2
(207,231,210)
#DEEEE1
(222,238,225)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AF5A color. Also use rgb(87,175,90) instead hex code.

Text Font Color

.myTextColor { color: #57AF5A; }

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

This text font color is #57AF5A.


Background Color

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

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

This div background color is #57AF5A.


Border color

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

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

This div border color is #57AF5A.


Opacity

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

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

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

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

This text has shadow with #57AF5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AF5A on black background.


Color preview on white background

This text has color #57AF5A on white background.



Black color preview on #57AF5A background

This text has black color on #57AF5A background.


White color preview on #57AF5A background

This text has white color on #57AF5A background.