COLOR #0C0617

HEX: #0C0617 RGB: (12,6,23)

Color info

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

RGB color model

#0C0617 color RGB value is (12,6,23).

RGB: (12,6,23) (5%, 2%, 9%)

RGB channels and saturation

R 12 of 255 = 5%
G 6 of 255 = 2%
B 23 of 255 = 9%

12
6
23

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

Portions of RGB colors in percentages

R + G + B = 12 + 6 + 23 = 41 (100%)
R 12 of 41 ~ 29.27%
G 6 of 41 ~ 14.63%
B 23 of 41 ~ 56.1'%

%29.27
%14.63
%56.1

CMYK color model

#0C0617 color CMYK value is (48,74,0,91).

  • cyan value is 47.83%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (48,74,0,91)
C48M74Y0K91 (48%, 74%, 0%, 91%)
(0.48 / 0.74 / 0.00 / 0.91)

CMYK percentages

%47.83
%73.91
%0
%90.98

Codes

Color #0C0617 in popluar color models

0C 06 17
RGB 12 6 23
HSL 261° 58.62% 5.69%
HSB/HSV 261° 73.91% 9.02%
CMYK 47.83% 73.91% 0.00%
90.98%

Color #0C0617 in popluar number systems.

HEX 0C 06 17
Decimal 12 6 23
Binary 1100 110 10111
Octal 14 6 27

Shades and tints

Shades of #0C0617

#0C0617
(12,6,23)
#0B0615
(11,6,21)
#0A0613
(10,6,19)
#090611
(9,6,17)
#08060F
(8,6,15)
#07060D
(7,6,13)
#06060B
(6,6,11)
#050609
(5,6,9)
#040607
(4,6,7)
#030605
(3,6,5)
#020603
(2,6,3)
#000000
(0,0,0)

Tints of #0C0617

#0C0617
(12,6,23)
#221C2C
(34,28,44)
#383241
(56,50,65)
#4E4856
(78,72,86)
#645E6B
(100,94,107)
#7A7480
(122,116,128)
#908A95
(144,138,149)
#A6A0AA
(166,160,170)
#BCB6BF
(188,182,191)
#D2CCD4
(210,204,212)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0617; }

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

This text font color is #0C0617.

Background Color

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

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

This div background color is #0C0617.

Border color

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

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

This div border color is #0C0617.

Opacity

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

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

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

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

This text has shadow with #0C0617 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0617.

Preview

Color preview on black background

This text has color #0C0617 on black background.


Color preview on white background

This text has color #0C0617 on white background.


Black color preview on #0C0617 background

This text has black color on #0C0617 background.


White color preview on #0C0617 background

This text has white color on #0C0617 background.


Related colors

Complementary color

Complementary color for #hex is #F3F9E8.


I love getcolorcode.com

Triadic colors

1 #170C06 and #06170C with #0C0617 are triadic colors.

2 #17060C and #060C17 with #0C0617 are triadic colors.