COLOR #0C1C05

HEX: #0C1C05
RGB: (12,28,5)

Color info

#0C1C05 contains red, green and blue colors in about the same proportion. Web safe color of #0C1C05 is #003300 (or #030).

RGB color model

#0C1C05 color RGB value is (12,28,5).

  • red value is 12;
  • green value is 28;
  • blue value is 5.
RGB:
(12,28,5)
(5%,11%,2%)

RGB channels and saturation

R 12 of 255 = 5%
G 28 of 255 = 11%
B 5 of 255 = 2%

12
28
5

R + G + B ~ 6%. #0C1C05 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 28 + 5 = 45 (100%)
R 12 of 45 ~ 26.67%
G 28 of 45 ~ 62.22%
B 5 of 45 ~ 11.11%

%26.67
%62.22
%11.11

CMYK color model

#0C1C05 color CMYK value is (57,0,82,89).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 89.02%
CMYK:
(57,0,82,89)
C57M0Y82K89 
(57%,0%,82%,89%)
(0.57/0.00/0.82/0.89)	

CMYK percentages

%57.14
%0
%82.14
%89.02

Codes

Color #0C1C05 in popluar color models

0C1C05
RGB12285
HSL102°69.70%6.47%
HSB/HSV102°82.14%10.98%
CMYK57.14%0.00%82.14%
89.02%

Color #0C1C05 in popluar number systems.

HEX0C1C05
Decimal12285
Binary110011100101
Octal14345

Shades and tints

Shades of #0C1C05

#0C1C05
(12,28,5)
#0B1A05
(11,26,5)
#0A1805
(10,24,5)
#091605
(9,22,5)
#081405
(8,20,5)
#071205
(7,18,5)
#061005
(6,16,5)
#050E05
(5,14,5)
#040C05
(4,12,5)
#030A05
(3,10,5)
#020805
(2,8,5)
#000000
(0,0,0)

Tints of #0C1C05

#0C1C05
(12,28,5)
#22301B
(34,48,27)
#384431
(56,68,49)
#4E5847
(78,88,71)
#646C5D
(100,108,93)
#7A8073
(122,128,115)
#909489
(144,148,137)
#A6A89F
(166,168,159)
#BCBCB5
(188,188,181)
#D2D0CB
(210,208,203)
#E8E4E1
(232,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1C05; }

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

This text font color is #0C1C05.


Background Color

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

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

This div background color is #0C1C05.


Border color

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

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

This div border color is #0C1C05.


Opacity

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

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

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

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

This text has shadow with #0C1C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1C05 on black background.


Color preview on white background

This text has color #0C1C05 on white background.



Black color preview on #0C1C05 background

This text has black color on #0C1C05 background.


White color preview on #0C1C05 background

This text has white color on #0C1C05 background.