COLOR #000F09

HEX: #000F09
RGB: (0,15,9)

Color info

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

RGB color model

#000F09 color RGB value is (0,15,9).

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

RGB channels and saturation

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

0
15
9

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

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 9 = 24 (100%)
R 0 of 24 ~ 0%
G 15 of 24 ~ 62.5%
B 9 of 24 ~ 37.5%

%62.5
%37.5

CMYK color model

#000F09 color CMYK value is (100,0,40,94).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 94.12%
CMYK:
(100,0,40,94)
C100M0Y40K94 
(100%,0%,40%,94%)
(1.00/0.00/0.40/0.94)	

CMYK percentages

%100
%0
%40
%94.12

Codes

Color #000F09 in popluar color models

000F09
RGB0159
HSL156°100.00%2.94%
HSB/HSV156°100.00%5.88%
CMYK100.00%0.00%40.00%
94.12%

Color #000F09 in popluar number systems.

HEX000F09
Decimal0159
Binary011111001
Octal01711

Shades and tints

Shades of #000F09

#000F09
(0,15,9)
#000E09
(0,14,9)
#000D09
(0,13,9)
#000C09
(0,12,9)
#000B09
(0,11,9)
#000A09
(0,10,9)
#000909
(0,9,9)
#000809
(0,8,9)
#000709
(0,7,9)
#000609
(0,6,9)
#000509
(0,5,9)
#000000
(0,0,0)

Tints of #000F09

#000F09
(0,15,9)
#17241F
(23,36,31)
#2E3935
(46,57,53)
#454E4B
(69,78,75)
#5C6361
(92,99,97)
#737877
(115,120,119)
#8A8D8D
(138,141,141)
#A1A2A3
(161,162,163)
#B8B7B9
(184,183,185)
#CFCCCF
(207,204,207)
#E6E1E5
(230,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F09; }

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

This text font color is #000F09.


Background Color

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

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

This div background color is #000F09.


Border color

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

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

This div border color is #000F09.


Opacity

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

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

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

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

This text has shadow with #000F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F09 on black background.


Color preview on white background

This text has color #000F09 on white background.



Black color preview on #000F09 background

This text has black color on #000F09 background.


White color preview on #000F09 background

This text has white color on #000F09 background.