COLOR #0C140A

HEX: #0C140A
RGB: (12,20,10)

Color info

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

RGB color model

#0C140A color RGB value is (12,20,10).

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

RGB channels and saturation

R 12 of 255 = 5%
G 20 of 255 = 8%
B 10 of 255 = 4%

12
20
10

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

Portions of RGB colors in percentages

R + G + B =
12 + 20 + 10 = 42 (100%)
R 12 of 42 ~ 28.57%
G 20 of 42 ~ 47.62%
B 10 of 42 ~ 23.81%

%28.57
%47.62
%23.81

CMYK color model

#0C140A color CMYK value is (40,0,50,92).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 92.16%
CMYK:
(40,0,50,92)
C40M0Y50K92 
(40%,0%,50%,92%)
(0.40/0.00/0.50/0.92)	

CMYK percentages

%40
%0
%50
%92.16

Codes

Color #0C140A in popluar color models

0C140A
RGB122010
HSL108°33.33%5.88%
HSB/HSV108°50.00%7.84%
CMYK40.00%0.00%50.00%
92.16%

Color #0C140A in popluar number systems.

HEX0C140A
Decimal122010
Binary1100101001010
Octal142412

Shades and tints

Shades of #0C140A

#0C140A
(12,20,10)
#0B130A
(11,19,10)
#0A120A
(10,18,10)
#09110A
(9,17,10)
#08100A
(8,16,10)
#070F0A
(7,15,10)
#060E0A
(6,14,10)
#050D0A
(5,13,10)
#040C0A
(4,12,10)
#030B0A
(3,11,10)
#020A0A
(2,10,10)
#000000
(0,0,0)

Tints of #0C140A

#0C140A
(12,20,10)
#222920
(34,41,32)
#383E36
(56,62,54)
#4E534C
(78,83,76)
#646862
(100,104,98)
#7A7D78
(122,125,120)
#90928E
(144,146,142)
#A6A7A4
(166,167,164)
#BCBCBA
(188,188,186)
#D2D1D0
(210,209,208)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C140A; }

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

This text font color is #0C140A.


Background Color

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

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

This div background color is #0C140A.


Border color

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

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

This div border color is #0C140A.


Opacity

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

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

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

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

This text has shadow with #0C140A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C140A on black background.


Color preview on white background

This text has color #0C140A on white background.



Black color preview on #0C140A background

This text has black color on #0C140A background.


White color preview on #0C140A background

This text has white color on #0C140A background.