COLOR #0C0613

HEX: #0C0613 RGB: (12,6,19)

Color info

#0C0613 contains red, green and blue colors in about the same proportion. Web safe color of #0C0613 is #000000 (or #000).

RGB color model

#0C0613 color RGB value is (12,6,19).

RGB: (12,6,19) (5%, 2%, 7%)

RGB channels and saturation

R 12 of 255 = 5%
G 6 of 255 = 2%
B 19 of 255 = 7%

12
6
19

R + G + B ~ 5%. #0C0613 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 6 + 19 = 37 (100%)
R 12 of 37 ~ 32.43%
G 6 of 37 ~ 16.22%
B 19 of 37 ~ 51.35'%

%32.43
%16.22
%51.35

CMYK color model

#0C0613 color CMYK value is (37,68,0,93).

  • cyan value is 36.84%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (37,68,0,93)
C37M68Y0K93 (37%, 68%, 0%, 93%)
(0.37 / 0.68 / 0.00 / 0.93)

CMYK percentages

%36.84
%68.42
%0
%92.55

Codes

Color #0C0613 in popluar color models

0C 06 13
RGB 12 6 19
HSL 268° 52.00% 4.90%
HSB/HSV 268° 68.42% 7.45%
CMYK 36.84% 68.42% 0.00%
92.55%

Color #0C0613 in popluar number systems.

HEX 0C 06 13
Decimal 12 6 19
Binary 1100 110 10011
Octal 14 6 23

Shades and tints

Shades of #0C0613

#0C0613
(12,6,19)
#0B0612
(11,6,18)
#0A0611
(10,6,17)
#090610
(9,6,16)
#08060F
(8,6,15)
#07060E
(7,6,14)
#06060D
(6,6,13)
#05060C
(5,6,12)
#04060B
(4,6,11)
#03060A
(3,6,10)
#020609
(2,6,9)
#000000
(0,0,0)

Tints of #0C0613

#0C0613
(12,6,19)
#221C28
(34,28,40)
#38323D
(56,50,61)
#4E4852
(78,72,82)
#645E67
(100,94,103)
#7A747C
(122,116,124)
#908A91
(144,138,145)
#A6A0A6
(166,160,166)
#BCB6BB
(188,182,187)
#D2CCD0
(210,204,208)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0613; }

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

This text font color is #0C0613.

Background Color

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

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

This div background color is #0C0613.

Border color

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

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

This div border color is #0C0613.

Opacity

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

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

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

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

This text has shadow with #0C0613 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0613.

Preview

Color preview on black background

This text has color #0C0613 on black background.


Color preview on white background

This text has color #0C0613 on white background.


Black color preview on #0C0613 background

This text has black color on #0C0613 background.


White color preview on #0C0613 background

This text has white color on #0C0613 background.


Related colors

Complementary color

Complementary color for #hex is #F3F9EC.


I love getcolorcode.com

Triadic colors

1 #130C06 and #06130C with #0C0613 are triadic colors.

2 #13060C and #060C13 with #0C0613 are triadic colors.