COLOR #005400

HEX: #005400
RGB: (0,84,0)

Color info

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

RGB color model

#005400 color RGB value is (0,84,0).

  • red value is 0;
  • green value is 84;
  • blue value is 0.
RGB:
(0,84,0)
(0%,33%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 84 of 255 = 33%
B 0 of 255 = 0%

0
84
0

R + G + B ~ 11%. #005400 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#005400 color CMYK value is (100,0,100,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 67.06%
CMYK:
(100,0,100,67)
C100M0Y100K67 
(100%,0%,100%,67%)
(1.00/0.00/1.00/0.67)	

CMYK percentages

%100
%0
%100
%67.06

Codes

Color #005400 in popluar color models

005400
RGB0840
HSL120°100.00%16.47%
HSB/HSV120°100.00%32.94%
CMYK100.00%0.00%100.00%
67.06%

Color #005400 in popluar number systems.

HEX005400
Decimal0840
Binary010101000
Octal01240

Shades and tints

Shades of #005400

#005400
(0,84,0)
#004D00
(0,77,0)
#004600
(0,70,0)
#003F00
(0,63,0)
#003800
(0,56,0)
#003100
(0,49,0)
#002A00
(0,42,0)
#002300
(0,35,0)
#001C00
(0,28,0)
#001500
(0,21,0)
#000E00
(0,14,0)
#000000
(0,0,0)

Tints of #005400

#005400
(0,84,0)
#176317
(23,99,23)
#2E722E
(46,114,46)
#458145
(69,129,69)
#5C905C
(92,144,92)
#739F73
(115,159,115)
#8AAE8A
(138,174,138)
#A1BDA1
(161,189,161)
#B8CCB8
(184,204,184)
#CFDBCF
(207,219,207)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005400; }

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

This text font color is #005400.


Background Color

.myBgColor { background-color: #005400; }

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

This div background color is #005400.


Border color

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

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

This div border color is #005400.


Opacity

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

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

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

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

This text has shadow with #005400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005400 on black background.


Color preview on white background

This text has color #005400 on white background.



Black color preview on #005400 background

This text has black color on #005400 background.


White color preview on #005400 background

This text has white color on #005400 background.