COLOR #000F04

HEX: #000F04
RGB: (0,15,4)

Color info

#000F04 contains only green and blue colors. Web safe color of #000F04 is #000000 (or #000).

RGB color model

#000F04 color RGB value is (0,15,4).

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

RGB channels and saturation

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

0
15
4

R + G + B ~ 3%. #000F04 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 4 = 19 (100%)
R 0 of 19 ~ 0%
G 15 of 19 ~ 78.95%
B 4 of 19 ~ 21.05%

%78.95
%21.05

CMYK color model

#000F04 color CMYK value is (100,0,73,94).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 94.12%
CMYK:
(100,0,73,94)
C100M0Y73K94 
(100%,0%,73%,94%)
(1.00/0.00/0.73/0.94)	

CMYK percentages

%100
%0
%73.33
%94.12

Codes

Color #000F04 in popluar color models

000F04
RGB0154
HSL136°100.00%2.94%
HSB/HSV136°100.00%5.88%
CMYK100.00%0.00%73.33%
94.12%

Color #000F04 in popluar number systems.

HEX000F04
Decimal0154
Binary01111100
Octal0174

Shades and tints

Shades of #000F04

#000F04
(0,15,4)
#000E04
(0,14,4)
#000D04
(0,13,4)
#000C04
(0,12,4)
#000B04
(0,11,4)
#000A04
(0,10,4)
#000904
(0,9,4)
#000804
(0,8,4)
#000704
(0,7,4)
#000604
(0,6,4)
#000504
(0,5,4)
#000000
(0,0,0)

Tints of #000F04

#000F04
(0,15,4)
#17241A
(23,36,26)
#2E3930
(46,57,48)
#454E46
(69,78,70)
#5C635C
(92,99,92)
#737872
(115,120,114)
#8A8D88
(138,141,136)
#A1A29E
(161,162,158)
#B8B7B4
(184,183,180)
#CFCCCA
(207,204,202)
#E6E1E0
(230,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F04; }

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

This text font color is #000F04.


Background Color

.myBgColor { background-color: #000F04; }

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

This div background color is #000F04.


Border color

.myBorderColor { border: 1px solid #000F04; }

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

This div border color is #000F04.


Opacity

.myOpacity80 { color: #000F04; opacity: 0.8; }

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

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

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

This text has shadow with #000F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F04 on black background.


Color preview on white background

This text has color #000F04 on white background.



Black color preview on #000F04 background

This text has black color on #000F04 background.


White color preview on #000F04 background

This text has white color on #000F04 background.