COLOR #0F151A

HEX: #0F151A
RGB: (15,21,26)

Color info

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

RGB color model

#0F151A color RGB value is (15,21,26).

  • red value is 15;
  • green value is 21;
  • blue value is 26.
RGB:
(15,21,26)
(6%,8%,10%)

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 26 of 255 = 10%

15
21
26

R + G + B ~ 8%. #0F151A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 21 + 26 = 62 (100%)
R 15 of 62 ~ 24.19%
G 21 of 62 ~ 33.87%
B 26 of 62 ~ 41.94%

%24.19
%33.87
%41.94

CMYK color model

#0F151A color CMYK value is (42,19,0,90).

  • cyan value is 42.31%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(42,19,0,90)
C42M19Y0K90 
(42%,19%,0%,90%)
(0.42/0.19/0.00/0.90)	

CMYK percentages

%42.31
%19.23
%0
%89.8

Codes

Color #0F151A in popluar color models

0F151A
RGB152126
HSL207°26.83%8.04%
HSB/HSV207°42.31%10.20%
CMYK42.31%19.23%0.00%
89.80%

Color #0F151A in popluar number systems.

HEX0F151A
Decimal152126
Binary11111010111010
Octal172532

Shades and tints

Shades of #0F151A

#0F151A
(15,21,26)
#0E1418
(14,20,24)
#0D1316
(13,19,22)
#0C1214
(12,18,20)
#0B1112
(11,17,18)
#0A1010
(10,16,16)
#090F0E
(9,15,14)
#080E0C
(8,14,12)
#070D0A
(7,13,10)
#060C08
(6,12,8)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #0F151A

#0F151A
(15,21,26)
#242A2E
(36,42,46)
#393F42
(57,63,66)
#4E5456
(78,84,86)
#63696A
(99,105,106)
#787E7E
(120,126,126)
#8D9392
(141,147,146)
#A2A8A6
(162,168,166)
#B7BDBA
(183,189,186)
#CCD2CE
(204,210,206)
#E1E7E2
(225,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F151A; }

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

This text font color is #0F151A.


Background Color

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

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

This div background color is #0F151A.


Border color

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

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

This div border color is #0F151A.


Opacity

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

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

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

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

This text has shadow with #0F151A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F151A on black background.


Color preview on white background

This text has color #0F151A on white background.



Black color preview on #0F151A background

This text has black color on #0F151A background.


White color preview on #0F151A background

This text has white color on #0F151A background.