COLOR #0C062E

HEX: #0C062E
RGB: (12,6,46)

Color info

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

RGB color model

#0C062E color RGB value is (12,6,46).

  • red value is 12;
  • green value is 6;
  • blue value is 46.
RGB:
(12,6,46)
(5%,2%,18%)

RGB channels and saturation

R 12 of 255 = 5%
G 6 of 255 = 2%
B 46 of 255 = 18%

12
6
46

R + G + B ~ 8%. #0C062E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 6 + 46 = 64 (100%)
R 12 of 64 ~ 18.75%
G 6 of 64 ~ 9.38%
B 46 of 64 ~ 71.88%

%18.75
%71.88

CMYK color model

#0C062E color CMYK value is (74,87,0,82).

  • cyan value is 73.91%
  • magenta value is 86.96%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(74,87,0,82)
C74M87Y0K82 
(74%,87%,0%,82%)
(0.74/0.87/0.00/0.82)	

CMYK percentages

%73.91
%86.96
%0
%81.96

Codes

Color #0C062E in popluar color models

0C062E
RGB12646
HSL249°76.92%10.20%
HSB/HSV249°86.96%18.04%
CMYK73.91%86.96%0.00%
81.96%

Color #0C062E in popluar number systems.

HEX0C062E
Decimal12646
Binary1100110101110
Octal14656

Shades and tints

Shades of #0C062E

#0C062E
(12,6,46)
#0B062A
(11,6,42)
#0A0626
(10,6,38)
#090622
(9,6,34)
#08061E
(8,6,30)
#07061A
(7,6,26)
#060616
(6,6,22)
#050612
(5,6,18)
#04060E
(4,6,14)
#03060A
(3,6,10)
#020606
(2,6,6)
#000000
(0,0,0)

Tints of #0C062E

#0C062E
(12,6,46)
#221C41
(34,28,65)
#383254
(56,50,84)
#4E4867
(78,72,103)
#645E7A
(100,94,122)
#7A748D
(122,116,141)
#908AA0
(144,138,160)
#A6A0B3
(166,160,179)
#BCB6C6
(188,182,198)
#D2CCD9
(210,204,217)
#E8E2EC
(232,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C062E color. Also use rgb(12,6,46) instead hex code.

Text Font Color

.myTextColor { color: #0C062E; }

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

This text font color is #0C062E.


Background Color

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

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

This div background color is #0C062E.


Border color

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

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

This div border color is #0C062E.


Opacity

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

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

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

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

This text has shadow with #0C062E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C062E on black background.


Color preview on white background

This text has color #0C062E on white background.



Black color preview on #0C062E background

This text has black color on #0C062E background.


White color preview on #0C062E background

This text has white color on #0C062E background.