COLOR #0F040D

HEX: #0F040D
RGB: (15,4,13)

Color info

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

RGB color model

#0F040D color RGB value is (15,4,13).

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

RGB channels and saturation

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

15
4
13

R + G + B ~ 4%. #0F040D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 4 + 13 = 32 (100%)
R 15 of 32 ~ 46.88%
G 4 of 32 ~ 12.5%
B 13 of 32 ~ 40.63%

%46.88
%12.5
%40.63

CMYK color model

#0F040D color CMYK value is (0,73,13,94).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 13.33%
  • key color value is 94.12%
CMYK:
(0,73,13,94)
C0M73Y13K94 
(0%,73%,13%,94%)
(0.00/0.73/0.13/0.94)	

CMYK percentages

%0
%73.33
%13.33
%94.12

Codes

Color #0F040D in popluar color models

0F040D
RGB15413
HSL311°57.89%3.73%
HSB/HSV311°73.33%5.88%
CMYK0.00%73.33%13.33%
94.12%

Color #0F040D in popluar number systems.

HEX0F040D
Decimal15413
Binary11111001101
Octal17415

Shades and tints

Shades of #0F040D

#0F040D
(15,4,13)
#0E040C
(14,4,12)
#0D040B
(13,4,11)
#0C040A
(12,4,10)
#0B0409
(11,4,9)
#0A0408
(10,4,8)
#090407
(9,4,7)
#080406
(8,4,6)
#070405
(7,4,5)
#060404
(6,4,4)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #0F040D

#0F040D
(15,4,13)
#241A23
(36,26,35)
#393039
(57,48,57)
#4E464F
(78,70,79)
#635C65
(99,92,101)
#78727B
(120,114,123)
#8D8891
(141,136,145)
#A29EA7
(162,158,167)
#B7B4BD
(183,180,189)
#CCCAD3
(204,202,211)
#E1E0E9
(225,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F040D; }

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

This text font color is #0F040D.


Background Color

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

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

This div background color is #0F040D.


Border color

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

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

This div border color is #0F040D.


Opacity

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

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

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

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

This text has shadow with #0F040D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F040D on black background.


Color preview on white background

This text has color #0F040D on white background.



Black color preview on #0F040D background

This text has black color on #0F040D background.


White color preview on #0F040D background

This text has white color on #0F040D background.