COLOR #0D0C1A

HEX: #0D0C1A
RGB: (13,12,26)

Color info

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

RGB color model

#0D0C1A color RGB value is (13,12,26).

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

RGB channels and saturation

R 13 of 255 = 5%
G 12 of 255 = 5%
B 26 of 255 = 10%

13
12
26

R + G + B ~ 7%. #0D0C1A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 12 + 26 = 51 (100%)
R 13 of 51 ~ 25.49%
G 12 of 51 ~ 23.53%
B 26 of 51 ~ 50.98%

%25.49
%23.53
%50.98

CMYK color model

#0D0C1A color CMYK value is (50,54,0,90).

  • cyan value is 50.00%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(50,54,0,90)
C50M54Y0K90 
(50%,54%,0%,90%)
(0.50/0.54/0.00/0.90)	

CMYK percentages

%50
%53.85
%0
%89.8

Codes

Color #0D0C1A in popluar color models

0D0C1A
RGB131226
HSL244°36.84%7.45%
HSB/HSV244°53.85%10.20%
CMYK50.00%53.85%0.00%
89.80%

Color #0D0C1A in popluar number systems.

HEX0D0C1A
Decimal131226
Binary1101110011010
Octal151432

Shades and tints

Shades of #0D0C1A

#0D0C1A
(13,12,26)
#0C0B18
(12,11,24)
#0B0A16
(11,10,22)
#0A0914
(10,9,20)
#090812
(9,8,18)
#080710
(8,7,16)
#07060E
(7,6,14)
#06050C
(6,5,12)
#05040A
(5,4,10)
#040308
(4,3,8)
#030206
(3,2,6)
#000000
(0,0,0)

Tints of #0D0C1A

#0D0C1A
(13,12,26)
#23222E
(35,34,46)
#393842
(57,56,66)
#4F4E56
(79,78,86)
#65646A
(101,100,106)
#7B7A7E
(123,122,126)
#919092
(145,144,146)
#A7A6A6
(167,166,166)
#BDBCBA
(189,188,186)
#D3D2CE
(211,210,206)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0C1A; }

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

This text font color is #0D0C1A.


Background Color

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

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

This div background color is #0D0C1A.


Border color

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

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

This div border color is #0D0C1A.


Opacity

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

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

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

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

This text has shadow with #0D0C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0C1A on black background.


Color preview on white background

This text has color #0D0C1A on white background.



Black color preview on #0D0C1A background

This text has black color on #0D0C1A background.


White color preview on #0D0C1A background

This text has white color on #0D0C1A background.