COLOR #0B070B

HEX: #0B070B
RGB: (11,7,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
7
11

R + G + B ~ 4%. #0B070B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 7 + 11 = 29 (100%)
R 11 of 29 ~ 37.93%
G 7 of 29 ~ 24.14%
B 11 of 29 ~ 37.93%

%37.93
%24.14
%37.93

CMYK color model

#0B070B color CMYK value is (0,36,0,96).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(0,36,0,96)
C0M36Y0K96 
(0%,36%,0%,96%)
(0.00/0.36/0.00/0.96)	

CMYK percentages

%0
%36.36
%0
%95.69

Codes

Color #0B070B in popluar color models

0B070B
RGB11711
HSL300°22.22%3.53%
HSB/HSV300°36.36%4.31%
CMYK0.00%36.36%0.00%
95.69%

Color #0B070B in popluar number systems.

HEX0B070B
Decimal11711
Binary10111111011
Octal13713

Shades and tints

Shades of #0B070B

#0B070B
(11,7,11)
#0A070A
(10,7,10)
#090709
(9,7,9)
#080708
(8,7,8)
#070707
(7,7,7)
#060706
(6,7,6)
#050705
(5,7,5)
#040704
(4,7,4)
#030703
(3,7,3)
#020702
(2,7,2)
#010701
(1,7,1)
#000000
(0,0,0)

Tints of #0B070B

#0B070B
(11,7,11)
#211D21
(33,29,33)
#373337
(55,51,55)
#4D494D
(77,73,77)
#635F63
(99,95,99)
#797579
(121,117,121)
#8F8B8F
(143,139,143)
#A5A1A5
(165,161,165)
#BBB7BB
(187,183,187)
#D1CDD1
(209,205,209)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B070B; }

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

This text font color is #0B070B.


Background Color

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

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

This div background color is #0B070B.


Border color

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

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

This div border color is #0B070B.


Opacity

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

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

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

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

This text has shadow with #0B070B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B070B on black background.


Color preview on white background

This text has color #0B070B on white background.



Black color preview on #0B070B background

This text has black color on #0B070B background.


White color preview on #0B070B background

This text has white color on #0B070B background.