COLOR #0D090C

HEX: #0D090C
RGB: (13,9,12)

Color info

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

RGB color model

#0D090C color RGB value is (13,9,12).

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

RGB channels and saturation

R 13 of 255 = 5%
G 9 of 255 = 4%
B 12 of 255 = 5%

13
9
12

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

Portions of RGB colors in percentages

R + G + B =
13 + 9 + 12 = 34 (100%)
R 13 of 34 ~ 38.24%
G 9 of 34 ~ 26.47%
B 12 of 34 ~ 35.29%

%38.24
%26.47
%35.29

CMYK color model

#0D090C color CMYK value is (0,31,8,95).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 7.69%
  • key color value is 94.90%
CMYK:
(0,31,8,95)
C0M31Y8K95 
(0%,31%,8%,95%)
(0.00/0.31/0.08/0.95)	

CMYK percentages

%0
%30.77
%7.69
%94.9

Codes

Color #0D090C in popluar color models

0D090C
RGB13912
HSL315°18.18%4.31%
HSB/HSV315°30.77%5.10%
CMYK0.00%30.77%7.69%
94.90%

Color #0D090C in popluar number systems.

HEX0D090C
Decimal13912
Binary110110011100
Octal151114

Shades and tints

Shades of #0D090C

#0D090C
(13,9,12)
#0C090B
(12,9,11)
#0B090A
(11,9,10)
#0A0909
(10,9,9)
#090908
(9,9,8)
#080907
(8,9,7)
#070906
(7,9,6)
#060905
(6,9,5)
#050904
(5,9,4)
#040903
(4,9,3)
#030902
(3,9,2)
#000000
(0,0,0)

Tints of #0D090C

#0D090C
(13,9,12)
#231F22
(35,31,34)
#393538
(57,53,56)
#4F4B4E
(79,75,78)
#656164
(101,97,100)
#7B777A
(123,119,122)
#918D90
(145,141,144)
#A7A3A6
(167,163,166)
#BDB9BC
(189,185,188)
#D3CFD2
(211,207,210)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D090C; }

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

This text font color is #0D090C.


Background Color

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

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

This div background color is #0D090C.


Border color

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

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

This div border color is #0D090C.


Opacity

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

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

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

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

This text has shadow with #0D090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D090C on black background.


Color preview on white background

This text has color #0D090C on white background.



Black color preview on #0D090C background

This text has black color on #0D090C background.


White color preview on #0D090C background

This text has white color on #0D090C background.