COLOR #0D050C

HEX: #0D050C
RGB: (13,5,12)

Color info

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

RGB color model

#0D050C color RGB value is (13,5,12).

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

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 12 of 255 = 5%

13
5
12

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

Portions of RGB colors in percentages

R + G + B =
13 + 5 + 12 = 30 (100%)
R 13 of 30 ~ 43.33%
G 5 of 30 ~ 16.67%
B 12 of 30 ~ 40%

%43.33
%16.67
%40

CMYK color model

#0D050C color CMYK value is (0,62,8,95).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 7.69%
  • key color value is 94.90%
CMYK:
(0,62,8,95)
C0M62Y8K95 
(0%,62%,8%,95%)
(0.00/0.62/0.08/0.95)	

CMYK percentages

%0
%61.54
%7.69
%94.9

Codes

Color #0D050C in popluar color models

0D050C
RGB13512
HSL308°44.44%3.53%
HSB/HSV308°61.54%5.10%
CMYK0.00%61.54%7.69%
94.90%

Color #0D050C in popluar number systems.

HEX0D050C
Decimal13512
Binary11011011100
Octal15514

Shades and tints

Shades of #0D050C

#0D050C
(13,5,12)
#0C050B
(12,5,11)
#0B050A
(11,5,10)
#0A0509
(10,5,9)
#090508
(9,5,8)
#080507
(8,5,7)
#070506
(7,5,6)
#060505
(6,5,5)
#050504
(5,5,4)
#040503
(4,5,3)
#030502
(3,5,2)
#000000
(0,0,0)

Tints of #0D050C

#0D050C
(13,5,12)
#231B22
(35,27,34)
#393138
(57,49,56)
#4F474E
(79,71,78)
#655D64
(101,93,100)
#7B737A
(123,115,122)
#918990
(145,137,144)
#A79FA6
(167,159,166)
#BDB5BC
(189,181,188)
#D3CBD2
(211,203,210)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D050C; }

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

This text font color is #0D050C.


Background Color

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

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

This div background color is #0D050C.


Border color

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

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

This div border color is #0D050C.


Opacity

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

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

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

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

This text has shadow with #0D050C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D050C on black background.


Color preview on white background

This text has color #0D050C on white background.



Black color preview on #0D050C background

This text has black color on #0D050C background.


White color preview on #0D050C background

This text has white color on #0D050C background.