COLOR #0C1A09

HEX: #0C1A09
RGB: (12,26,9)

Color info

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

RGB color model

#0C1A09 color RGB value is (12,26,9).

  • red value is 12;
  • green value is 26;
  • blue value is 9.
RGB:
(12,26,9)
(5%,10%,4%)

RGB channels and saturation

R 12 of 255 = 5%
G 26 of 255 = 10%
B 9 of 255 = 4%

12
26
9

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

Portions of RGB colors in percentages

R + G + B =
12 + 26 + 9 = 47 (100%)
R 12 of 47 ~ 25.53%
G 26 of 47 ~ 55.32%
B 9 of 47 ~ 19.15%

%25.53
%55.32
%19.15

CMYK color model

#0C1A09 color CMYK value is (54,0,65,90).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 89.80%
CMYK:
(54,0,65,90)
C54M0Y65K90 
(54%,0%,65%,90%)
(0.54/0.00/0.65/0.90)	

CMYK percentages

%53.85
%0
%65.38
%89.8

Codes

Color #0C1A09 in popluar color models

0C1A09
RGB12269
HSL109°48.57%6.86%
HSB/HSV109°65.38%10.20%
CMYK53.85%0.00%65.38%
89.80%

Color #0C1A09 in popluar number systems.

HEX0C1A09
Decimal12269
Binary1100110101001
Octal143211

Shades and tints

Shades of #0C1A09

#0C1A09
(12,26,9)
#0B1809
(11,24,9)
#0A1609
(10,22,9)
#091409
(9,20,9)
#081209
(8,18,9)
#071009
(7,16,9)
#060E09
(6,14,9)
#050C09
(5,12,9)
#040A09
(4,10,9)
#030809
(3,8,9)
#020609
(2,6,9)
#000000
(0,0,0)

Tints of #0C1A09

#0C1A09
(12,26,9)
#222E1F
(34,46,31)
#384235
(56,66,53)
#4E564B
(78,86,75)
#646A61
(100,106,97)
#7A7E77
(122,126,119)
#90928D
(144,146,141)
#A6A6A3
(166,166,163)
#BCBAB9
(188,186,185)
#D2CECF
(210,206,207)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1A09 color. Also use rgb(12,26,9) instead hex code.

Text Font Color

.myTextColor { color: #0C1A09; }

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

This text font color is #0C1A09.


Background Color

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

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

This div background color is #0C1A09.


Border color

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

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

This div border color is #0C1A09.


Opacity

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

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

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

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

This text has shadow with #0C1A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1A09 on black background.


Color preview on white background

This text has color #0C1A09 on white background.



Black color preview on #0C1A09 background

This text has black color on #0C1A09 background.


White color preview on #0C1A09 background

This text has white color on #0C1A09 background.