COLOR #0B1307

HEX: #0B1307
RGB: (11,19,7)

Color info

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

RGB color model

#0B1307 color RGB value is (11,19,7).

  • red value is 11;
  • green value is 19;
  • blue value is 7.
RGB: (11,19,7) (4%,7%,3%)

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 7 of 255 = 3%

11
19
7

R + G + B ~ 5%. #0B1307 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 7 = 37 (100%)
R 11 of 37 ~ 29.73%
G 19 of 37 ~ 51.35%
B 7 of 37 ~ 18.92%

%29.73
%51.35
%18.92

CMYK color model

#0B1307 color CMYK value is (42,0,63,93).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK: (42,0,63,93) C42M0Y63K93 (42%,0%,63%,93%) (0.42/0.00/0.63/0.93)

CMYK percentages

%42.11
%0
%63.16
%92.55

Codes

Color #0B1307 in popluar color models

0B1307
RGB11197
HSL100°46.15%5.10%
HSB/HSV100°63.16%7.45%
CMYK42.11%0.00%63.16%
92.55%

Color #0B1307 in popluar number systems.

HEX0B1307
Decimal11197
Binary101110011111
Octal13237

Shades and tints

Shades of #0B1307

#0B1307
(11,19,7)
#0A1207
(10,18,7)
#091107
(9,17,7)
#081007
(8,16,7)
#070F07
(7,15,7)
#060E07
(6,14,7)
#050D07
(5,13,7)
#040C07
(4,12,7)
#030B07
(3,11,7)
#020A07
(2,10,7)
#010907
(1,9,7)
#000000
(0,0,0)

Tints of #0B1307

#0B1307
(11,19,7)
#21281D
(33,40,29)
#373D33
(55,61,51)
#4D5249
(77,82,73)
#63675F
(99,103,95)
#797C75
(121,124,117)
#8F918B
(143,145,139)
#A5A6A1
(165,166,161)
#BBBBB7
(187,187,183)
#D1D0CD
(209,208,205)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1307; }

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

This text font color is #0B1307.


Background Color

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

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

This div background color is #0B1307.


Border color

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

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

This div border color is #0B1307.


Opacity

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

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

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

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

This text has shadow with #0B1307 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0B1307 on black background.


Color preview on white background

This text has color #0B1307 on white background.



Black color preview on #0B1307 background

This text has black color on #0B1307 background.


White color preview on #0B1307 background

This text has white color on #0B1307 background.