COLOR #036004

HEX: #036004
RGB: (3,96,4)

Color info

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

RGB color model

#036004 color RGB value is (3,96,4).

  • red value is 3;
  • green value is 96;
  • blue value is 4.
RGB:
(3,96,4)
(1%,38%,2%)

RGB channels and saturation

R 3 of 255 = 1%
G 96 of 255 = 38%
B 4 of 255 = 2%

3
96
4

R + G + B ~ 14%. #036004 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 96 + 4 = 103 (100%)
R 3 of 103 ~ 2.91%
G 96 of 103 ~ 93.2%
B 4 of 103 ~ 3.88%

%93.2

CMYK color model

#036004 color CMYK value is (97,0,96,62).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 62.35%
CMYK:
(97,0,96,62)
C97M0Y96K62 
(97%,0%,96%,62%)
(0.97/0.00/0.96/0.62)	

CMYK percentages

%96.88
%0
%95.83
%62.35

Codes

Color #036004 in popluar color models

036004
RGB3964
HSL121°93.94%19.41%
HSB/HSV121°96.88%37.65%
CMYK96.88%0.00%95.83%
62.35%

Color #036004 in popluar number systems.

HEX036004
Decimal3964
Binary111100000100
Octal31404

Shades and tints

Shades of #036004

#036004
(3,96,4)
#035804
(3,88,4)
#035004
(3,80,4)
#034804
(3,72,4)
#034004
(3,64,4)
#033804
(3,56,4)
#033004
(3,48,4)
#032804
(3,40,4)
#032004
(3,32,4)
#031804
(3,24,4)
#031004
(3,16,4)
#000000
(0,0,0)

Tints of #036004

#036004
(3,96,4)
#196E1A
(25,110,26)
#2F7C30
(47,124,48)
#458A46
(69,138,70)
#5B985C
(91,152,92)
#71A672
(113,166,114)
#87B488
(135,180,136)
#9DC29E
(157,194,158)
#B3D0B4
(179,208,180)
#C9DECA
(201,222,202)
#DFECE0
(223,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #036004 color. Also use rgb(3,96,4) instead hex code.

Text Font Color

.myTextColor { color: #036004; }

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

This text font color is #036004.


Background Color

.myBgColor { background-color: #036004; }

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

This div background color is #036004.


Border color

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

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

This div border color is #036004.


Opacity

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

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

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

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

This text has shadow with #036004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #036004 on black background.


Color preview on white background

This text has color #036004 on white background.



Black color preview on #036004 background

This text has black color on #036004 background.


White color preview on #036004 background

This text has white color on #036004 background.