COLOR #0D060E

HEX: #0D060E
RGB: (13,6,14)

Color info

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

RGB color model

#0D060E color RGB value is (13,6,14).

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

RGB channels and saturation

R 13 of 255 = 5%
G 6 of 255 = 2%
B 14 of 255 = 5%

13
6
14

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

Portions of RGB colors in percentages

R + G + B =
13 + 6 + 14 = 33 (100%)
R 13 of 33 ~ 39.39%
G 6 of 33 ~ 18.18%
B 14 of 33 ~ 42.42%

%39.39
%18.18
%42.42

CMYK color model

#0D060E color CMYK value is (7,57,0,95).

  • cyan value is 7.14%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(7,57,0,95)
C7M57Y0K95 
(7%,57%,0%,95%)
(0.07/0.57/0.00/0.95)	

CMYK percentages

%7.14
%57.14
%0
%94.51

Codes

Color #0D060E in popluar color models

0D060E
RGB13614
HSL293°40.00%3.92%
HSB/HSV293°57.14%5.49%
CMYK7.14%57.14%0.00%
94.51%

Color #0D060E in popluar number systems.

HEX0D060E
Decimal13614
Binary11011101110
Octal15616

Shades and tints

Shades of #0D060E

#0D060E
(13,6,14)
#0C060D
(12,6,13)
#0B060C
(11,6,12)
#0A060B
(10,6,11)
#09060A
(9,6,10)
#080609
(8,6,9)
#070608
(7,6,8)
#060607
(6,6,7)
#050606
(5,6,6)
#040605
(4,6,5)
#030604
(3,6,4)
#000000
(0,0,0)

Tints of #0D060E

#0D060E
(13,6,14)
#231C23
(35,28,35)
#393238
(57,50,56)
#4F484D
(79,72,77)
#655E62
(101,94,98)
#7B7477
(123,116,119)
#918A8C
(145,138,140)
#A7A0A1
(167,160,161)
#BDB6B6
(189,182,182)
#D3CCCB
(211,204,203)
#E9E2E0
(233,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D060E color. Also use rgb(13,6,14) instead hex code.

Text Font Color

.myTextColor { color: #0D060E; }

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

This text font color is #0D060E.


Background Color

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

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

This div background color is #0D060E.


Border color

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

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

This div border color is #0D060E.


Opacity

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

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

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

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

This text has shadow with #0D060E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D060E on black background.


Color preview on white background

This text has color #0D060E on white background.



Black color preview on #0D060E background

This text has black color on #0D060E background.


White color preview on #0D060E background

This text has white color on #0D060E background.