COLOR #57A058

HEX: #57A058
RGB: (87,160,88)

Color info

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

RGB color model

#57A058 color RGB value is (87,160,88).

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

RGB channels and saturation

R 87 of 255 = 34%
G 160 of 255 = 63%
B 88 of 255 = 35%

87
160
88

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

Portions of RGB colors in percentages

R + G + B =
87 + 160 + 88 = 335 (100%)
R 87 of 335 ~ 25.97%
G 160 of 335 ~ 47.76%
B 88 of 335 ~ 26.27%

%25.97
%47.76
%26.27

CMYK color model

#57A058 color CMYK value is (46,0,45,37).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 37.25%
CMYK:
(46,0,45,37)
C46M0Y45K37 
(46%,0%,45%,37%)
(0.46/0.00/0.45/0.37)	

CMYK percentages

%45.63
%0
%45
%37.25

Codes

Color #57A058 in popluar color models

57A058
RGB8716088
HSL121°29.55%48.43%
HSB/HSV121°45.63%62.75%
CMYK45.63%0.00%45.00%
37.25%

Color #57A058 in popluar number systems.

HEX57A058
Decimal8716088
Binary1010111101000001011000
Octal127240130

Shades and tints

Shades of #57A058

#57A058
(87,160,88)
#509250
(80,146,80)
#498448
(73,132,72)
#427640
(66,118,64)
#3B6838
(59,104,56)
#345A30
(52,90,48)
#2D4C28
(45,76,40)
#263E20
(38,62,32)
#1F3018
(31,48,24)
#182210
(24,34,16)
#111408
(17,20,8)
#000000
(0,0,0)

Tints of #57A058

#57A058
(87,160,88)
#66A867
(102,168,103)
#75B076
(117,176,118)
#84B885
(132,184,133)
#93C094
(147,192,148)
#A2C8A3
(162,200,163)
#B1D0B2
(177,208,178)
#C0D8C1
(192,216,193)
#CFE0D0
(207,224,208)
#DEE8DF
(222,232,223)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57A058; }

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

This text font color is #57A058.


Background Color

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

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

This div background color is #57A058.


Border color

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

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

This div border color is #57A058.


Opacity

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

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

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

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

This text has shadow with #57A058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A058 on black background.


Color preview on white background

This text has color #57A058 on white background.



Black color preview on #57A058 background

This text has black color on #57A058 background.


White color preview on #57A058 background

This text has white color on #57A058 background.