COLOR #0B170B

HEX: #0B170B
RGB: (11,23,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
23
11

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

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 11 = 45 (100%)
R 11 of 45 ~ 24.44%
G 23 of 45 ~ 51.11%
B 11 of 45 ~ 24.44%

%24.44
%51.11
%24.44

CMYK color model

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

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

CMYK percentages

%52.17
%0
%52.17
%90.98

Codes

Color #0B170B in popluar color models

0B170B
RGB112311
HSL120°35.29%6.67%
HSB/HSV120°52.17%9.02%
CMYK52.17%0.00%52.17%
90.98%

Color #0B170B in popluar number systems.

HEX0B170B
Decimal112311
Binary1011101111011
Octal132713

Shades and tints

Shades of #0B170B

#0B170B
(11,23,11)
#0A150A
(10,21,10)
#091309
(9,19,9)
#081108
(8,17,8)
#070F07
(7,15,7)
#060D06
(6,13,6)
#050B05
(5,11,5)
#040904
(4,9,4)
#030703
(3,7,3)
#020502
(2,5,2)
#010301
(1,3,1)
#000000
(0,0,0)

Tints of #0B170B

#0B170B
(11,23,11)
#212C21
(33,44,33)
#374137
(55,65,55)
#4D564D
(77,86,77)
#636B63
(99,107,99)
#798079
(121,128,121)
#8F958F
(143,149,143)
#A5AAA5
(165,170,165)
#BBBFBB
(187,191,187)
#D1D4D1
(209,212,209)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B170B; }

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

This text font color is #0B170B.


Background Color

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

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

This div background color is #0B170B.


Border color

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

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

This div border color is #0B170B.


Opacity

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

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

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

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

This text has shadow with #0B170B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B170B on black background.


Color preview on white background

This text has color #0B170B on white background.



Black color preview on #0B170B background

This text has black color on #0B170B background.


White color preview on #0B170B background

This text has white color on #0B170B background.