COLOR #0C110A

HEX: #0C110A
RGB: (12,17,10)

Color info

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

RGB color model

#0C110A color RGB value is (12,17,10).

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

RGB channels and saturation

R 12 of 255 = 5%
G 17 of 255 = 7%
B 10 of 255 = 4%

12
17
10

R + G + B ~ 5%. #0C110A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 17 + 10 = 39 (100%)
R 12 of 39 ~ 30.77%
G 17 of 39 ~ 43.59%
B 10 of 39 ~ 25.64%

%30.77
%43.59
%25.64

CMYK color model

#0C110A color CMYK value is (29,0,41,93).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(29,0,41,93)
C29M0Y41K93 
(29%,0%,41%,93%)
(0.29/0.00/0.41/0.93)	

CMYK percentages

%29.41
%0
%41.18
%93.33

Codes

Color #0C110A in popluar color models

0C110A
RGB121710
HSL103°25.93%5.29%
HSB/HSV103°41.18%6.67%
CMYK29.41%0.00%41.18%
93.33%

Color #0C110A in popluar number systems.

HEX0C110A
Decimal121710
Binary1100100011010
Octal142112

Shades and tints

Shades of #0C110A

#0C110A
(12,17,10)
#0B100A
(11,16,10)
#0A0F0A
(10,15,10)
#090E0A
(9,14,10)
#080D0A
(8,13,10)
#070C0A
(7,12,10)
#060B0A
(6,11,10)
#050A0A
(5,10,10)
#04090A
(4,9,10)
#03080A
(3,8,10)
#02070A
(2,7,10)
#000000
(0,0,0)

Tints of #0C110A

#0C110A
(12,17,10)
#222620
(34,38,32)
#383B36
(56,59,54)
#4E504C
(78,80,76)
#646562
(100,101,98)
#7A7A78
(122,122,120)
#908F8E
(144,143,142)
#A6A4A4
(166,164,164)
#BCB9BA
(188,185,186)
#D2CED0
(210,206,208)
#E8E3E6
(232,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C110A color. Also use rgb(12,17,10) instead hex code.

Text Font Color

.myTextColor { color: #0C110A; }

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

This text font color is #0C110A.


Background Color

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

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

This div background color is #0C110A.


Border color

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

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

This div border color is #0C110A.


Opacity

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

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

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

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

This text has shadow with #0C110A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C110A on black background.


Color preview on white background

This text has color #0C110A on white background.



Black color preview on #0C110A background

This text has black color on #0C110A background.


White color preview on #0C110A background

This text has white color on #0C110A background.