COLOR #0D0F10

HEX: #0D0F10
RGB: (13,15,16)

Color info

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

RGB color model

#0D0F10 color RGB value is (13,15,16).

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

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 16 of 255 = 6%

13
15
16

R + G + B ~ 6%. #0D0F10 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 15 + 16 = 44 (100%)
R 13 of 44 ~ 29.55%
G 15 of 44 ~ 34.09%
B 16 of 44 ~ 36.36%

%29.55
%34.09
%36.36

CMYK color model

#0D0F10 color CMYK value is (19,6,0,94).

  • cyan value is 18.75%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(19,6,0,94)
C19M6Y0K94 
(19%,6%,0%,94%)
(0.19/0.06/0.00/0.94)	

CMYK percentages

%18.75
%6.25
%0
%93.73

Codes

Color #0D0F10 in popluar color models

0D0F10
RGB131516
HSL200°10.34%5.69%
HSB/HSV200°18.75%6.27%
CMYK18.75%6.25%0.00%
93.73%

Color #0D0F10 in popluar number systems.

HEX0D0F10
Decimal131516
Binary1101111110000
Octal151720

Shades and tints

Shades of #0D0F10

#0D0F10
(13,15,16)
#0C0E0F
(12,14,15)
#0B0D0E
(11,13,14)
#0A0C0D
(10,12,13)
#090B0C
(9,11,12)
#080A0B
(8,10,11)
#07090A
(7,9,10)
#060809
(6,8,9)
#050708
(5,7,8)
#040607
(4,6,7)
#030506
(3,5,6)
#000000
(0,0,0)

Tints of #0D0F10

#0D0F10
(13,15,16)
#232425
(35,36,37)
#39393A
(57,57,58)
#4F4E4F
(79,78,79)
#656364
(101,99,100)
#7B7879
(123,120,121)
#918D8E
(145,141,142)
#A7A2A3
(167,162,163)
#BDB7B8
(189,183,184)
#D3CCCD
(211,204,205)
#E9E1E2
(233,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0F10 color. Also use rgb(13,15,16) instead hex code.

Text Font Color

.myTextColor { color: #0D0F10; }

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

This text font color is #0D0F10.


Background Color

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

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

This div background color is #0D0F10.


Border color

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

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

This div border color is #0D0F10.


Opacity

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

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

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

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

This text has shadow with #0D0F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0F10 on black background.


Color preview on white background

This text has color #0D0F10 on white background.



Black color preview on #0D0F10 background

This text has black color on #0D0F10 background.


White color preview on #0D0F10 background

This text has white color on #0D0F10 background.