COLOR #57B685

HEX: #57B685
RGB: (87,182,133)

Color info

#57B685 contains mainly green and blue colors. Web safe color of #57B685 is #66CC99 (or #6C9).

RGB color model

#57B685 color RGB value is (87,182,133).

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

RGB channels and saturation

R 87 of 255 = 34%
G 182 of 255 = 71%
B 133 of 255 = 52%

87
182
133

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

Portions of RGB colors in percentages

R + G + B =
87 + 182 + 133 = 402 (100%)
R 87 of 402 ~ 21.64%
G 182 of 402 ~ 45.27%
B 133 of 402 ~ 33.08%

%21.64
%45.27
%33.08

CMYK color model

#57B685 color CMYK value is (52,0,27,29).

  • cyan value is 52.20%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 28.63%
CMYK:
(52,0,27,29)
C52M0Y27K29 
(52%,0%,27%,29%)
(0.52/0.00/0.27/0.29)	

CMYK percentages

%52.2
%0
%26.92
%28.63

Codes

Color #57B685 in popluar color models

57B685
RGB87182133
HSL149°39.42%52.75%
HSB/HSV149°52.20%71.37%
CMYK52.20%0.00%26.92%
28.63%

Color #57B685 in popluar number systems.

HEX57B685
Decimal87182133
Binary10101111011011010000101
Octal127266205

Shades and tints

Shades of #57B685

#57B685
(87,182,133)
#50A679
(80,166,121)
#49966D
(73,150,109)
#428661
(66,134,97)
#3B7655
(59,118,85)
#346649
(52,102,73)
#2D563D
(45,86,61)
#264631
(38,70,49)
#1F3625
(31,54,37)
#182619
(24,38,25)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #57B685

#57B685
(87,182,133)
#66BC90
(102,188,144)
#75C29B
(117,194,155)
#84C8A6
(132,200,166)
#93CEB1
(147,206,177)
#A2D4BC
(162,212,188)
#B1DAC7
(177,218,199)
#C0E0D2
(192,224,210)
#CFE6DD
(207,230,221)
#DEECE8
(222,236,232)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57B685; }

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

This text font color is #57B685.


Background Color

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

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

This div background color is #57B685.


Border color

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

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

This div border color is #57B685.


Opacity

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

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

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

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

This text has shadow with #57B685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B685 on black background.


Color preview on white background

This text has color #57B685 on white background.



Black color preview on #57B685 background

This text has black color on #57B685 background.


White color preview on #57B685 background

This text has white color on #57B685 background.