COLOR #0B060D

HEX: #0B060D
RGB: (11,6,13)

Color info

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

RGB color model

#0B060D color RGB value is (11,6,13).

  • red value is 11;
  • green value is 6;
  • blue value is 13.
RGB:
(11,6,13)
(4%,2%,5%)

RGB channels and saturation

R 11 of 255 = 4%
G 6 of 255 = 2%
B 13 of 255 = 5%

11
6
13

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

Portions of RGB colors in percentages

R + G + B =
11 + 6 + 13 = 30 (100%)
R 11 of 30 ~ 36.67%
G 6 of 30 ~ 20%
B 13 of 30 ~ 43.33%

%36.67
%20
%43.33

CMYK color model

#0B060D color CMYK value is (15,54,0,95).

  • cyan value is 15.38%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(15,54,0,95)
C15M54Y0K95 
(15%,54%,0%,95%)
(0.15/0.54/0.00/0.95)	

CMYK percentages

%15.38
%53.85
%0
%94.9

Codes

Color #0B060D in popluar color models

0B060D
RGB11613
HSL283°36.84%3.73%
HSB/HSV283°53.85%5.10%
CMYK15.38%53.85%0.00%
94.90%

Color #0B060D in popluar number systems.

HEX0B060D
Decimal11613
Binary10111101101
Octal13615

Shades and tints

Shades of #0B060D

#0B060D
(11,6,13)
#0A060C
(10,6,12)
#09060B
(9,6,11)
#08060A
(8,6,10)
#070609
(7,6,9)
#060608
(6,6,8)
#050607
(5,6,7)
#040606
(4,6,6)
#030605
(3,6,5)
#020604
(2,6,4)
#010603
(1,6,3)
#000000
(0,0,0)

Tints of #0B060D

#0B060D
(11,6,13)
#211C23
(33,28,35)
#373239
(55,50,57)
#4D484F
(77,72,79)
#635E65
(99,94,101)
#79747B
(121,116,123)
#8F8A91
(143,138,145)
#A5A0A7
(165,160,167)
#BBB6BD
(187,182,189)
#D1CCD3
(209,204,211)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B060D; }

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

This text font color is #0B060D.


Background Color

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

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

This div background color is #0B060D.


Border color

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

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

This div border color is #0B060D.


Opacity

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

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

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

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

This text has shadow with #0B060D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B060D on black background.


Color preview on white background

This text has color #0B060D on white background.



Black color preview on #0B060D background

This text has black color on #0B060D background.


White color preview on #0B060D background

This text has white color on #0B060D background.