COLOR #0C0F05

HEX: #0C0F05 RGB: (12,15,5)

Color info

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

RGB color model

#0C0F05 color RGB value is (12,15,5).

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

RGB channels and saturation

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

12
15
5

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

Portions of RGB colors in percentages

R + G + B = 12 + 15 + 5 = 32 (100%)
R 12 of 32 ~ 37.5%
G 15 of 32 ~ 46.88%
B 5 of 32 ~ 15.63'%

%37.5
%46.88
%15.63

CMYK color model

#0C0F05 color CMYK value is (20,0,67,94).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 94.12%
CMYK: (20,0,67,94) C20M0Y67K94 (20%,0%,67%,94%) (0.20/0.00/0.67/0.94) 

CMYK percentages

%20
%0
%66.67
%94.12

Codes

Color #0C0F05 in popluar color models

0C 0F 05
RGB 12 15 5
HSL 78° 50.00% 3.92%
HSB/HSV 78° 66.67% 5.88%
CMYK 20.00% 0.00% 66.67%
94.12%

Color #0C0F05 in popluar number systems.

HEX 0C 0F 05
Decimal 12 15 5
Binary 1100 1111 101
Octal 14 17 5

Shades and tints

Shades of #0C0F05

#0C0F05
(12,15,5)
#0B0E05
(11,14,5)
#0A0D05
(10,13,5)
#090C05
(9,12,5)
#080B05
(8,11,5)
#070A05
(7,10,5)
#060905
(6,9,5)
#050805
(5,8,5)
#040705
(4,7,5)
#030605
(3,6,5)
#020505
(2,5,5)
#000000
(0,0,0)

Tints of #0C0F05

#0C0F05
(12,15,5)
#22241B
(34,36,27)
#383931
(56,57,49)
#4E4E47
(78,78,71)
#64635D
(100,99,93)
#7A7873
(122,120,115)
#908D89
(144,141,137)
#A6A29F
(166,162,159)
#BCB7B5
(188,183,181)
#D2CCCB
(210,204,203)
#E8E1E1
(232,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0F05; }

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

This text font color is #0C0F05.

Background Color

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

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

This div background color is #0C0F05.

Border color

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

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

This div border color is #0C0F05.

Opacity

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

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

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

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

This text has shadow with #0C0F05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0F05.

Preview

Color preview on black background

This text has color #0C0F05 on black background.


Color preview on white background

This text has color #0C0F05 on white background.


Black color preview on #0C0F05 background

This text has black color on #0C0F05 background.


White color preview on #0C0F05 background

This text has white color on #0C0F05 background.


Related colors

Complementary color

Complementary color for #hex is #F3F0FA.


I love getcolorcode.com

Triadic colors

1 #050C0F and #0F050C with #0C0F05 are triadic colors.

2 #050F0C and #0F0C05 with #0C0F05 are triadic colors.