COLOR #57A061

HEX: #57A061
RGB: (87,160,97)

Color info

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

RGB color model

#57A061 color RGB value is (87,160,97).

  • red value is 87;
  • green value is 160;
  • blue value is 97.
RGB:
(87,160,97)
(34%,63%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 160 of 255 = 63%
B 97 of 255 = 38%

87
160
97

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

Portions of RGB colors in percentages

R + G + B =
87 + 160 + 97 = 344 (100%)
R 87 of 344 ~ 25.29%
G 160 of 344 ~ 46.51%
B 97 of 344 ~ 28.2%

%25.29
%46.51
%28.2

CMYK color model

#57A061 color CMYK value is (46,0,39,37).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 39.38%
  • key color value is 37.25%
CMYK:
(46,0,39,37)
C46M0Y39K37 
(46%,0%,39%,37%)
(0.46/0.00/0.39/0.37)	

CMYK percentages

%45.63
%0
%39.38
%37.25

Codes

Color #57A061 in popluar color models

57A061
RGB8716097
HSL128°29.55%48.43%
HSB/HSV128°45.63%62.75%
CMYK45.63%0.00%39.38%
37.25%

Color #57A061 in popluar number systems.

HEX57A061
Decimal8716097
Binary1010111101000001100001
Octal127240141

Shades and tints

Shades of #57A061

#57A061
(87,160,97)
#509259
(80,146,89)
#498451
(73,132,81)
#427649
(66,118,73)
#3B6841
(59,104,65)
#345A39
(52,90,57)
#2D4C31
(45,76,49)
#263E29
(38,62,41)
#1F3021
(31,48,33)
#182219
(24,34,25)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #57A061

#57A061
(87,160,97)
#66A86F
(102,168,111)
#75B07D
(117,176,125)
#84B88B
(132,184,139)
#93C099
(147,192,153)
#A2C8A7
(162,200,167)
#B1D0B5
(177,208,181)
#C0D8C3
(192,216,195)
#CFE0D1
(207,224,209)
#DEE8DF
(222,232,223)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A061 color. Also use rgb(87,160,97) instead hex code.

Text Font Color

.myTextColor { color: #57A061; }

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

This text font color is #57A061.


Background Color

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

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

This div background color is #57A061.


Border color

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

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

This div border color is #57A061.


Opacity

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

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

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

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

This text has shadow with #57A061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A061 on black background.


Color preview on white background

This text has color #57A061 on white background.



Black color preview on #57A061 background

This text has black color on #57A061 background.


White color preview on #57A061 background

This text has white color on #57A061 background.