COLOR #57B48C

HEX: #57B48C
RGB: (87,180,140)

Color info

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

RGB color model

#57B48C color RGB value is (87,180,140).

  • red value is 87;
  • green value is 180;
  • blue value is 140.
RGB:
(87,180,140)
(34%,71%,55%)

RGB channels and saturation

R 87 of 255 = 34%
G 180 of 255 = 71%
B 140 of 255 = 55%

87
180
140

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

Portions of RGB colors in percentages

R + G + B =
87 + 180 + 140 = 407 (100%)
R 87 of 407 ~ 21.38%
G 180 of 407 ~ 44.23%
B 140 of 407 ~ 34.4%

%21.38
%44.23
%34.4

CMYK color model

#57B48C color CMYK value is (52,0,22,29).

  • cyan value is 51.67%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK:
(52,0,22,29)
C52M0Y22K29 
(52%,0%,22%,29%)
(0.52/0.00/0.22/0.29)	

CMYK percentages

%51.67
%0
%22.22
%29.41

Codes

Color #57B48C in popluar color models

57B48C
RGB87180140
HSL154°38.27%52.35%
HSB/HSV154°51.67%70.59%
CMYK51.67%0.00%22.22%
29.41%

Color #57B48C in popluar number systems.

HEX57B48C
Decimal87180140
Binary10101111011010010001100
Octal127264214

Shades and tints

Shades of #57B48C

#57B48C
(87,180,140)
#50A480
(80,164,128)
#499474
(73,148,116)
#428468
(66,132,104)
#3B745C
(59,116,92)
#346450
(52,100,80)
#2D5444
(45,84,68)
#264438
(38,68,56)
#1F342C
(31,52,44)
#182420
(24,36,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #57B48C

#57B48C
(87,180,140)
#66BA96
(102,186,150)
#75C0A0
(117,192,160)
#84C6AA
(132,198,170)
#93CCB4
(147,204,180)
#A2D2BE
(162,210,190)
#B1D8C8
(177,216,200)
#C0DED2
(192,222,210)
#CFE4DC
(207,228,220)
#DEEAE6
(222,234,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B48C color. Also use rgb(87,180,140) instead hex code.

Text Font Color

.myTextColor { color: #57B48C; }

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

This text font color is #57B48C.


Background Color

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

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

This div background color is #57B48C.


Border color

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

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

This div border color is #57B48C.


Opacity

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

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

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

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

This text has shadow with #57B48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B48C on black background.


Color preview on white background

This text has color #57B48C on white background.



Black color preview on #57B48C background

This text has black color on #57B48C background.


White color preview on #57B48C background

This text has white color on #57B48C background.