COLOR #0B1C12

HEX: #0B1C12
RGB: (11,28,18)

Color info

#0B1C12 contains red, green and blue colors in about the same proportion. Web safe color of #0B1C12 is #003300 (or #030).

RGB color model

#0B1C12 color RGB value is (11,28,18).

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

RGB channels and saturation

R 11 of 255 = 4%
G 28 of 255 = 11%
B 18 of 255 = 7%

11
28
18

R + G + B ~ 7%. #0B1C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 28 + 18 = 57 (100%)
R 11 of 57 ~ 19.3%
G 28 of 57 ~ 49.12%
B 18 of 57 ~ 31.58%

%19.3
%49.12
%31.58

CMYK color model

#0B1C12 color CMYK value is (61,0,36,89).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 89.02%
CMYK:
(61,0,36,89)
C61M0Y36K89 
(61%,0%,36%,89%)
(0.61/0.00/0.36/0.89)	

CMYK percentages

%60.71
%0
%35.71
%89.02

Codes

Color #0B1C12 in popluar color models

0B1C12
RGB112818
HSL145°43.59%7.65%
HSB/HSV145°60.71%10.98%
CMYK60.71%0.00%35.71%
89.02%

Color #0B1C12 in popluar number systems.

HEX0B1C12
Decimal112818
Binary10111110010010
Octal133422

Shades and tints

Shades of #0B1C12

#0B1C12
(11,28,18)
#0A1A11
(10,26,17)
#091810
(9,24,16)
#08160F
(8,22,15)
#07140E
(7,20,14)
#06120D
(6,18,13)
#05100C
(5,16,12)
#040E0B
(4,14,11)
#030C0A
(3,12,10)
#020A09
(2,10,9)
#010808
(1,8,8)
#000000
(0,0,0)

Tints of #0B1C12

#0B1C12
(11,28,18)
#213027
(33,48,39)
#37443C
(55,68,60)
#4D5851
(77,88,81)
#636C66
(99,108,102)
#79807B
(121,128,123)
#8F9490
(143,148,144)
#A5A8A5
(165,168,165)
#BBBCBA
(187,188,186)
#D1D0CF
(209,208,207)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1C12; }

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

This text font color is #0B1C12.


Background Color

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

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

This div background color is #0B1C12.


Border color

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

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

This div border color is #0B1C12.


Opacity

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

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

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

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

This text has shadow with #0B1C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1C12 on black background.


Color preview on white background

This text has color #0B1C12 on white background.



Black color preview on #0B1C12 background

This text has black color on #0B1C12 background.


White color preview on #0B1C12 background

This text has white color on #0B1C12 background.