COLOR #0C0F0D

HEX: #0C0F0D RGB: (12,15,13)

Color info

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

RGB color model

#0C0F0D color RGB value is (12,15,13).

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

RGB channels and saturation

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

12
15
13

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

Portions of RGB colors in percentages

R + G + B = 12 + 15 + 13 = 40 (100%)
R 12 of 40 ~ 30%
G 15 of 40 ~ 37.5%
B 13 of 40 ~ 32.5'%

%30
%37.5
%32.5

CMYK color model

#0C0F0D color CMYK value is (20,0,13,94).

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

CMYK: (20,0,13,94)
C20M0Y13K94 (20%, 0%, 13%, 94%)
(0.20 / 0.00 / 0.13 / 0.94)

CMYK percentages

%20
%0
%13.33
%94.12

Codes

Color #0C0F0D in popluar color models

0C 0F 0D
RGB 12 15 13
HSL 140° 11.11% 5.29%
HSB/HSV 140° 20.00% 5.88%
CMYK 20.00% 0.00% 13.33%
94.12%

Color #0C0F0D in popluar number systems.

HEX 0C 0F 0D
Decimal 12 15 13
Binary 1100 1111 1101
Octal 14 17 15

Shades and tints

Shades of #0C0F0D

#0C0F0D
(12,15,13)
#0B0E0C
(11,14,12)
#0A0D0B
(10,13,11)
#090C0A
(9,12,10)
#080B09
(8,11,9)
#070A08
(7,10,8)
#060907
(6,9,7)
#050806
(5,8,6)
#040705
(4,7,5)
#030604
(3,6,4)
#020503
(2,5,3)
#000000
(0,0,0)

Tints of #0C0F0D

#0C0F0D
(12,15,13)
#222423
(34,36,35)
#383939
(56,57,57)
#4E4E4F
(78,78,79)
#646365
(100,99,101)
#7A787B
(122,120,123)
#908D91
(144,141,145)
#A6A2A7
(166,162,167)
#BCB7BD
(188,183,189)
#D2CCD3
(210,204,211)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0F0D; }

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

This text font color is #0C0F0D.

Background Color

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

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

This div background color is #0C0F0D.

Border color

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

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

This div border color is #0C0F0D.

Opacity

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

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

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

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

This text has shadow with #0C0F0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0F0D.

Preview

Color preview on black background

This text has color #0C0F0D on black background.


Color preview on white background

This text has color #0C0F0D on white background.


Black color preview on #0C0F0D background

This text has black color on #0C0F0D background.


White color preview on #0C0F0D background

This text has white color on #0C0F0D background.


Related colors

Complementary color

Complementary color for #hex is #F3F0F2.


I love getcolorcode.com

Triadic colors

1 #0D0C0F and #0F0D0C with #0C0F0D are triadic colors.

2 #0D0F0C and #0F0C0D with #0C0F0D are triadic colors.