COLOR #0C1904

HEX: #0C1904 RGB: (12,25,4)

Color info

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

RGB color model

#0C1904 color RGB value is (12,25,4).

RGB: (12,25,4) (5%, 10%, 2%)

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 4 of 255 = 2%

12
25
4

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

Portions of RGB colors in percentages

R + G + B = 12 + 25 + 4 = 41 (100%)
R 12 of 41 ~ 29.27%
G 25 of 41 ~ 60.98%
B 4 of 41 ~ 9.76'%

%29.27
%60.98

CMYK color model

#0C1904 color CMYK value is (52,0,84,90).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 90.20%

CMYK: (52,0,84,90)
C52M0Y84K90 (52%, 0%, 84%, 90%)
(0.52 / 0.00 / 0.84 / 0.90)

CMYK percentages

%52
%0
%84
%90.2

Codes

Color #0C1904 in popluar color models

0C 19 04
RGB 12 25 4
HSL 97° 72.41% 5.69%
HSB/HSV 97° 84.00% 9.80%
CMYK 52.00% 0.00% 84.00%
90.20%

Color #0C1904 in popluar number systems.

HEX 0C 19 04
Decimal 12 25 4
Binary 1100 11001 100
Octal 14 31 4

Shades and tints

Shades of #0C1904

#0C1904
(12,25,4)
#0B1704
(11,23,4)
#0A1504
(10,21,4)
#091304
(9,19,4)
#081104
(8,17,4)
#070F04
(7,15,4)
#060D04
(6,13,4)
#050B04
(5,11,4)
#040904
(4,9,4)
#030704
(3,7,4)
#020504
(2,5,4)
#000000
(0,0,0)

Tints of #0C1904

#0C1904
(12,25,4)
#222D1A
(34,45,26)
#384130
(56,65,48)
#4E5546
(78,85,70)
#64695C
(100,105,92)
#7A7D72
(122,125,114)
#909188
(144,145,136)
#A6A59E
(166,165,158)
#BCB9B4
(188,185,180)
#D2CDCA
(210,205,202)
#E8E1E0
(232,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1904 color. Also use rgb(12,25,4) instead hex code.

Text Font Color

.myTextColor { color: #0C1904; }

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

This text font color is #0C1904.

Background Color

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

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

This div background color is #0C1904.

Border color

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

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

This div border color is #0C1904.

Opacity

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

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

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

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

This text has shadow with #0C1904 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1904.

Preview

Color preview on black background

This text has color #0C1904 on black background.


Color preview on white background

This text has color #0C1904 on white background.


Black color preview on #0C1904 background

This text has black color on #0C1904 background.


White color preview on #0C1904 background

This text has white color on #0C1904 background.


Related colors

Complementary color

Complementary color for #hex is #F3E6FB.


I love getcolorcode.com

Triadic colors

1 #040C19 and #19040C with #0C1904 are triadic colors.

2 #04190C and #190C04 with #0C1904 are triadic colors.