COLOR #0F050F

HEX: #0F050F
RGB: (15,5,15)

Color info

#0F050F contains red, green and blue colors in about the same proportion. Web safe color of #0F050F is #000000 (or #000).

RGB color model

#0F050F color RGB value is (15,5,15).

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

RGB channels and saturation

R 15 of 255 = 6%
G 5 of 255 = 2%
B 15 of 255 = 6%

15
5
15

R + G + B ~ 5%. #0F050F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 5 + 15 = 35 (100%)
R 15 of 35 ~ 42.86%
G 5 of 35 ~ 14.29%
B 15 of 35 ~ 42.86%

%42.86
%14.29
%42.86

CMYK color model

#0F050F color CMYK value is (0,67,0,94).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(0,67,0,94)
C0M67Y0K94 
(0%,67%,0%,94%)
(0.00/0.67/0.00/0.94)	

CMYK percentages

%0
%66.67
%0
%94.12

Codes

Color #0F050F in popluar color models

0F050F
RGB15515
HSL300°50.00%3.92%
HSB/HSV300°66.67%5.88%
CMYK0.00%66.67%0.00%
94.12%

Color #0F050F in popluar number systems.

HEX0F050F
Decimal15515
Binary11111011111
Octal17517

Shades and tints

Shades of #0F050F

#0F050F
(15,5,15)
#0E050E
(14,5,14)
#0D050D
(13,5,13)
#0C050C
(12,5,12)
#0B050B
(11,5,11)
#0A050A
(10,5,10)
#090509
(9,5,9)
#080508
(8,5,8)
#070507
(7,5,7)
#060506
(6,5,6)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #0F050F

#0F050F
(15,5,15)
#241B24
(36,27,36)
#393139
(57,49,57)
#4E474E
(78,71,78)
#635D63
(99,93,99)
#787378
(120,115,120)
#8D898D
(141,137,141)
#A29FA2
(162,159,162)
#B7B5B7
(183,181,183)
#CCCBCC
(204,203,204)
#E1E1E1
(225,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F050F; }

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

This text font color is #0F050F.


Background Color

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

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

This div background color is #0F050F.


Border color

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

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

This div border color is #0F050F.


Opacity

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

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

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

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

This text has shadow with #0F050F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F050F on black background.


Color preview on white background

This text has color #0F050F on white background.



Black color preview on #0F050F background

This text has black color on #0F050F background.


White color preview on #0F050F background

This text has white color on #0F050F background.