COLOR #0B202C

HEX: #0B202C
RGB: (11,32,44)

Color info

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

RGB color model

#0B202C color RGB value is (11,32,44).

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

RGB channels and saturation

R 11 of 255 = 4%
G 32 of 255 = 13%
B 44 of 255 = 17%

11
32
44

R + G + B ~ 11%. #0B202C is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 32 + 44 = 87 (100%)
R 11 of 87 ~ 12.64%
G 32 of 87 ~ 36.78%
B 44 of 87 ~ 50.57%

%12.64
%36.78
%50.57

CMYK color model

#0B202C color CMYK value is (75,27,0,83).

  • cyan value is 75.00%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(75,27,0,83)
C75M27Y0K83 
(75%,27%,0%,83%)
(0.75/0.27/0.00/0.83)	

CMYK percentages

%75
%27.27
%0
%82.75

Codes

Color #0B202C in popluar color models

0B202C
RGB113244
HSL202°60.00%10.78%
HSB/HSV202°75.00%17.25%
CMYK75.00%27.27%0.00%
82.75%

Color #0B202C in popluar number systems.

HEX0B202C
Decimal113244
Binary1011100000101100
Octal134054

Shades and tints

Shades of #0B202C

#0B202C
(11,32,44)
#0A1E28
(10,30,40)
#091C24
(9,28,36)
#081A20
(8,26,32)
#07181C
(7,24,28)
#061618
(6,22,24)
#051414
(5,20,20)
#041210
(4,18,16)
#03100C
(3,16,12)
#020E08
(2,14,8)
#010C04
(1,12,4)
#000000
(0,0,0)

Tints of #0B202C

#0B202C
(11,32,44)
#21343F
(33,52,63)
#374852
(55,72,82)
#4D5C65
(77,92,101)
#637078
(99,112,120)
#79848B
(121,132,139)
#8F989E
(143,152,158)
#A5ACB1
(165,172,177)
#BBC0C4
(187,192,196)
#D1D4D7
(209,212,215)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B202C; }

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

This text font color is #0B202C.


Background Color

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

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

This div background color is #0B202C.


Border color

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

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

This div border color is #0B202C.


Opacity

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

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

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

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

This text has shadow with #0B202C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B202C on black background.


Color preview on white background

This text has color #0B202C on white background.



Black color preview on #0B202C background

This text has black color on #0B202C background.


White color preview on #0B202C background

This text has white color on #0B202C background.