COLOR #0B0B07

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

Color info

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

RGB color model

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

RGB: (11,11,7) (4%, 4%, 3%)

RGB channels and saturation

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

11
11
7

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

Portions of RGB colors in percentages

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

%37.93
%37.93
%24.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 95.69%

CMYK: (0,0,36,96)
C0M0Y36K96 (0%, 0%, 36%, 96%)
(0.00 / 0.00 / 0.36 / 0.96)

CMYK percentages

%0
%0
%36.36
%95.69

Codes

Color #0B0B07 in popluar color models

0B 0B 07
RGB 11 11 7
HSL 60° 22.22% 3.53%
HSB/HSV 60° 36.36% 4.31%
CMYK 0.00% 0.00% 36.36%
95.69%

Color #0B0B07 in popluar number systems.

HEX 0B 0B 07
Decimal 11 11 7
Binary 1011 1011 111
Octal 13 13 7

Shades and tints

Shades of #0B0B07

#0B0B07
(11,11,7)
#0A0A07
(10,10,7)
#090907
(9,9,7)
#080807
(8,8,7)
#070707
(7,7,7)
#060607
(6,6,7)
#050507
(5,5,7)
#040407
(4,4,7)
#030307
(3,3,7)
#020207
(2,2,7)
#010107
(1,1,7)
#000000
(0,0,0)

Tints of #0B0B07

#0B0B07
(11,11,7)
#21211D
(33,33,29)
#373733
(55,55,51)
#4D4D49
(77,77,73)
#63635F
(99,99,95)
#797975
(121,121,117)
#8F8F8B
(143,143,139)
#A5A5A1
(165,165,161)
#BBBBB7
(187,187,183)
#D1D1CD
(209,209,205)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B07; }

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

This text font color is #0B0B07.

Background Color

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

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

This div background color is #0B0B07.

Border color

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

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

This div border color is #0B0B07.

Opacity

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

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

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

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

This text has shadow with #0B0B07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0B07.

Preview

Color preview on black background

This text has color #0B0B07 on black background.


Color preview on white background

This text has color #0B0B07 on white background.


Black color preview on #0B0B07 background

This text has black color on #0B0B07 background.


White color preview on #0B0B07 background

This text has white color on #0B0B07 background.


Related colors

Complementary color

Complementary color for #hex is #F4F4F8.


I love getcolorcode.com