COLOR #058004

HEX: #058004
RGB: (5,128,4)

Color info

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

RGB color model

#058004 color RGB value is (5,128,4).

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

RGB channels and saturation

R 5 of 255 = 2%
G 128 of 255 = 50%
B 4 of 255 = 2%

5
128
4

R + G + B ~ 18%. #058004 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 128 + 4 = 137 (100%)
R 5 of 137 ~ 3.65%
G 128 of 137 ~ 93.43%
B 4 of 137 ~ 2.92%

%93.43

CMYK color model

#058004 color CMYK value is (96,0,97,50).

  • cyan value is 96.09%
  • magenta value is 0.00%
  • yellow value is 96.88%
  • key color value is 49.80%
CMYK:
(96,0,97,50)
C96M0Y97K50 
(96%,0%,97%,50%)
(0.96/0.00/0.97/0.50)	

CMYK percentages

%96.09
%0
%96.88
%49.8

Codes

Color #058004 in popluar color models

058004
RGB51284
HSL120°93.94%25.88%
HSB/HSV120°96.88%50.20%
CMYK96.09%0.00%96.88%
49.80%

Color #058004 in popluar number systems.

HEX058004
Decimal51284
Binary10110000000100
Octal52004

Shades and tints

Shades of #058004

#058004
(5,128,4)
#057504
(5,117,4)
#056A04
(5,106,4)
#055F04
(5,95,4)
#055404
(5,84,4)
#054904
(5,73,4)
#053E04
(5,62,4)
#053304
(5,51,4)
#052804
(5,40,4)
#051D04
(5,29,4)
#051204
(5,18,4)
#000000
(0,0,0)

Tints of #058004

#058004
(5,128,4)
#1B8B1A
(27,139,26)
#319630
(49,150,48)
#47A146
(71,161,70)
#5DAC5C
(93,172,92)
#73B772
(115,183,114)
#89C288
(137,194,136)
#9FCD9E
(159,205,158)
#B5D8B4
(181,216,180)
#CBE3CA
(203,227,202)
#E1EEE0
(225,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #058004; }

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

This text font color is #058004.


Background Color

.myBgColor { background-color: #058004; }

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

This div background color is #058004.


Border color

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

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

This div border color is #058004.


Opacity

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

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

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

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

This text has shadow with #058004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058004 on black background.


Color preview on white background

This text has color #058004 on white background.



Black color preview on #058004 background

This text has black color on #058004 background.


White color preview on #058004 background

This text has white color on #058004 background.