COLOR #57A372

HEX: #57A372
RGB: (87,163,114)

Color info

#57A372 contains mainly green and blue colors. Web safe color of #57A372 is #669966 (or #696).

RGB color model

#57A372 color RGB value is (87,163,114).

  • red value is 87;
  • green value is 163;
  • blue value is 114.
RGB:
(87,163,114)
(34%,64%,45%)

RGB channels and saturation

R 87 of 255 = 34%
G 163 of 255 = 64%
B 114 of 255 = 45%

87
163
114

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

Portions of RGB colors in percentages

R + G + B =
87 + 163 + 114 = 364 (100%)
R 87 of 364 ~ 23.9%
G 163 of 364 ~ 44.78%
B 114 of 364 ~ 31.32%

%23.9
%44.78
%31.32

CMYK color model

#57A372 color CMYK value is (47,0,30,36).

  • cyan value is 46.63%
  • magenta value is 0.00%
  • yellow value is 30.06%
  • key color value is 36.08%
CMYK:
(47,0,30,36)
C47M0Y30K36 
(47%,0%,30%,36%)
(0.47/0.00/0.30/0.36)	

CMYK percentages

%46.63
%0
%30.06
%36.08

Codes

Color #57A372 in popluar color models

57A372
RGB87163114
HSL141°30.40%49.02%
HSB/HSV141°46.63%63.92%
CMYK46.63%0.00%30.06%
36.08%

Color #57A372 in popluar number systems.

HEX57A372
Decimal87163114
Binary1010111101000111110010
Octal127243162

Shades and tints

Shades of #57A372

#57A372
(87,163,114)
#509568
(80,149,104)
#49875E
(73,135,94)
#427954
(66,121,84)
#3B6B4A
(59,107,74)
#345D40
(52,93,64)
#2D4F36
(45,79,54)
#26412C
(38,65,44)
#1F3322
(31,51,34)
#182518
(24,37,24)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #57A372

#57A372
(87,163,114)
#66AB7E
(102,171,126)
#75B38A
(117,179,138)
#84BB96
(132,187,150)
#93C3A2
(147,195,162)
#A2CBAE
(162,203,174)
#B1D3BA
(177,211,186)
#C0DBC6
(192,219,198)
#CFE3D2
(207,227,210)
#DEEBDE
(222,235,222)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A372 color. Also use rgb(87,163,114) instead hex code.

Text Font Color

.myTextColor { color: #57A372; }

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

This text font color is #57A372.


Background Color

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

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

This div background color is #57A372.


Border color

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

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

This div border color is #57A372.


Opacity

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

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

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

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

This text has shadow with #57A372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A372 on black background.


Color preview on white background

This text has color #57A372 on white background.



Black color preview on #57A372 background

This text has black color on #57A372 background.


White color preview on #57A372 background

This text has white color on #57A372 background.