COLOR #57A57B

HEX: #57A57B
RGB: (87,165,123)

Color info

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

RGB color model

#57A57B color RGB value is (87,165,123).

  • red value is 87;
  • green value is 165;
  • blue value is 123.
RGB:
(87,165,123)
(34%,65%,48%)

RGB channels and saturation

R 87 of 255 = 34%
G 165 of 255 = 65%
B 123 of 255 = 48%

87
165
123

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

Portions of RGB colors in percentages

R + G + B =
87 + 165 + 123 = 375 (100%)
R 87 of 375 ~ 23.2%
G 165 of 375 ~ 44%
B 123 of 375 ~ 32.8%

%23.2
%44
%32.8

CMYK color model

#57A57B color CMYK value is (47,0,25,35).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 35.29%
CMYK:
(47,0,25,35)
C47M0Y25K35 
(47%,0%,25%,35%)
(0.47/0.00/0.25/0.35)	

CMYK percentages

%47.27
%0
%25.45
%35.29

Codes

Color #57A57B in popluar color models

57A57B
RGB87165123
HSL148°30.95%49.41%
HSB/HSV148°47.27%64.71%
CMYK47.27%0.00%25.45%
35.29%

Color #57A57B in popluar number systems.

HEX57A57B
Decimal87165123
Binary1010111101001011111011
Octal127245173

Shades and tints

Shades of #57A57B

#57A57B
(87,165,123)
#509670
(80,150,112)
#498765
(73,135,101)
#42785A
(66,120,90)
#3B694F
(59,105,79)
#345A44
(52,90,68)
#2D4B39
(45,75,57)
#263C2E
(38,60,46)
#1F2D23
(31,45,35)
#181E18
(24,30,24)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #57A57B

#57A57B
(87,165,123)
#66AD87
(102,173,135)
#75B593
(117,181,147)
#84BD9F
(132,189,159)
#93C5AB
(147,197,171)
#A2CDB7
(162,205,183)
#B1D5C3
(177,213,195)
#C0DDCF
(192,221,207)
#CFE5DB
(207,229,219)
#DEEDE7
(222,237,231)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A57B color. Also use rgb(87,165,123) instead hex code.

Text Font Color

.myTextColor { color: #57A57B; }

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

This text font color is #57A57B.


Background Color

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

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

This div background color is #57A57B.


Border color

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

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

This div border color is #57A57B.


Opacity

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

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

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

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

This text has shadow with #57A57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A57B on black background.


Color preview on white background

This text has color #57A57B on white background.



Black color preview on #57A57B background

This text has black color on #57A57B background.


White color preview on #57A57B background

This text has white color on #57A57B background.