COLOR #0C0220

HEX: #0C0220
RGB: (12,2,32)

Color info

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

RGB color model

#0C0220 color RGB value is (12,2,32).

  • red value is 12;
  • green value is 2;
  • blue value is 32.
RGB:
(12,2,32)
(5%,1%,13%)

RGB channels and saturation

R 12 of 255 = 5%
G 2 of 255 = 1%
B 32 of 255 = 13%

12
2
32

R + G + B ~ 6%. #0C0220 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 2 + 32 = 46 (100%)
R 12 of 46 ~ 26.09%
G 2 of 46 ~ 4.35%
B 32 of 46 ~ 69.57%

%26.09
%69.57

CMYK color model

#0C0220 color CMYK value is (63,94,0,87).

  • cyan value is 62.50%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(63,94,0,87)
C63M94Y0K87 
(63%,94%,0%,87%)
(0.63/0.94/0.00/0.87)	

CMYK percentages

%62.5
%93.75
%0
%87.45

Codes

Color #0C0220 in popluar color models

0C0220
RGB12232
HSL260°88.24%6.67%
HSB/HSV260°93.75%12.55%
CMYK62.50%93.75%0.00%
87.45%

Color #0C0220 in popluar number systems.

HEX0C0220
Decimal12232
Binary110010100000
Octal14240

Shades and tints

Shades of #0C0220

#0C0220
(12,2,32)
#0B021E
(11,2,30)
#0A021C
(10,2,28)
#09021A
(9,2,26)
#080218
(8,2,24)
#070216
(7,2,22)
#060214
(6,2,20)
#050212
(5,2,18)
#040210
(4,2,16)
#03020E
(3,2,14)
#02020C
(2,2,12)
#000000
(0,0,0)

Tints of #0C0220

#0C0220
(12,2,32)
#221934
(34,25,52)
#383048
(56,48,72)
#4E475C
(78,71,92)
#645E70
(100,94,112)
#7A7584
(122,117,132)
#908C98
(144,140,152)
#A6A3AC
(166,163,172)
#BCBAC0
(188,186,192)
#D2D1D4
(210,209,212)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C0220 color. Also use rgb(12,2,32) instead hex code.

Text Font Color

.myTextColor { color: #0C0220; }

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

This text font color is #0C0220.


Background Color

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

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

This div background color is #0C0220.


Border color

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

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

This div border color is #0C0220.


Opacity

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

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

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

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

This text has shadow with #0C0220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0220 on black background.


Color preview on white background

This text has color #0C0220 on white background.



Black color preview on #0C0220 background

This text has black color on #0C0220 background.


White color preview on #0C0220 background

This text has white color on #0C0220 background.