COLOR #005800

HEX: #005800
RGB: (0,88,0)

Color info

#005800 contains only green color. Web safe color of #005800 is #006600 (or #060).

RGB color model

#005800 color RGB value is (0,88,0).

  • red value is 0;
  • green value is 88;
  • blue value is 0.
RGB:
(0,88,0)
(0%,35%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 88 of 255 = 35%
B 0 of 255 = 0%

0
88
0

R + G + B ~ 12%. #005800 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 88 + 0 = 88 (100%)
R 0 of 88 ~ 0%
G 88 of 88 ~ 100%
B 0 of 88 ~ 0%

%100

CMYK color model

#005800 color CMYK value is (100,0,100,65).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 65.49%
CMYK:
(100,0,100,65)
C100M0Y100K65 
(100%,0%,100%,65%)
(1.00/0.00/1.00/0.65)	

CMYK percentages

%100
%0
%100
%65.49

Codes

Color #005800 in popluar color models

005800
RGB0880
HSL120°100.00%17.25%
HSB/HSV120°100.00%34.51%
CMYK100.00%0.00%100.00%
65.49%

Color #005800 in popluar number systems.

HEX005800
Decimal0880
Binary010110000
Octal01300

Shades and tints

Shades of #005800

#005800
(0,88,0)
#005000
(0,80,0)
#004800
(0,72,0)
#004000
(0,64,0)
#003800
(0,56,0)
#003000
(0,48,0)
#002800
(0,40,0)
#002000
(0,32,0)
#001800
(0,24,0)
#001000
(0,16,0)
#000800
(0,8,0)
#000000
(0,0,0)

Tints of #005800

#005800
(0,88,0)
#176717
(23,103,23)
#2E762E
(46,118,46)
#458545
(69,133,69)
#5C945C
(92,148,92)
#73A373
(115,163,115)
#8AB28A
(138,178,138)
#A1C1A1
(161,193,161)
#B8D0B8
(184,208,184)
#CFDFCF
(207,223,207)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005800 color. Also use rgb(0,88,0) instead hex code.

Text Font Color

.myTextColor { color: #005800; }

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

This text font color is #005800.


Background Color

.myBgColor { background-color: #005800; }

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

This div background color is #005800.


Border color

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

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

This div border color is #005800.


Opacity

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

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

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

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

This text has shadow with #005800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005800 on black background.


Color preview on white background

This text has color #005800 on white background.



Black color preview on #005800 background

This text has black color on #005800 background.


White color preview on #005800 background

This text has white color on #005800 background.