COLOR #0B170C

HEX: #0B170C
RGB: (11,23,12)

Color info

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

RGB color model

#0B170C color RGB value is (11,23,12).

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

RGB channels and saturation

R 11 of 255 = 4%
G 23 of 255 = 9%
B 12 of 255 = 5%

11
23
12

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

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 12 = 46 (100%)
R 11 of 46 ~ 23.91%
G 23 of 46 ~ 50%
B 12 of 46 ~ 26.09%

%23.91
%50
%26.09

CMYK color model

#0B170C color CMYK value is (52,0,48,91).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 90.98%
CMYK:
(52,0,48,91)
C52M0Y48K91 
(52%,0%,48%,91%)
(0.52/0.00/0.48/0.91)	

CMYK percentages

%52.17
%0
%47.83
%90.98

Codes

Color #0B170C in popluar color models

0B170C
RGB112312
HSL125°35.29%6.67%
HSB/HSV125°52.17%9.02%
CMYK52.17%0.00%47.83%
90.98%

Color #0B170C in popluar number systems.

HEX0B170C
Decimal112312
Binary1011101111100
Octal132714

Shades and tints

Shades of #0B170C

#0B170C
(11,23,12)
#0A150B
(10,21,11)
#09130A
(9,19,10)
#081109
(8,17,9)
#070F08
(7,15,8)
#060D07
(6,13,7)
#050B06
(5,11,6)
#040905
(4,9,5)
#030704
(3,7,4)
#020503
(2,5,3)
#010302
(1,3,2)
#000000
(0,0,0)

Tints of #0B170C

#0B170C
(11,23,12)
#212C22
(33,44,34)
#374138
(55,65,56)
#4D564E
(77,86,78)
#636B64
(99,107,100)
#79807A
(121,128,122)
#8F9590
(143,149,144)
#A5AAA6
(165,170,166)
#BBBFBC
(187,191,188)
#D1D4D2
(209,212,210)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B170C; }

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

This text font color is #0B170C.


Background Color

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

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

This div background color is #0B170C.


Border color

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

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

This div border color is #0B170C.


Opacity

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

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

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

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

This text has shadow with #0B170C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B170C on black background.


Color preview on white background

This text has color #0B170C on white background.



Black color preview on #0B170C background

This text has black color on #0B170C background.


White color preview on #0B170C background

This text has white color on #0B170C background.