COLOR #0B2120

HEX: #0B2120
RGB: (11,33,32)

Color info

#0B2120 contains red, green and blue colors in about the same proportion. Web safe color of #0B2120 is #003333 (or #033).

RGB color model

#0B2120 color RGB value is (11,33,32).

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

RGB channels and saturation

R 11 of 255 = 4%
G 33 of 255 = 13%
B 32 of 255 = 13%

11
33
32

R + G + B ~ 10%. #0B2120 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 33 + 32 = 76 (100%)
R 11 of 76 ~ 14.47%
G 33 of 76 ~ 43.42%
B 32 of 76 ~ 42.11%

%14.47
%43.42
%42.11

CMYK color model

#0B2120 color CMYK value is (67,0,3,87).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 87.06%
CMYK:
(67,0,3,87)
C67M0Y3K87 
(67%,0%,3%,87%)
(0.67/0.00/0.03/0.87)	

CMYK percentages

%66.67
%0
%3.03
%87.06

Codes

Color #0B2120 in popluar color models

0B2120
RGB113332
HSL177°50.00%8.63%
HSB/HSV177°66.67%12.94%
CMYK66.67%0.00%3.03%
87.06%

Color #0B2120 in popluar number systems.

HEX0B2120
Decimal113332
Binary1011100001100000
Octal134140

Shades and tints

Shades of #0B2120

#0B2120
(11,33,32)
#0A1E1E
(10,30,30)
#091B1C
(9,27,28)
#08181A
(8,24,26)
#071518
(7,21,24)
#061216
(6,18,22)
#050F14
(5,15,20)
#040C12
(4,12,18)
#030910
(3,9,16)
#02060E
(2,6,14)
#01030C
(1,3,12)
#000000
(0,0,0)

Tints of #0B2120

#0B2120
(11,33,32)
#213534
(33,53,52)
#374948
(55,73,72)
#4D5D5C
(77,93,92)
#637170
(99,113,112)
#798584
(121,133,132)
#8F9998
(143,153,152)
#A5ADAC
(165,173,172)
#BBC1C0
(187,193,192)
#D1D5D4
(209,213,212)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2120; }

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

This text font color is #0B2120.


Background Color

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

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

This div background color is #0B2120.


Border color

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

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

This div border color is #0B2120.


Opacity

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

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

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

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

This text has shadow with #0B2120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2120 on black background.


Color preview on white background

This text has color #0B2120 on white background.



Black color preview on #0B2120 background

This text has black color on #0B2120 background.


White color preview on #0B2120 background

This text has white color on #0B2120 background.