COLOR #0F140D

HEX: #0F140D
RGB: (15,20,13)

Color info

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

RGB color model

#0F140D color RGB value is (15,20,13).

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

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 13 of 255 = 5%

15
20
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 20 + 13 = 48 (100%)
R 15 of 48 ~ 31.25%
G 20 of 48 ~ 41.67%
B 13 of 48 ~ 27.08%

%31.25
%41.67
%27.08

CMYK color model

#0F140D color CMYK value is (25,0,35,92).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 92.16%
CMYK:
(25,0,35,92)
C25M0Y35K92 
(25%,0%,35%,92%)
(0.25/0.00/0.35/0.92)	

CMYK percentages

%25
%0
%35
%92.16

Codes

Color #0F140D in popluar color models

0F140D
RGB152013
HSL103°21.21%6.47%
HSB/HSV103°35.00%7.84%
CMYK25.00%0.00%35.00%
92.16%

Color #0F140D in popluar number systems.

HEX0F140D
Decimal152013
Binary1111101001101
Octal172415

Shades and tints

Shades of #0F140D

#0F140D
(15,20,13)
#0E130C
(14,19,12)
#0D120B
(13,18,11)
#0C110A
(12,17,10)
#0B1009
(11,16,9)
#0A0F08
(10,15,8)
#090E07
(9,14,7)
#080D06
(8,13,6)
#070C05
(7,12,5)
#060B04
(6,11,4)
#050A03
(5,10,3)
#000000
(0,0,0)

Tints of #0F140D

#0F140D
(15,20,13)
#242923
(36,41,35)
#393E39
(57,62,57)
#4E534F
(78,83,79)
#636865
(99,104,101)
#787D7B
(120,125,123)
#8D9291
(141,146,145)
#A2A7A7
(162,167,167)
#B7BCBD
(183,188,189)
#CCD1D3
(204,209,211)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F140D; }

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

This text font color is #0F140D.


Background Color

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

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

This div background color is #0F140D.


Border color

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

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

This div border color is #0F140D.


Opacity

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

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

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

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

This text has shadow with #0F140D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F140D on black background.


Color preview on white background

This text has color #0F140D on white background.



Black color preview on #0F140D background

This text has black color on #0F140D background.


White color preview on #0F140D background

This text has white color on #0F140D background.