COLOR #003600

HEX: #003600
RGB: (0,54,0)

Color info

#003600 contains only green color. Web safe color of #003600 is #003300 (or #030).

RGB color model

#003600 color RGB value is (0,54,0).

  • red value is 0;
  • green value is 54;
  • blue value is 0.
RGB:
(0,54,0)
(0%,21%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 54 of 255 = 21%
B 0 of 255 = 0%

0
54
0

R + G + B ~ 7%. #003600 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#003600 color CMYK value is (100,0,100,79).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 78.82%
CMYK:
(100,0,100,79)
C100M0Y100K79 
(100%,0%,100%,79%)
(1.00/0.00/1.00/0.79)	

CMYK percentages

%100
%0
%100
%78.82

Codes

Color #003600 in popluar color models

003600
RGB0540
HSL120°100.00%10.59%
HSB/HSV120°100.00%21.18%
CMYK100.00%0.00%100.00%
78.82%

Color #003600 in popluar number systems.

HEX003600
Decimal0540
Binary01101100
Octal0660

Shades and tints

Shades of #003600

#003600
(0,54,0)
#003200
(0,50,0)
#002E00
(0,46,0)
#002A00
(0,42,0)
#002600
(0,38,0)
#002200
(0,34,0)
#001E00
(0,30,0)
#001A00
(0,26,0)
#001600
(0,22,0)
#001200
(0,18,0)
#000E00
(0,14,0)
#000000
(0,0,0)

Tints of #003600

#003600
(0,54,0)
#174817
(23,72,23)
#2E5A2E
(46,90,46)
#456C45
(69,108,69)
#5C7E5C
(92,126,92)
#739073
(115,144,115)
#8AA28A
(138,162,138)
#A1B4A1
(161,180,161)
#B8C6B8
(184,198,184)
#CFD8CF
(207,216,207)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003600; }

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

This text font color is #003600.


Background Color

.myBgColor { background-color: #003600; }

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

This div background color is #003600.


Border color

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

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

This div border color is #003600.


Opacity

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

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

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

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

This text has shadow with #003600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003600 on black background.


Color preview on white background

This text has color #003600 on white background.



Black color preview on #003600 background

This text has black color on #003600 background.


White color preview on #003600 background

This text has white color on #003600 background.