COLOR #57A161

HEX: #57A161
RGB: (87,161,97)

Color info

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

RGB color model

#57A161 color RGB value is (87,161,97).

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

RGB channels and saturation

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

87
161
97

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

Portions of RGB colors in percentages

R + G + B =
87 + 161 + 97 = 345 (100%)
R 87 of 345 ~ 25.22%
G 161 of 345 ~ 46.67%
B 97 of 345 ~ 28.12%

%25.22
%46.67
%28.12

CMYK color model

#57A161 color CMYK value is (46,0,40,37).

  • cyan value is 45.96%
  • magenta value is 0.00%
  • yellow value is 39.75%
  • key color value is 36.86%
CMYK:
(46,0,40,37)
C46M0Y40K37 
(46%,0%,40%,37%)
(0.46/0.00/0.40/0.37)	

CMYK percentages

%45.96
%0
%39.75
%36.86

Codes

Color #57A161 in popluar color models

57A161
RGB8716197
HSL128°29.84%48.63%
HSB/HSV128°45.96%63.14%
CMYK45.96%0.00%39.75%
36.86%

Color #57A161 in popluar number systems.

HEX57A161
Decimal8716197
Binary1010111101000011100001
Octal127241141

Shades and tints

Shades of #57A161

#57A161
(87,161,97)
#509359
(80,147,89)
#498551
(73,133,81)
#427749
(66,119,73)
#3B6941
(59,105,65)
#345B39
(52,91,57)
#2D4D31
(45,77,49)
#263F29
(38,63,41)
#1F3121
(31,49,33)
#182319
(24,35,25)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #57A161

#57A161
(87,161,97)
#66A96F
(102,169,111)
#75B17D
(117,177,125)
#84B98B
(132,185,139)
#93C199
(147,193,153)
#A2C9A7
(162,201,167)
#B1D1B5
(177,209,181)
#C0D9C3
(192,217,195)
#CFE1D1
(207,225,209)
#DEE9DF
(222,233,223)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57A161; }

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

This text font color is #57A161.


Background Color

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

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

This div background color is #57A161.


Border color

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

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

This div border color is #57A161.


Opacity

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

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

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

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

This text has shadow with #57A161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A161 on black background.


Color preview on white background

This text has color #57A161 on white background.



Black color preview on #57A161 background

This text has black color on #57A161 background.


White color preview on #57A161 background

This text has white color on #57A161 background.