COLOR #0D080C

HEX: #0D080C RGB: (13,8,12)

Color info

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

RGB color model

#0D080C color RGB value is (13,8,12).

RGB: (13,8,12) (5%, 3%, 5%)

RGB channels and saturation

R 13 of 255 = 5%
G 8 of 255 = 3%
B 12 of 255 = 5%

13
8
12

R + G + B ~ 4%. #0D080C is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 8 + 12 = 33 (100%)
R 13 of 33 ~ 39.39%
G 8 of 33 ~ 24.24%
B 12 of 33 ~ 36.36'%

%39.39
%24.24
%36.36

CMYK color model

#0D080C color CMYK value is (0,38,8,95).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 7.69%
  • key color value is 94.90%

CMYK: (0,38,8,95)
C0M38Y8K95 (0%, 38%, 8%, 95%)
(0.00 / 0.38 / 0.08 / 0.95)

CMYK percentages

%0
%38.46
%7.69
%94.9

Codes

Color #0D080C in popluar color models

0D 08 0C
RGB 13 8 12
HSL 312° 23.81% 4.12%
HSB/HSV 312° 38.46% 5.10%
CMYK 0.00% 38.46% 7.69%
94.90%

Color #0D080C in popluar number systems.

HEX 0D 08 0C
Decimal 13 8 12
Binary 1101 1000 1100
Octal 15 10 14

Shades and tints

Shades of #0D080C

#0D080C
(13,8,12)
#0C080B
(12,8,11)
#0B080A
(11,8,10)
#0A0809
(10,8,9)
#090808
(9,8,8)
#080807
(8,8,7)
#070806
(7,8,6)
#060805
(6,8,5)
#050804
(5,8,4)
#040803
(4,8,3)
#030802
(3,8,2)
#000000
(0,0,0)

Tints of #0D080C

#0D080C
(13,8,12)
#231E22
(35,30,34)
#393438
(57,52,56)
#4F4A4E
(79,74,78)
#656064
(101,96,100)
#7B767A
(123,118,122)
#918C90
(145,140,144)
#A7A2A6
(167,162,166)
#BDB8BC
(189,184,188)
#D3CED2
(211,206,210)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D080C; }

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

This text font color is #0D080C.

Background Color

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

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

This div background color is #0D080C.

Border color

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

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

This div border color is #0D080C.

Opacity

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

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

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

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

This text has shadow with #0D080C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D080C.

Preview

Color preview on black background

This text has color #0D080C on black background.


Color preview on white background

This text has color #0D080C on white background.


Black color preview on #0D080C background

This text has black color on #0D080C background.


White color preview on #0D080C background

This text has white color on #0D080C background.


Related colors

Complementary color

Complementary color for #hex is #F2F7F3.


I love getcolorcode.com

Triadic colors

1 #0C0D08 and #080C0D with #0D080C are triadic colors.

2 #0C080D and #080D0C with #0D080C are triadic colors.