COLOR #0C211B

HEX: #0C211B
RGB: (12,33,27)

Color info

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

RGB color model

#0C211B color RGB value is (12,33,27).

  • red value is 12;
  • green value is 33;
  • blue value is 27.
RGB:
(12,33,27)
(5%,13%,11%)

RGB channels and saturation

R 12 of 255 = 5%
G 33 of 255 = 13%
B 27 of 255 = 11%

12
33
27

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

Portions of RGB colors in percentages

R + G + B =
12 + 33 + 27 = 72 (100%)
R 12 of 72 ~ 16.67%
G 33 of 72 ~ 45.83%
B 27 of 72 ~ 37.5%

%16.67
%45.83
%37.5

CMYK color model

#0C211B color CMYK value is (64,0,18,87).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 87.06%
CMYK:
(64,0,18,87)
C64M0Y18K87 
(64%,0%,18%,87%)
(0.64/0.00/0.18/0.87)	

CMYK percentages

%63.64
%0
%18.18
%87.06

Codes

Color #0C211B in popluar color models

0C211B
RGB123327
HSL163°46.67%8.82%
HSB/HSV163°63.64%12.94%
CMYK63.64%0.00%18.18%
87.06%

Color #0C211B in popluar number systems.

HEX0C211B
Decimal123327
Binary110010000111011
Octal144133

Shades and tints

Shades of #0C211B

#0C211B
(12,33,27)
#0B1E19
(11,30,25)
#0A1B17
(10,27,23)
#091815
(9,24,21)
#081513
(8,21,19)
#071211
(7,18,17)
#060F0F
(6,15,15)
#050C0D
(5,12,13)
#04090B
(4,9,11)
#030609
(3,6,9)
#020307
(2,3,7)
#000000
(0,0,0)

Tints of #0C211B

#0C211B
(12,33,27)
#22352F
(34,53,47)
#384943
(56,73,67)
#4E5D57
(78,93,87)
#64716B
(100,113,107)
#7A857F
(122,133,127)
#909993
(144,153,147)
#A6ADA7
(166,173,167)
#BCC1BB
(188,193,187)
#D2D5CF
(210,213,207)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C211B color. Also use rgb(12,33,27) instead hex code.

Text Font Color

.myTextColor { color: #0C211B; }

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

This text font color is #0C211B.


Background Color

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

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

This div background color is #0C211B.


Border color

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

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

This div border color is #0C211B.


Opacity

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

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

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

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

This text has shadow with #0C211B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C211B on black background.


Color preview on white background

This text has color #0C211B on white background.



Black color preview on #0C211B background

This text has black color on #0C211B background.


White color preview on #0C211B background

This text has white color on #0C211B background.