COLOR #066004

HEX: #066004
RGB: (6,96,4)

Color info

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

RGB color model

#066004 color RGB value is (6,96,4).

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

RGB channels and saturation

R 6 of 255 = 2%
G 96 of 255 = 38%
B 4 of 255 = 2%

6
96
4

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

Portions of RGB colors in percentages

R + G + B =
6 + 96 + 4 = 106 (100%)
R 6 of 106 ~ 5.66%
G 96 of 106 ~ 90.57%
B 4 of 106 ~ 3.77%

%90.57

CMYK color model

#066004 color CMYK value is (94,0,96,62).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 62.35%
CMYK:
(94,0,96,62)
C94M0Y96K62 
(94%,0%,96%,62%)
(0.94/0.00/0.96/0.62)	

CMYK percentages

%93.75
%0
%95.83
%62.35

Codes

Color #066004 in popluar color models

066004
RGB6964
HSL119°92.00%19.61%
HSB/HSV119°95.83%37.65%
CMYK93.75%0.00%95.83%
62.35%

Color #066004 in popluar number systems.

HEX066004
Decimal6964
Binary1101100000100
Octal61404

Shades and tints

Shades of #066004

#066004
(6,96,4)
#065804
(6,88,4)
#065004
(6,80,4)
#064804
(6,72,4)
#064004
(6,64,4)
#063804
(6,56,4)
#063004
(6,48,4)
#062804
(6,40,4)
#062004
(6,32,4)
#061804
(6,24,4)
#061004
(6,16,4)
#000000
(0,0,0)

Tints of #066004

#066004
(6,96,4)
#1C6E1A
(28,110,26)
#327C30
(50,124,48)
#488A46
(72,138,70)
#5E985C
(94,152,92)
#74A672
(116,166,114)
#8AB488
(138,180,136)
#A0C29E
(160,194,158)
#B6D0B4
(182,208,180)
#CCDECA
(204,222,202)
#E2ECE0
(226,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066004; }

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

This text font color is #066004.


Background Color

.myBgColor { background-color: #066004; }

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

This div background color is #066004.


Border color

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

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

This div border color is #066004.


Opacity

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

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

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

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

This text has shadow with #066004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066004 on black background.


Color preview on white background

This text has color #066004 on white background.



Black color preview on #066004 background

This text has black color on #066004 background.


White color preview on #066004 background

This text has white color on #066004 background.