COLOR #000004

HEX: #000004
RGB: (0,0,4)

Color info

#000004 contains only blue color. Web safe color of #000004 is #000000 (or #000).

RGB color model

#000004 color RGB value is (0,0,4).

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

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 4 of 255 = 2%

0
0
4

R + G + B ~ 1%. #000004 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#000004 color CMYK value is (100,100,0,98).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 98.43%
CMYK:
(100,100,0,98)
C100M100Y0K98 
(100%,100%,0%,98%)
(1.00/1.00/0.00/0.98)	

CMYK percentages

%100
%100
%0
%98.43

Codes

Color #000004 in popluar color models

000004
RGB004
HSL240°100.00%0.78%
HSB/HSV240°100.00%1.57%
CMYK100.00%100.00%0.00%
98.43%

Color #000004 in popluar number systems.

HEX000004
Decimal004
Binary00100
Octal004

Shades and tints

Tints of #000004

#000004
(0,0,4)
#17171A
(23,23,26)
#2E2E30
(46,46,48)
#454546
(69,69,70)
#5C5C5C
(92,92,92)
#737372
(115,115,114)
#8A8A88
(138,138,136)
#A1A19E
(161,161,158)
#B8B8B4
(184,184,180)
#CFCFCA
(207,207,202)
#E6E6E0
(230,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000004; }

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

This text font color is #000004.


Background Color

.myBgColor { background-color: #000004; }

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

This div background color is #000004.


Border color

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

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

This div border color is #000004.


Opacity

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

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

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

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

This text has shadow with #000004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000004 on black background.


Color preview on white background

This text has color #000004 on white background.



Black color preview on #000004 background

This text has black color on #000004 background.


White color preview on #000004 background

This text has white color on #000004 background.