COLOR #0B060F

HEX: #0B060F
RGB: (11,6,15)

Color info

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

RGB color model

#0B060F color RGB value is (11,6,15).

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

RGB channels and saturation

R 11 of 255 = 4%
G 6 of 255 = 2%
B 15 of 255 = 6%

11
6
15

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

Portions of RGB colors in percentages

R + G + B =
11 + 6 + 15 = 32 (100%)
R 11 of 32 ~ 34.38%
G 6 of 32 ~ 18.75%
B 15 of 32 ~ 46.88%

%34.38
%18.75
%46.88

CMYK color model

#0B060F color CMYK value is (27,60,0,94).

  • cyan value is 26.67%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(27,60,0,94)
C27M60Y0K94 
(27%,60%,0%,94%)
(0.27/0.60/0.00/0.94)	

CMYK percentages

%26.67
%60
%0
%94.12

Codes

Color #0B060F in popluar color models

0B060F
RGB11615
HSL273°42.86%4.12%
HSB/HSV273°60.00%5.88%
CMYK26.67%60.00%0.00%
94.12%

Color #0B060F in popluar number systems.

HEX0B060F
Decimal11615
Binary10111101111
Octal13617

Shades and tints

Shades of #0B060F

#0B060F
(11,6,15)
#0A060E
(10,6,14)
#09060D
(9,6,13)
#08060C
(8,6,12)
#07060B
(7,6,11)
#06060A
(6,6,10)
#050609
(5,6,9)
#040608
(4,6,8)
#030607
(3,6,7)
#020606
(2,6,6)
#010605
(1,6,5)
#000000
(0,0,0)

Tints of #0B060F

#0B060F
(11,6,15)
#211C24
(33,28,36)
#373239
(55,50,57)
#4D484E
(77,72,78)
#635E63
(99,94,99)
#797478
(121,116,120)
#8F8A8D
(143,138,141)
#A5A0A2
(165,160,162)
#BBB6B7
(187,182,183)
#D1CCCC
(209,204,204)
#E7E2E1
(231,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B060F; }

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

This text font color is #0B060F.


Background Color

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

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

This div background color is #0B060F.


Border color

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

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

This div border color is #0B060F.


Opacity

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

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

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

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

This text has shadow with #0B060F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B060F on black background.


Color preview on white background

This text has color #0B060F on white background.



Black color preview on #0B060F background

This text has black color on #0B060F background.


White color preview on #0B060F background

This text has white color on #0B060F background.