COLOR #57A01D

HEX: #57A01D
RGB: (87,160,29)

Color info

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

RGB color model

#57A01D color RGB value is (87,160,29).

  • red value is 87;
  • green value is 160;
  • blue value is 29.
RGB:
(87,160,29)
(34%,63%,11%)

RGB channels and saturation

R 87 of 255 = 34%
G 160 of 255 = 63%
B 29 of 255 = 11%

87
160
29

R + G + B ~ 36%. #57A01D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 160 + 29 = 276 (100%)
R 87 of 276 ~ 31.52%
G 160 of 276 ~ 57.97%
B 29 of 276 ~ 10.51%

%31.52
%57.97
%10.51

CMYK color model

#57A01D color CMYK value is (46,0,82,37).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 81.88%
  • key color value is 37.25%
CMYK:
(46,0,82,37)
C46M0Y82K37 
(46%,0%,82%,37%)
(0.46/0.00/0.82/0.37)	

CMYK percentages

%45.63
%0
%81.88
%37.25

Codes

Color #57A01D in popluar color models

57A01D
RGB8716029
HSL93°69.31%37.06%
HSB/HSV93°81.88%62.75%
CMYK45.63%0.00%81.88%
37.25%

Color #57A01D in popluar number systems.

HEX57A01D
Decimal8716029
Binary10101111010000011101
Octal12724035

Shades and tints

Shades of #57A01D

#57A01D
(87,160,29)
#50921B
(80,146,27)
#498419
(73,132,25)
#427617
(66,118,23)
#3B6815
(59,104,21)
#345A13
(52,90,19)
#2D4C11
(45,76,17)
#263E0F
(38,62,15)
#1F300D
(31,48,13)
#18220B
(24,34,11)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #57A01D

#57A01D
(87,160,29)
#66A831
(102,168,49)
#75B045
(117,176,69)
#84B859
(132,184,89)
#93C06D
(147,192,109)
#A2C881
(162,200,129)
#B1D095
(177,208,149)
#C0D8A9
(192,216,169)
#CFE0BD
(207,224,189)
#DEE8D1
(222,232,209)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A01D color. Also use rgb(87,160,29) instead hex code.

Text Font Color

.myTextColor { color: #57A01D; }

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

This text font color is #57A01D.


Background Color

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

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

This div background color is #57A01D.


Border color

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

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

This div border color is #57A01D.


Opacity

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

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

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

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

This text has shadow with #57A01D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57A01D on black background.


Color preview on white background

This text has color #57A01D on white background.



Black color preview on #57A01D background

This text has black color on #57A01D background.


White color preview on #57A01D background

This text has white color on #57A01D background.