COLOR #57B86A

HEX: #57B86A
RGB: (87,184,106)

Color info

#57B86A contains mainly green color. Web safe color of #57B86A is #66CC66 (or #6C6).

RGB color model

#57B86A color RGB value is (87,184,106).

  • red value is 87;
  • green value is 184;
  • blue value is 106.
RGB:
(87,184,106)
(34%,72%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 184 of 255 = 72%
B 106 of 255 = 42%

87
184
106

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

Portions of RGB colors in percentages

R + G + B =
87 + 184 + 106 = 377 (100%)
R 87 of 377 ~ 23.08%
G 184 of 377 ~ 48.81%
B 106 of 377 ~ 28.12%

%23.08
%48.81
%28.12

CMYK color model

#57B86A color CMYK value is (53,0,42,28).

  • cyan value is 52.72%
  • magenta value is 0.00%
  • yellow value is 42.39%
  • key color value is 27.84%
CMYK:
(53,0,42,28)
C53M0Y42K28 
(53%,0%,42%,28%)
(0.53/0.00/0.42/0.28)	

CMYK percentages

%52.72
%0
%42.39
%27.84

Codes

Color #57B86A in popluar color models

57B86A
RGB87184106
HSL132°40.59%53.14%
HSB/HSV132°52.72%72.16%
CMYK52.72%0.00%42.39%
27.84%

Color #57B86A in popluar number systems.

HEX57B86A
Decimal87184106
Binary1010111101110001101010
Octal127270152

Shades and tints

Shades of #57B86A

#57B86A
(87,184,106)
#50A861
(80,168,97)
#499858
(73,152,88)
#42884F
(66,136,79)
#3B7846
(59,120,70)
#34683D
(52,104,61)
#2D5834
(45,88,52)
#26482B
(38,72,43)
#1F3822
(31,56,34)
#182819
(24,40,25)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #57B86A

#57B86A
(87,184,106)
#66BE77
(102,190,119)
#75C484
(117,196,132)
#84CA91
(132,202,145)
#93D09E
(147,208,158)
#A2D6AB
(162,214,171)
#B1DCB8
(177,220,184)
#C0E2C5
(192,226,197)
#CFE8D2
(207,232,210)
#DEEEDF
(222,238,223)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B86A color. Also use rgb(87,184,106) instead hex code.

Text Font Color

.myTextColor { color: #57B86A; }

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

This text font color is #57B86A.


Background Color

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

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

This div background color is #57B86A.


Border color

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

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

This div border color is #57B86A.


Opacity

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

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

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

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

This text has shadow with #57B86A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B86A on black background.


Color preview on white background

This text has color #57B86A on white background.



Black color preview on #57B86A background

This text has black color on #57B86A background.


White color preview on #57B86A background

This text has white color on #57B86A background.