COLOR #57B54C

HEX: #57B54C RGB: (87,181,76)

Color info

#57B54C contains mainly green color. Web safe color of #57B54C is #66CC33 (or #6C3).

RGB color model

#57B54C color RGB value is (87,181,76).

RGB: (87,181,76) (34%, 71%, 30%)

RGB channels and saturation

R 87 of 255 = 34%
G 181 of 255 = 71%
B 76 of 255 = 30%

87
181
76

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

Portions of RGB colors in percentages

R + G + B = 87 + 181 + 76 = 344 (100%)
R 87 of 344 ~ 25.29%
G 181 of 344 ~ 52.62%
B 76 of 344 ~ 22.09'%

%25.29
%52.62
%22.09

CMYK color model

#57B54C color CMYK value is (52,0,58,29).

  • cyan value is 51.93%
  • magenta value is 0.00%
  • yellow value is 58.01%
  • key color value is 29.02%
CMYK: (52,0,58,29) C52M0Y58K29 (52%,0%,58%,29%) (0.52/0.00/0.58/0.29) 

CMYK percentages

%51.93
%0
%58.01
%29.02

Codes

Color #57B54C in popluar color models

57 B5 4C
RGB 87 181 76
HSL 114° 41.50% 50.39%
HSB/HSV 114° 58.01% 70.98%
CMYK 51.93% 0.00% 58.01%
29.02%

Color #57B54C in popluar number systems.

HEX 57 B5 4C
Decimal 87 181 76
Binary 1010111 10110101 1001100
Octal 127 265 114

Shades and tints

Shades of #57B54C

#57B54C
(87,181,76)
#50A546
(80,165,70)
#499540
(73,149,64)
#42853A
(66,133,58)
#3B7534
(59,117,52)
#34652E
(52,101,46)
#2D5528
(45,85,40)
#264522
(38,69,34)
#1F351C
(31,53,28)
#182516
(24,37,22)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #57B54C

#57B54C
(87,181,76)
#66BB5C
(102,187,92)
#75C16C
(117,193,108)
#84C77C
(132,199,124)
#93CD8C
(147,205,140)
#A2D39C
(162,211,156)
#B1D9AC
(177,217,172)
#C0DFBC
(192,223,188)
#CFE5CC
(207,229,204)
#DEEBDC
(222,235,220)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B54C color. Also use rgb(87,181,76) instead hex code.

Text Font Color

.myTextColor { color: #57B54C; }

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

This text font color is #57B54C.

Background Color

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

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

This div background color is #57B54C.

Border color

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

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

This div border color is #57B54C.

Opacity

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

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

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

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

This text has shadow with #57B54C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57B54C.

Preview

Color preview on black background

This text has color #57B54C on black background.


Color preview on white background

This text has color #57B54C on white background.


Black color preview on #57B54C background

This text has black color on #57B54C background.


White color preview on #57B54C background

This text has white color on #57B54C background.


Related colors

Complementary color

Complementary color for #hex is #A84AB3.


I love getcolorcode.com

Triadic colors

1 #4C57B5 and #B54C57 with #57B54C are triadic colors.

2 #4CB557 and #B5574C with #57B54C are triadic colors.