COLOR #57B795

HEX: #57B795
RGB: (87,183,149)

Color info

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

RGB color model

#57B795 color RGB value is (87,183,149).

  • red value is 87;
  • green value is 183;
  • blue value is 149.
RGB:
(87,183,149)
(34%,72%,58%)

RGB channels and saturation

R 87 of 255 = 34%
G 183 of 255 = 72%
B 149 of 255 = 58%

87
183
149

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

Portions of RGB colors in percentages

R + G + B =
87 + 183 + 149 = 419 (100%)
R 87 of 419 ~ 20.76%
G 183 of 419 ~ 43.68%
B 149 of 419 ~ 35.56%

%20.76
%43.68
%35.56

CMYK color model

#57B795 color CMYK value is (52,0,19,28).

  • cyan value is 52.46%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(52,0,19,28)
C52M0Y19K28 
(52%,0%,19%,28%)
(0.52/0.00/0.19/0.28)	

CMYK percentages

%52.46
%0
%18.58
%28.24

Codes

Color #57B795 in popluar color models

57B795
RGB87183149
HSL159°40.00%52.94%
HSB/HSV159°52.46%71.76%
CMYK52.46%0.00%18.58%
28.24%

Color #57B795 in popluar number systems.

HEX57B795
Decimal87183149
Binary10101111011011110010101
Octal127267225

Shades and tints

Shades of #57B795

#57B795
(87,183,149)
#50A788
(80,167,136)
#49977B
(73,151,123)
#42876E
(66,135,110)
#3B7761
(59,119,97)
#346754
(52,103,84)
#2D5747
(45,87,71)
#26473A
(38,71,58)
#1F372D
(31,55,45)
#182720
(24,39,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #57B795

#57B795
(87,183,149)
#66BD9E
(102,189,158)
#75C3A7
(117,195,167)
#84C9B0
(132,201,176)
#93CFB9
(147,207,185)
#A2D5C2
(162,213,194)
#B1DBCB
(177,219,203)
#C0E1D4
(192,225,212)
#CFE7DD
(207,231,221)
#DEEDE6
(222,237,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B795 color. Also use rgb(87,183,149) instead hex code.

Text Font Color

.myTextColor { color: #57B795; }

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

This text font color is #57B795.


Background Color

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

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

This div background color is #57B795.


Border color

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

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

This div border color is #57B795.


Opacity

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

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

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

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

This text has shadow with #57B795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B795 on black background.


Color preview on white background

This text has color #57B795 on white background.



Black color preview on #57B795 background

This text has black color on #57B795 background.


White color preview on #57B795 background

This text has white color on #57B795 background.