COLOR #0B2118

HEX: #0B2118
RGB: (11,33,24)

Color info

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

RGB color model

#0B2118 color RGB value is (11,33,24).

  • red value is 11;
  • green value is 33;
  • blue value is 24.
RGB:
(11,33,24)
(4%,13%,9%)

RGB channels and saturation

R 11 of 255 = 4%
G 33 of 255 = 13%
B 24 of 255 = 9%

11
33
24

R + G + B ~ 9%. #0B2118 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 33 + 24 = 68 (100%)
R 11 of 68 ~ 16.18%
G 33 of 68 ~ 48.53%
B 24 of 68 ~ 35.29%

%16.18
%48.53
%35.29

CMYK color model

#0B2118 color CMYK value is (67,0,27,87).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 87.06%
CMYK:
(67,0,27,87)
C67M0Y27K87 
(67%,0%,27%,87%)
(0.67/0.00/0.27/0.87)	

CMYK percentages

%66.67
%0
%27.27
%87.06

Codes

Color #0B2118 in popluar color models

0B2118
RGB113324
HSL155°50.00%8.63%
HSB/HSV155°66.67%12.94%
CMYK66.67%0.00%27.27%
87.06%

Color #0B2118 in popluar number systems.

HEX0B2118
Decimal113324
Binary101110000111000
Octal134130

Shades and tints

Shades of #0B2118

#0B2118
(11,33,24)
#0A1E16
(10,30,22)
#091B14
(9,27,20)
#081812
(8,24,18)
#071510
(7,21,16)
#06120E
(6,18,14)
#050F0C
(5,15,12)
#040C0A
(4,12,10)
#030908
(3,9,8)
#020606
(2,6,6)
#010304
(1,3,4)
#000000
(0,0,0)

Tints of #0B2118

#0B2118
(11,33,24)
#21352D
(33,53,45)
#374942
(55,73,66)
#4D5D57
(77,93,87)
#63716C
(99,113,108)
#798581
(121,133,129)
#8F9996
(143,153,150)
#A5ADAB
(165,173,171)
#BBC1C0
(187,193,192)
#D1D5D5
(209,213,213)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2118; }

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

This text font color is #0B2118.


Background Color

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

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

This div background color is #0B2118.


Border color

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

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

This div border color is #0B2118.


Opacity

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

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

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

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

This text has shadow with #0B2118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2118 on black background.


Color preview on white background

This text has color #0B2118 on white background.



Black color preview on #0B2118 background

This text has black color on #0B2118 background.


White color preview on #0B2118 background

This text has white color on #0B2118 background.