COLOR #57A235

HEX: #57A235
RGB: (87,162,53)

Color info

#57A235 contains mainly green color. Web safe color of #57A235 is #669933 (or #693).

RGB color model

#57A235 color RGB value is (87,162,53).

  • red value is 87;
  • green value is 162;
  • blue value is 53.
RGB:
(87,162,53)
(34%,64%,21%)

RGB channels and saturation

R 87 of 255 = 34%
G 162 of 255 = 64%
B 53 of 255 = 21%

87
162
53

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

Portions of RGB colors in percentages

R + G + B =
87 + 162 + 53 = 302 (100%)
R 87 of 302 ~ 28.81%
G 162 of 302 ~ 53.64%
B 53 of 302 ~ 17.55%

%28.81
%53.64
%17.55

CMYK color model

#57A235 color CMYK value is (46,0,67,36).

  • cyan value is 46.30%
  • magenta value is 0.00%
  • yellow value is 67.28%
  • key color value is 36.47%
CMYK:
(46,0,67,36)
C46M0Y67K36 
(46%,0%,67%,36%)
(0.46/0.00/0.67/0.36)	

CMYK percentages

%46.3
%0
%67.28
%36.47

Codes

Color #57A235 in popluar color models

57A235
RGB8716253
HSL101°50.70%42.16%
HSB/HSV101°67.28%63.53%
CMYK46.30%0.00%67.28%
36.47%

Color #57A235 in popluar number systems.

HEX57A235
Decimal8716253
Binary101011110100010110101
Octal12724265

Shades and tints

Shades of #57A235

#57A235
(87,162,53)
#509431
(80,148,49)
#49862D
(73,134,45)
#427829
(66,120,41)
#3B6A25
(59,106,37)
#345C21
(52,92,33)
#2D4E1D
(45,78,29)
#264019
(38,64,25)
#1F3215
(31,50,21)
#182411
(24,36,17)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #57A235

#57A235
(87,162,53)
#66AA47
(102,170,71)
#75B259
(117,178,89)
#84BA6B
(132,186,107)
#93C27D
(147,194,125)
#A2CA8F
(162,202,143)
#B1D2A1
(177,210,161)
#C0DAB3
(192,218,179)
#CFE2C5
(207,226,197)
#DEEAD7
(222,234,215)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A235 color. Also use rgb(87,162,53) instead hex code.

Text Font Color

.myTextColor { color: #57A235; }

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

This text font color is #57A235.


Background Color

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

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

This div background color is #57A235.


Border color

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

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

This div border color is #57A235.


Opacity

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

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

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

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

This text has shadow with #57A235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A235 on black background.


Color preview on white background

This text has color #57A235 on white background.



Black color preview on #57A235 background

This text has black color on #57A235 background.


White color preview on #57A235 background

This text has white color on #57A235 background.