COLOR #0F171C

HEX: #0F171C RGB: (15,23,28)

Color info

#0F171C contains red, green and blue colors in about the same proportion. Web safe color of #0F171C is #000033 (or #003).

RGB color model

#0F171C color RGB value is (15,23,28).

RGB: (15,23,28) (6%, 9%, 11%)

RGB channels and saturation

R 15 of 255 = 6%
G 23 of 255 = 9%
B 28 of 255 = 11%

15
23
28

R + G + B ~ 9%. #0F171C is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 23 + 28 = 66 (100%)
R 15 of 66 ~ 22.73%
G 23 of 66 ~ 34.85%
B 28 of 66 ~ 42.42'%

%22.73
%34.85
%42.42

CMYK color model

#0F171C color CMYK value is (46,18,0,89).

  • cyan value is 46.43%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (46,18,0,89)
C46M18Y0K89 (46%, 18%, 0%, 89%)
(0.46 / 0.18 / 0.00 / 0.89)

CMYK percentages

%46.43
%17.86
%0
%89.02

Codes

Color #0F171C in popluar color models

0F 17 1C
RGB 15 23 28
HSL 203° 30.23% 8.43%
HSB/HSV 203° 46.43% 10.98%
CMYK 46.43% 17.86% 0.00%
89.02%

Color #0F171C in popluar number systems.

HEX 0F 17 1C
Decimal 15 23 28
Binary 1111 10111 11100
Octal 17 27 34

Shades and tints

Shades of #0F171C

#0F171C
(15,23,28)
#0E151A
(14,21,26)
#0D1318
(13,19,24)
#0C1116
(12,17,22)
#0B0F14
(11,15,20)
#0A0D12
(10,13,18)
#090B10
(9,11,16)
#08090E
(8,9,14)
#07070C
(7,7,12)
#06050A
(6,5,10)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #0F171C

#0F171C
(15,23,28)
#242C30
(36,44,48)
#394144
(57,65,68)
#4E5658
(78,86,88)
#636B6C
(99,107,108)
#788080
(120,128,128)
#8D9594
(141,149,148)
#A2AAA8
(162,170,168)
#B7BFBC
(183,191,188)
#CCD4D0
(204,212,208)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F171C color. Also use rgb(15,23,28) instead hex code.

Text Font Color

.myTextColor { color: #0F171C; }

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

This text font color is #0F171C.

Background Color

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

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

This div background color is #0F171C.

Border color

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

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

This div border color is #0F171C.

Opacity

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

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

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

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

This text has shadow with #0F171C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F171C.

Preview

Color preview on black background

This text has color #0F171C on black background.


Color preview on white background

This text has color #0F171C on white background.


Black color preview on #0F171C background

This text has black color on #0F171C background.


White color preview on #0F171C background

This text has white color on #0F171C background.


Related colors

Complementary color

Complementary color for #hex is #F0E8E3.


I love getcolorcode.com

Triadic colors

1 #1C0F17 and #171C0F with #0F171C are triadic colors.

2 #1C170F and #170F1C with #0F171C are triadic colors.