COLOR #000F0F

HEX: #000F0F
RGB: (0,15,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
15
15

R + G + B ~ 4%. #000F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 15 = 30 (100%)
R 0 of 30 ~ 0%
G 15 of 30 ~ 50%
B 15 of 30 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%94.12

Codes

Color #000F0F in popluar color models

000F0F
RGB01515
HSL180°100.00%2.94%
HSB/HSV180°100.00%5.88%
CMYK100.00%0.00%0.00%
94.12%

Color #000F0F in popluar number systems.

HEX000F0F
Decimal01515
Binary011111111
Octal01717

Shades and tints

Shades of #000F0F

#000F0F
(0,15,15)
#000E0E
(0,14,14)
#000D0D
(0,13,13)
#000C0C
(0,12,12)
#000B0B
(0,11,11)
#000A0A
(0,10,10)
#000909
(0,9,9)
#000808
(0,8,8)
#000707
(0,7,7)
#000606
(0,6,6)
#000505
(0,5,5)
#000000
(0,0,0)

Tints of #000F0F

#000F0F
(0,15,15)
#172424
(23,36,36)
#2E3939
(46,57,57)
#454E4E
(69,78,78)
#5C6363
(92,99,99)
#737878
(115,120,120)
#8A8D8D
(138,141,141)
#A1A2A2
(161,162,162)
#B8B7B7
(184,183,183)
#CFCCCC
(207,204,204)
#E6E1E1
(230,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F0F; }

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

This text font color is #000F0F.


Background Color

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

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

This div background color is #000F0F.


Border color

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

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

This div border color is #000F0F.


Opacity

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

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

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

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

This text has shadow with #000F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F0F on black background.


Color preview on white background

This text has color #000F0F on white background.



Black color preview on #000F0F background

This text has black color on #000F0F background.


White color preview on #000F0F background

This text has white color on #000F0F background.