COLOR #0F0007

HEX: #0F0007
RGB: (15,0,7)

Color info

#0F0007 contains only red and blue colors. Web safe color of #0F0007 is #000000 (or #000).

RGB color model

#0F0007 color RGB value is (15,0,7).

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

RGB channels and saturation

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

15
0
7

R + G + B ~ 3%. #0F0007 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 0 + 7 = 22 (100%)
R 15 of 22 ~ 68.18%
G 0 of 22 ~ 0%
B 7 of 22 ~ 31.82%

%68.18
%31.82

CMYK color model

#0F0007 color CMYK value is (0,100,53,94).

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

CMYK percentages

%0
%100
%53.33
%94.12

Codes

Color #0F0007 in popluar color models

0F0007
RGB1507
HSL332°100.00%2.94%
HSB/HSV332°100.00%5.88%
CMYK0.00%100.00%53.33%
94.12%

Color #0F0007 in popluar number systems.

HEX0F0007
Decimal1507
Binary11110111
Octal1707

Shades and tints

Shades of #0F0007

#0F0007
(15,0,7)
#0E0007
(14,0,7)
#0D0007
(13,0,7)
#0C0007
(12,0,7)
#0B0007
(11,0,7)
#0A0007
(10,0,7)
#090007
(9,0,7)
#080007
(8,0,7)
#070007
(7,0,7)
#060007
(6,0,7)
#050007
(5,0,7)
#000000
(0,0,0)

Tints of #0F0007

#0F0007
(15,0,7)
#24171D
(36,23,29)
#392E33
(57,46,51)
#4E4549
(78,69,73)
#635C5F
(99,92,95)
#787375
(120,115,117)
#8D8A8B
(141,138,139)
#A2A1A1
(162,161,161)
#B7B8B7
(183,184,183)
#CCCFCD
(204,207,205)
#E1E6E3
(225,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0007; }

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

This text font color is #0F0007.


Background Color

.myBgColor { background-color: #0F0007; }

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

This div background color is #0F0007.


Border color

.myBorderColor { border: 1px solid #0F0007; }

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

This div border color is #0F0007.


Opacity

.myOpacity80 { color: #0F0007; opacity: 0.8; }

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

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

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

This text has shadow with #0F0007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0007 on black background.


Color preview on white background

This text has color #0F0007 on white background.



Black color preview on #0F0007 background

This text has black color on #0F0007 background.


White color preview on #0F0007 background

This text has white color on #0F0007 background.