COLOR #0C1D1A

HEX: #0C1D1A
RGB: (12,29,26)

Color info

#0C1D1A contains red, green and blue colors in about the same proportion. Web safe color of #0C1D1A is #003300 (or #030).

RGB color model

#0C1D1A color RGB value is (12,29,26).

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

RGB channels and saturation

R 12 of 255 = 5%
G 29 of 255 = 11%
B 26 of 255 = 10%

12
29
26

R + G + B ~ 9%. #0C1D1A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 29 + 26 = 67 (100%)
R 12 of 67 ~ 17.91%
G 29 of 67 ~ 43.28%
B 26 of 67 ~ 38.81%

%17.91
%43.28
%38.81

CMYK color model

#0C1D1A color CMYK value is (59,0,10,89).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 88.63%
CMYK:
(59,0,10,89)
C59M0Y10K89 
(59%,0%,10%,89%)
(0.59/0.00/0.10/0.89)	

CMYK percentages

%58.62
%0
%10.34
%88.63

Codes

Color #0C1D1A in popluar color models

0C1D1A
RGB122926
HSL169°41.46%8.04%
HSB/HSV169°58.62%11.37%
CMYK58.62%0.00%10.34%
88.63%

Color #0C1D1A in popluar number systems.

HEX0C1D1A
Decimal122926
Binary11001110111010
Octal143532

Shades and tints

Shades of #0C1D1A

#0C1D1A
(12,29,26)
#0B1B18
(11,27,24)
#0A1916
(10,25,22)
#091714
(9,23,20)
#081512
(8,21,18)
#071310
(7,19,16)
#06110E
(6,17,14)
#050F0C
(5,15,12)
#040D0A
(4,13,10)
#030B08
(3,11,8)
#020906
(2,9,6)
#000000
(0,0,0)

Tints of #0C1D1A

#0C1D1A
(12,29,26)
#22312E
(34,49,46)
#384542
(56,69,66)
#4E5956
(78,89,86)
#646D6A
(100,109,106)
#7A817E
(122,129,126)
#909592
(144,149,146)
#A6A9A6
(166,169,166)
#BCBDBA
(188,189,186)
#D2D1CE
(210,209,206)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1D1A; }

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

This text font color is #0C1D1A.


Background Color

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

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

This div background color is #0C1D1A.


Border color

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

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

This div border color is #0C1D1A.


Opacity

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

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

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

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

This text has shadow with #0C1D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1D1A on black background.


Color preview on white background

This text has color #0C1D1A on white background.



Black color preview on #0C1D1A background

This text has black color on #0C1D1A background.


White color preview on #0C1D1A background

This text has white color on #0C1D1A background.