COLOR #0C1809

HEX: #0C1809
RGB: (12,24,9)

Color info

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

RGB color model

#0C1809 color RGB value is (12,24,9).

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

RGB channels and saturation

R 12 of 255 = 5%
G 24 of 255 = 9%
B 9 of 255 = 4%

12
24
9

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

Portions of RGB colors in percentages

R + G + B =
12 + 24 + 9 = 45 (100%)
R 12 of 45 ~ 26.67%
G 24 of 45 ~ 53.33%
B 9 of 45 ~ 20%

%26.67
%53.33
%20

CMYK color model

#0C1809 color CMYK value is (50,0,63,91).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 90.59%
CMYK:
(50,0,63,91)
C50M0Y63K91 
(50%,0%,63%,91%)
(0.50/0.00/0.63/0.91)	

CMYK percentages

%50
%0
%62.5
%90.59

Codes

Color #0C1809 in popluar color models

0C1809
RGB12249
HSL108°45.45%6.47%
HSB/HSV108°62.50%9.41%
CMYK50.00%0.00%62.50%
90.59%

Color #0C1809 in popluar number systems.

HEX0C1809
Decimal12249
Binary1100110001001
Octal143011

Shades and tints

Shades of #0C1809

#0C1809
(12,24,9)
#0B1609
(11,22,9)
#0A1409
(10,20,9)
#091209
(9,18,9)
#081009
(8,16,9)
#070E09
(7,14,9)
#060C09
(6,12,9)
#050A09
(5,10,9)
#040809
(4,8,9)
#030609
(3,6,9)
#020409
(2,4,9)
#000000
(0,0,0)

Tints of #0C1809

#0C1809
(12,24,9)
#222D1F
(34,45,31)
#384235
(56,66,53)
#4E574B
(78,87,75)
#646C61
(100,108,97)
#7A8177
(122,129,119)
#90968D
(144,150,141)
#A6ABA3
(166,171,163)
#BCC0B9
(188,192,185)
#D2D5CF
(210,213,207)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1809; }

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

This text font color is #0C1809.


Background Color

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

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

This div background color is #0C1809.


Border color

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

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

This div border color is #0C1809.


Opacity

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

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

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

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

This text has shadow with #0C1809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1809 on black background.


Color preview on white background

This text has color #0C1809 on white background.



Black color preview on #0C1809 background

This text has black color on #0C1809 background.


White color preview on #0C1809 background

This text has white color on #0C1809 background.