COLOR #0C1521

HEX: #0C1521
RGB: (12,21,33)

Color info

#0C1521 contains red, green and blue colors in about the same proportion. Web safe color of #0C1521 is #000033 (or #003).

RGB color model

#0C1521 color RGB value is (12,21,33).

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

RGB channels and saturation

R 12 of 255 = 5%
G 21 of 255 = 8%
B 33 of 255 = 13%

12
21
33

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

Portions of RGB colors in percentages

R + G + B =
12 + 21 + 33 = 66 (100%)
R 12 of 66 ~ 18.18%
G 21 of 66 ~ 31.82%
B 33 of 66 ~ 50%

%18.18
%31.82
%50

CMYK color model

#0C1521 color CMYK value is (64,36,0,87).

  • cyan value is 63.64%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(64,36,0,87)
C64M36Y0K87 
(64%,36%,0%,87%)
(0.64/0.36/0.00/0.87)	

CMYK percentages

%63.64
%36.36
%0
%87.06

Codes

Color #0C1521 in popluar color models

0C1521
RGB122133
HSL214°46.67%8.82%
HSB/HSV214°63.64%12.94%
CMYK63.64%36.36%0.00%
87.06%

Color #0C1521 in popluar number systems.

HEX0C1521
Decimal122133
Binary110010101100001
Octal142541

Shades and tints

Shades of #0C1521

#0C1521
(12,21,33)
#0B141E
(11,20,30)
#0A131B
(10,19,27)
#091218
(9,18,24)
#081115
(8,17,21)
#071012
(7,16,18)
#060F0F
(6,15,15)
#050E0C
(5,14,12)
#040D09
(4,13,9)
#030C06
(3,12,6)
#020B03
(2,11,3)
#000000
(0,0,0)

Tints of #0C1521

#0C1521
(12,21,33)
#222A35
(34,42,53)
#383F49
(56,63,73)
#4E545D
(78,84,93)
#646971
(100,105,113)
#7A7E85
(122,126,133)
#909399
(144,147,153)
#A6A8AD
(166,168,173)
#BCBDC1
(188,189,193)
#D2D2D5
(210,210,213)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1521; }

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

This text font color is #0C1521.


Background Color

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

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

This div background color is #0C1521.


Border color

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

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

This div border color is #0C1521.


Opacity

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

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

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

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

This text has shadow with #0C1521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1521 on black background.


Color preview on white background

This text has color #0C1521 on white background.



Black color preview on #0C1521 background

This text has black color on #0C1521 background.


White color preview on #0C1521 background

This text has white color on #0C1521 background.