COLOR #57B285

HEX: #57B285
RGB: (87,178,133)

Color info

#57B285 contains mainly green and blue colors. Web safe color of #57B285 is #669999 (or #699).

RGB color model

#57B285 color RGB value is (87,178,133).

  • red value is 87;
  • green value is 178;
  • blue value is 133.
RGB:
(87,178,133)
(34%,70%,52%)

RGB channels and saturation

R 87 of 255 = 34%
G 178 of 255 = 70%
B 133 of 255 = 52%

87
178
133

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

Portions of RGB colors in percentages

R + G + B =
87 + 178 + 133 = 398 (100%)
R 87 of 398 ~ 21.86%
G 178 of 398 ~ 44.72%
B 133 of 398 ~ 33.42%

%21.86
%44.72
%33.42

CMYK color model

#57B285 color CMYK value is (51,0,25,30).

  • cyan value is 51.12%
  • magenta value is 0.00%
  • yellow value is 25.28%
  • key color value is 30.20%
CMYK:
(51,0,25,30)
C51M0Y25K30 
(51%,0%,25%,30%)
(0.51/0.00/0.25/0.30)	

CMYK percentages

%51.12
%0
%25.28
%30.2

Codes

Color #57B285 in popluar color models

57B285
RGB87178133
HSL150°37.14%51.96%
HSB/HSV150°51.12%69.80%
CMYK51.12%0.00%25.28%
30.20%

Color #57B285 in popluar number systems.

HEX57B285
Decimal87178133
Binary10101111011001010000101
Octal127262205

Shades and tints

Shades of #57B285

#57B285
(87,178,133)
#50A279
(80,162,121)
#49926D
(73,146,109)
#428261
(66,130,97)
#3B7255
(59,114,85)
#346249
(52,98,73)
#2D523D
(45,82,61)
#264231
(38,66,49)
#1F3225
(31,50,37)
#182219
(24,34,25)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #57B285

#57B285
(87,178,133)
#66B990
(102,185,144)
#75C09B
(117,192,155)
#84C7A6
(132,199,166)
#93CEB1
(147,206,177)
#A2D5BC
(162,213,188)
#B1DCC7
(177,220,199)
#C0E3D2
(192,227,210)
#CFEADD
(207,234,221)
#DEF1E8
(222,241,232)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B285 color. Also use rgb(87,178,133) instead hex code.

Text Font Color

.myTextColor { color: #57B285; }

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

This text font color is #57B285.


Background Color

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

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

This div background color is #57B285.


Border color

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

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

This div border color is #57B285.


Opacity

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

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

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

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

This text has shadow with #57B285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B285 on black background.


Color preview on white background

This text has color #57B285 on white background.



Black color preview on #57B285 background

This text has black color on #57B285 background.


White color preview on #57B285 background

This text has white color on #57B285 background.