COLOR #0F130C

HEX: #0F130C
RGB: (15,19,12)

Color info

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

RGB color model

#0F130C color RGB value is (15,19,12).

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

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 12 of 255 = 5%

15
19
12

R + G + B ~ 6%. #0F130C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 12 = 46 (100%)
R 15 of 46 ~ 32.61%
G 19 of 46 ~ 41.3%
B 12 of 46 ~ 26.09%

%32.61
%41.3
%26.09

CMYK color model

#0F130C color CMYK value is (21,0,37,93).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 92.55%
CMYK:
(21,0,37,93)
C21M0Y37K93 
(21%,0%,37%,93%)
(0.21/0.00/0.37/0.93)	

CMYK percentages

%21.05
%0
%36.84
%92.55

Codes

Color #0F130C in popluar color models

0F130C
RGB151912
HSL94°22.58%6.08%
HSB/HSV94°36.84%7.45%
CMYK21.05%0.00%36.84%
92.55%

Color #0F130C in popluar number systems.

HEX0F130C
Decimal151912
Binary1111100111100
Octal172314

Shades and tints

Shades of #0F130C

#0F130C
(15,19,12)
#0E120B
(14,18,11)
#0D110A
(13,17,10)
#0C1009
(12,16,9)
#0B0F08
(11,15,8)
#0A0E07
(10,14,7)
#090D06
(9,13,6)
#080C05
(8,12,5)
#070B04
(7,11,4)
#060A03
(6,10,3)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #0F130C

#0F130C
(15,19,12)
#242822
(36,40,34)
#393D38
(57,61,56)
#4E524E
(78,82,78)
#636764
(99,103,100)
#787C7A
(120,124,122)
#8D9190
(141,145,144)
#A2A6A6
(162,166,166)
#B7BBBC
(183,187,188)
#CCD0D2
(204,208,210)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F130C; }

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

This text font color is #0F130C.


Background Color

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

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

This div background color is #0F130C.


Border color

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

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

This div border color is #0F130C.


Opacity

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

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

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

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

This text has shadow with #0F130C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F130C on black background.


Color preview on white background

This text has color #0F130C on white background.



Black color preview on #0F130C background

This text has black color on #0F130C background.


White color preview on #0F130C background

This text has white color on #0F130C background.