COLOR #0C0421

HEX: #0C0421
RGB: (12,4,33)

Color info

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

RGB color model

#0C0421 color RGB value is (12,4,33).

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

RGB channels and saturation

R 12 of 255 = 5%
G 4 of 255 = 2%
B 33 of 255 = 13%

12
4
33

R + G + B ~ 7%. #0C0421 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 4 + 33 = 49 (100%)
R 12 of 49 ~ 24.49%
G 4 of 49 ~ 8.16%
B 33 of 49 ~ 67.35%

%24.49
%67.35

CMYK color model

#0C0421 color CMYK value is (64,88,0,87).

  • cyan value is 63.64%
  • magenta value is 87.88%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(64,88,0,87)
C64M88Y0K87 
(64%,88%,0%,87%)
(0.64/0.88/0.00/0.87)	

CMYK percentages

%63.64
%87.88
%0
%87.06

Codes

Color #0C0421 in popluar color models

0C0421
RGB12433
HSL257°78.38%7.25%
HSB/HSV257°87.88%12.94%
CMYK63.64%87.88%0.00%
87.06%

Color #0C0421 in popluar number systems.

HEX0C0421
Decimal12433
Binary1100100100001
Octal14441

Shades and tints

Shades of #0C0421

#0C0421
(12,4,33)
#0B041E
(11,4,30)
#0A041B
(10,4,27)
#090418
(9,4,24)
#080415
(8,4,21)
#070412
(7,4,18)
#06040F
(6,4,15)
#05040C
(5,4,12)
#040409
(4,4,9)
#030406
(3,4,6)
#020403
(2,4,3)
#000000
(0,0,0)

Tints of #0C0421

#0C0421
(12,4,33)
#221A35
(34,26,53)
#383049
(56,48,73)
#4E465D
(78,70,93)
#645C71
(100,92,113)
#7A7285
(122,114,133)
#908899
(144,136,153)
#A69EAD
(166,158,173)
#BCB4C1
(188,180,193)
#D2CAD5
(210,202,213)
#E8E0E9
(232,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0421; }

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

This text font color is #0C0421.


Background Color

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

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

This div background color is #0C0421.


Border color

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

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

This div border color is #0C0421.


Opacity

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

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

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

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

This text has shadow with #0C0421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0421 on black background.


Color preview on white background

This text has color #0C0421 on white background.



Black color preview on #0C0421 background

This text has black color on #0C0421 background.


White color preview on #0C0421 background

This text has white color on #0C0421 background.