COLOR #057004

HEX: #057004
RGB: (5,112,4)

Color info

#057004 contains mainly green color. Web safe color of #057004 is #006600 (or #060).

RGB color model

#057004 color RGB value is (5,112,4).

  • red value is 5;
  • green value is 112;
  • blue value is 4.
RGB:
(5,112,4)
(2%,44%,2%)

RGB channels and saturation

R 5 of 255 = 2%
G 112 of 255 = 44%
B 4 of 255 = 2%

5
112
4

R + G + B ~ 16%. #057004 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 112 + 4 = 121 (100%)
R 5 of 121 ~ 4.13%
G 112 of 121 ~ 92.56%
B 4 of 121 ~ 3.31%

%92.56

CMYK color model

#057004 color CMYK value is (96,0,96,56).

  • cyan value is 95.54%
  • magenta value is 0.00%
  • yellow value is 96.43%
  • key color value is 56.08%
CMYK:
(96,0,96,56)
C96M0Y96K56 
(96%,0%,96%,56%)
(0.96/0.00/0.96/0.56)	

CMYK percentages

%95.54
%0
%96.43
%56.08

Codes

Color #057004 in popluar color models

057004
RGB51124
HSL119°93.10%22.75%
HSB/HSV119°96.43%43.92%
CMYK95.54%0.00%96.43%
56.08%

Color #057004 in popluar number systems.

HEX057004
Decimal51124
Binary1011110000100
Octal51604

Shades and tints

Shades of #057004

#057004
(5,112,4)
#056604
(5,102,4)
#055C04
(5,92,4)
#055204
(5,82,4)
#054804
(5,72,4)
#053E04
(5,62,4)
#053404
(5,52,4)
#052A04
(5,42,4)
#052004
(5,32,4)
#051604
(5,22,4)
#050C04
(5,12,4)
#000000
(0,0,0)

Tints of #057004

#057004
(5,112,4)
#1B7D1A
(27,125,26)
#318A30
(49,138,48)
#479746
(71,151,70)
#5DA45C
(93,164,92)
#73B172
(115,177,114)
#89BE88
(137,190,136)
#9FCB9E
(159,203,158)
#B5D8B4
(181,216,180)
#CBE5CA
(203,229,202)
#E1F2E0
(225,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057004 color. Also use rgb(5,112,4) instead hex code.

Text Font Color

.myTextColor { color: #057004; }

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

This text font color is #057004.


Background Color

.myBgColor { background-color: #057004; }

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

This div background color is #057004.


Border color

.myBorderColor { border: 1px solid #057004; }

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

This div border color is #057004.


Opacity

.myOpacity80 { color: #057004; opacity: 0.8; }

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

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

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

This text has shadow with #057004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057004 on black background.


Color preview on white background

This text has color #057004 on white background.



Black color preview on #057004 background

This text has black color on #057004 background.


White color preview on #057004 background

This text has white color on #057004 background.