COLOR #0C0426

HEX: #0C0426
RGB: (12,4,38)

Color info

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

RGB color model

#0C0426 color RGB value is (12,4,38).

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

RGB channels and saturation

R 12 of 255 = 5%
G 4 of 255 = 2%
B 38 of 255 = 15%

12
4
38

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

Portions of RGB colors in percentages

R + G + B =
12 + 4 + 38 = 54 (100%)
R 12 of 54 ~ 22.22%
G 4 of 54 ~ 7.41%
B 38 of 54 ~ 70.37%

%22.22
%70.37

CMYK color model

#0C0426 color CMYK value is (68,89,0,85).

  • cyan value is 68.42%
  • magenta value is 89.47%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(68,89,0,85)
C68M89Y0K85 
(68%,89%,0%,85%)
(0.68/0.89/0.00/0.85)	

CMYK percentages

%68.42
%89.47
%0
%85.1

Codes

Color #0C0426 in popluar color models

0C0426
RGB12438
HSL254°80.95%8.24%
HSB/HSV254°89.47%14.90%
CMYK68.42%89.47%0.00%
85.10%

Color #0C0426 in popluar number systems.

HEX0C0426
Decimal12438
Binary1100100100110
Octal14446

Shades and tints

Shades of #0C0426

#0C0426
(12,4,38)
#0B0423
(11,4,35)
#0A0420
(10,4,32)
#09041D
(9,4,29)
#08041A
(8,4,26)
#070417
(7,4,23)
#060414
(6,4,20)
#050411
(5,4,17)
#04040E
(4,4,14)
#03040B
(3,4,11)
#020408
(2,4,8)
#000000
(0,0,0)

Tints of #0C0426

#0C0426
(12,4,38)
#221A39
(34,26,57)
#38304C
(56,48,76)
#4E465F
(78,70,95)
#645C72
(100,92,114)
#7A7285
(122,114,133)
#908898
(144,136,152)
#A69EAB
(166,158,171)
#BCB4BE
(188,180,190)
#D2CAD1
(210,202,209)
#E8E0E4
(232,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0426; }

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

This text font color is #0C0426.


Background Color

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

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

This div background color is #0C0426.


Border color

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

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

This div border color is #0C0426.


Opacity

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

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

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

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

This text has shadow with #0C0426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0426 on black background.


Color preview on white background

This text has color #0C0426 on white background.



Black color preview on #0C0426 background

This text has black color on #0C0426 background.


White color preview on #0C0426 background

This text has white color on #0C0426 background.