COLOR #004010

HEX: #004010
RGB: (0,64,16)

Color info

#004010 contains only green and blue colors. Web safe color of #004010 is #003300 (or #030).

RGB color model

#004010 color RGB value is (0,64,16).

  • red value is 0;
  • green value is 64;
  • blue value is 16.
RGB:
(0,64,16)
(0%,25%,6%)

RGB channels and saturation

R 0 of 255 = 0%
G 64 of 255 = 25%
B 16 of 255 = 6%

0
64
16

R + G + B ~ 10%. #004010 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 64 + 16 = 80 (100%)
R 0 of 80 ~ 0%
G 64 of 80 ~ 80%
B 16 of 80 ~ 20%

%80
%20

CMYK color model

#004010 color CMYK value is (100,0,75,75).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 74.90%
CMYK:
(100,0,75,75)
C100M0Y75K75 
(100%,0%,75%,75%)
(1.00/0.00/0.75/0.75)	

CMYK percentages

%100
%0
%75
%74.9

Codes

Color #004010 in popluar color models

004010
RGB06416
HSL135°100.00%12.55%
HSB/HSV135°100.00%25.10%
CMYK100.00%0.00%75.00%
74.90%

Color #004010 in popluar number systems.

HEX004010
Decimal06416
Binary0100000010000
Octal010020

Shades and tints

Shades of #004010

#004010
(0,64,16)
#003B0F
(0,59,15)
#00360E
(0,54,14)
#00310D
(0,49,13)
#002C0C
(0,44,12)
#00270B
(0,39,11)
#00220A
(0,34,10)
#001D09
(0,29,9)
#001808
(0,24,8)
#001307
(0,19,7)
#000E06
(0,14,6)
#000000
(0,0,0)

Tints of #004010

#004010
(0,64,16)
#175125
(23,81,37)
#2E623A
(46,98,58)
#45734F
(69,115,79)
#5C8464
(92,132,100)
#739579
(115,149,121)
#8AA68E
(138,166,142)
#A1B7A3
(161,183,163)
#B8C8B8
(184,200,184)
#CFD9CD
(207,217,205)
#E6EAE2
(230,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004010; }

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

This text font color is #004010.


Background Color

.myBgColor { background-color: #004010; }

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

This div background color is #004010.


Border color

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

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

This div border color is #004010.


Opacity

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

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

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

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

This text has shadow with #004010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004010 on black background.


Color preview on white background

This text has color #004010 on white background.



Black color preview on #004010 background

This text has black color on #004010 background.


White color preview on #004010 background

This text has white color on #004010 background.