COLOR #0C060F

HEX: #0C060F RGB: (12,6,15)

Color info

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

RGB color model

#0C060F color RGB value is (12,6,15).

RGB: (12,6,15) (5%, 2%, 6%)

RGB channels and saturation

R 12 of 255 = 5%
G 6 of 255 = 2%
B 15 of 255 = 6%

12
6
15

R + G + B ~ 4%. #0C060F is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 6 + 15 = 33 (100%)
R 12 of 33 ~ 36.36%
G 6 of 33 ~ 18.18%
B 15 of 33 ~ 45.45'%

%36.36
%18.18
%45.45

CMYK color model

#0C060F color CMYK value is (20,60,0,94).

  • cyan value is 20.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (20,60,0,94)
C20M60Y0K94 (20%, 60%, 0%, 94%)
(0.20 / 0.60 / 0.00 / 0.94)

CMYK percentages

%20
%60
%0
%94.12

Codes

Color #0C060F in popluar color models

0C 06 0F
RGB 12 6 15
HSL 280° 42.86% 4.12%
HSB/HSV 280° 60.00% 5.88%
CMYK 20.00% 60.00% 0.00%
94.12%

Color #0C060F in popluar number systems.

HEX 0C 06 0F
Decimal 12 6 15
Binary 1100 110 1111
Octal 14 6 17

Shades and tints

Shades of #0C060F

#0C060F
(12,6,15)
#0B060E
(11,6,14)
#0A060D
(10,6,13)
#09060C
(9,6,12)
#08060B
(8,6,11)
#07060A
(7,6,10)
#060609
(6,6,9)
#050608
(5,6,8)
#040607
(4,6,7)
#030606
(3,6,6)
#020605
(2,6,5)
#000000
(0,0,0)

Tints of #0C060F

#0C060F
(12,6,15)
#221C24
(34,28,36)
#383239
(56,50,57)
#4E484E
(78,72,78)
#645E63
(100,94,99)
#7A7478
(122,116,120)
#908A8D
(144,138,141)
#A6A0A2
(166,160,162)
#BCB6B7
(188,182,183)
#D2CCCC
(210,204,204)
#E8E2E1
(232,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C060F; }

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

This text font color is #0C060F.

Background Color

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

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

This div background color is #0C060F.

Border color

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

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

This div border color is #0C060F.

Opacity

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

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

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

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

This text has shadow with #0C060F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C060F.

Preview

Color preview on black background

This text has color #0C060F on black background.


Color preview on white background

This text has color #0C060F on white background.


Black color preview on #0C060F background

This text has black color on #0C060F background.


White color preview on #0C060F background

This text has white color on #0C060F background.


Related colors

Complementary color

Complementary color for #hex is #F3F9F0.


I love getcolorcode.com

Triadic colors

1 #0F0C06 and #060F0C with #0C060F are triadic colors.

2 #0F060C and #060C0F with #0C060F are triadic colors.