COLOR #0F130D

HEX: #0F130D
RGB: (15,19,13)

Color info

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

RGB color model

#0F130D color RGB value is (15,19,13).

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

RGB channels and saturation

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

15
19
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 13 = 47 (100%)
R 15 of 47 ~ 31.91%
G 19 of 47 ~ 40.43%
B 13 of 47 ~ 27.66%

%31.91
%40.43
%27.66

CMYK color model

#0F130D color CMYK value is (21,0,32,93).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(21,0,32,93)
C21M0Y32K93 
(21%,0%,32%,93%)
(0.21/0.00/0.32/0.93)	

CMYK percentages

%21.05
%0
%31.58
%92.55

Codes

Color #0F130D in popluar color models

0F130D
RGB151913
HSL100°18.75%6.27%
HSB/HSV100°31.58%7.45%
CMYK21.05%0.00%31.58%
92.55%

Color #0F130D in popluar number systems.

HEX0F130D
Decimal151913
Binary1111100111101
Octal172315

Shades and tints

Shades of #0F130D

#0F130D
(15,19,13)
#0E120C
(14,18,12)
#0D110B
(13,17,11)
#0C100A
(12,16,10)
#0B0F09
(11,15,9)
#0A0E08
(10,14,8)
#090D07
(9,13,7)
#080C06
(8,12,6)
#070B05
(7,11,5)
#060A04
(6,10,4)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #0F130D

#0F130D
(15,19,13)
#242823
(36,40,35)
#393D39
(57,61,57)
#4E524F
(78,82,79)
#636765
(99,103,101)
#787C7B
(120,124,123)
#8D9191
(141,145,145)
#A2A6A7
(162,166,167)
#B7BBBD
(183,187,189)
#CCD0D3
(204,208,211)
#E1E5E9
(225,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F130D; }

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

This text font color is #0F130D.


Background Color

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

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

This div background color is #0F130D.


Border color

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

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

This div border color is #0F130D.


Opacity

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

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

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

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

This text has shadow with #0F130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F130D on black background.


Color preview on white background

This text has color #0F130D on white background.



Black color preview on #0F130D background

This text has black color on #0F130D background.


White color preview on #0F130D background

This text has white color on #0F130D background.