COLOR #0D1011

HEX: #0D1011
RGB: (13,16,17)

Color info

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

RGB color model

#0D1011 color RGB value is (13,16,17).

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

RGB channels and saturation

R 13 of 255 = 5%
G 16 of 255 = 6%
B 17 of 255 = 7%

13
16
17

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

Portions of RGB colors in percentages

R + G + B =
13 + 16 + 17 = 46 (100%)
R 13 of 46 ~ 28.26%
G 16 of 46 ~ 34.78%
B 17 of 46 ~ 36.96%

%28.26
%34.78
%36.96

CMYK color model

#0D1011 color CMYK value is (24,6,0,93).

  • cyan value is 23.53%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(24,6,0,93)
C24M6Y0K93 
(24%,6%,0%,93%)
(0.24/0.06/0.00/0.93)	

CMYK percentages

%23.53
%5.88
%0
%93.33

Codes

Color #0D1011 in popluar color models

0D1011
RGB131617
HSL195°13.33%5.88%
HSB/HSV195°23.53%6.67%
CMYK23.53%5.88%0.00%
93.33%

Color #0D1011 in popluar number systems.

HEX0D1011
Decimal131617
Binary11011000010001
Octal152021

Shades and tints

Shades of #0D1011

#0D1011
(13,16,17)
#0C0F10
(12,15,16)
#0B0E0F
(11,14,15)
#0A0D0E
(10,13,14)
#090C0D
(9,12,13)
#080B0C
(8,11,12)
#070A0B
(7,10,11)
#06090A
(6,9,10)
#050809
(5,8,9)
#040708
(4,7,8)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #0D1011

#0D1011
(13,16,17)
#232526
(35,37,38)
#393A3B
(57,58,59)
#4F4F50
(79,79,80)
#656465
(101,100,101)
#7B797A
(123,121,122)
#918E8F
(145,142,143)
#A7A3A4
(167,163,164)
#BDB8B9
(189,184,185)
#D3CDCE
(211,205,206)
#E9E2E3
(233,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1011; }

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

This text font color is #0D1011.


Background Color

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

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

This div background color is #0D1011.


Border color

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

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

This div border color is #0D1011.


Opacity

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

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

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

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

This text has shadow with #0D1011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1011 on black background.


Color preview on white background

This text has color #0D1011 on white background.



Black color preview on #0D1011 background

This text has black color on #0D1011 background.


White color preview on #0D1011 background

This text has white color on #0D1011 background.