COLOR #0F170B

HEX: #0F170B
RGB: (15,23,11)

Color info

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

RGB color model

#0F170B color RGB value is (15,23,11).

  • red value is 15;
  • green value is 23;
  • blue value is 11.
RGB:
(15,23,11)
(6%,9%,4%)

RGB channels and saturation

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

15
23
11

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

Portions of RGB colors in percentages

R + G + B =
15 + 23 + 11 = 49 (100%)
R 15 of 49 ~ 30.61%
G 23 of 49 ~ 46.94%
B 11 of 49 ~ 22.45%

%30.61
%46.94
%22.45

CMYK color model

#0F170B color CMYK value is (35,0,52,91).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 90.98%
CMYK:
(35,0,52,91)
C35M0Y52K91 
(35%,0%,52%,91%)
(0.35/0.00/0.52/0.91)	

CMYK percentages

%34.78
%0
%52.17
%90.98

Codes

Color #0F170B in popluar color models

0F170B
RGB152311
HSL100°35.29%6.67%
HSB/HSV100°52.17%9.02%
CMYK34.78%0.00%52.17%
90.98%

Color #0F170B in popluar number systems.

HEX0F170B
Decimal152311
Binary1111101111011
Octal172713

Shades and tints

Shades of #0F170B

#0F170B
(15,23,11)
#0E150A
(14,21,10)
#0D1309
(13,19,9)
#0C1108
(12,17,8)
#0B0F07
(11,15,7)
#0A0D06
(10,13,6)
#090B05
(9,11,5)
#080904
(8,9,4)
#070703
(7,7,3)
#060502
(6,5,2)
#050301
(5,3,1)
#000000
(0,0,0)

Tints of #0F170B

#0F170B
(15,23,11)
#242C21
(36,44,33)
#394137
(57,65,55)
#4E564D
(78,86,77)
#636B63
(99,107,99)
#788079
(120,128,121)
#8D958F
(141,149,143)
#A2AAA5
(162,170,165)
#B7BFBB
(183,191,187)
#CCD4D1
(204,212,209)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F170B; }

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

This text font color is #0F170B.


Background Color

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

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

This div background color is #0F170B.


Border color

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

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

This div border color is #0F170B.


Opacity

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

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

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

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

This text has shadow with #0F170B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F170B on black background.


Color preview on white background

This text has color #0F170B on white background.



Black color preview on #0F170B background

This text has black color on #0F170B background.


White color preview on #0F170B background

This text has white color on #0F170B background.