COLOR #0B1206

HEX: #0B1206 RGB: (11,18,6)

Color info

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

RGB color model

#0B1206 color RGB value is (11,18,6).

RGB: (11,18,6) (4%, 7%, 2%)

RGB channels and saturation

R 11 of 255 = 4%
G 18 of 255 = 7%
B 6 of 255 = 2%

11
18
6

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

Portions of RGB colors in percentages

R + G + B = 11 + 18 + 6 = 35 (100%)
R 11 of 35 ~ 31.43%
G 18 of 35 ~ 51.43%
B 6 of 35 ~ 17.14'%

%31.43
%51.43
%17.14

CMYK color model

#0B1206 color CMYK value is (39,0,67,93).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 92.94%
CMYK: (39,0,67,93) C39M0Y67K93 (39%,0%,67%,93%) (0.39/0.00/0.67/0.93) 

CMYK percentages

%38.89
%0
%66.67
%92.94

Codes

Color #0B1206 in popluar color models

0B 12 06
RGB 11 18 6
HSL 95° 50.00% 4.71%
HSB/HSV 95° 66.67% 7.06%
CMYK 38.89% 0.00% 66.67%
92.94%

Color #0B1206 in popluar number systems.

HEX 0B 12 06
Decimal 11 18 6
Binary 1011 10010 110
Octal 13 22 6

Shades and tints

Shades of #0B1206

#0B1206
(11,18,6)
#0A1106
(10,17,6)
#091006
(9,16,6)
#080F06
(8,15,6)
#070E06
(7,14,6)
#060D06
(6,13,6)
#050C06
(5,12,6)
#040B06
(4,11,6)
#030A06
(3,10,6)
#020906
(2,9,6)
#010806
(1,8,6)
#000000
(0,0,0)

Tints of #0B1206

#0B1206
(11,18,6)
#21271C
(33,39,28)
#373C32
(55,60,50)
#4D5148
(77,81,72)
#63665E
(99,102,94)
#797B74
(121,123,116)
#8F908A
(143,144,138)
#A5A5A0
(165,165,160)
#BBBAB6
(187,186,182)
#D1CFCC
(209,207,204)
#E7E4E2
(231,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1206; }

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

This text font color is #0B1206.

Background Color

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

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

This div background color is #0B1206.

Border color

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

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

This div border color is #0B1206.

Opacity

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

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

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

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

This text has shadow with #0B1206 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1206.

Preview

Color preview on black background

This text has color #0B1206 on black background.


Color preview on white background

This text has color #0B1206 on white background.


Black color preview on #0B1206 background

This text has black color on #0B1206 background.


White color preview on #0B1206 background

This text has white color on #0B1206 background.


Related colors

Complementary color

Complementary color for #hex is #F4EDF9.


I love getcolorcode.com

Triadic colors

1 #060B12 and #12060B with #0B1206 are triadic colors.

2 #06120B and #120B06 with #0B1206 are triadic colors.