COLOR #0D0B0A

HEX: #0D0B0A
RGB: (13,11,10)

Color info

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

RGB color model

#0D0B0A color RGB value is (13,11,10).

  • red value is 13;
  • green value is 11;
  • blue value is 10.
RGB:
(13,11,10)
(5%,4%,4%)

RGB channels and saturation

R 13 of 255 = 5%
G 11 of 255 = 4%
B 10 of 255 = 4%

13
11
10

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

Portions of RGB colors in percentages

R + G + B =
13 + 11 + 10 = 34 (100%)
R 13 of 34 ~ 38.24%
G 11 of 34 ~ 32.35%
B 10 of 34 ~ 29.41%

%38.24
%32.35
%29.41

CMYK color model

#0D0B0A color CMYK value is (0,15,23,95).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 23.08%
  • key color value is 94.90%
CMYK:
(0,15,23,95)
C0M15Y23K95 
(0%,15%,23%,95%)
(0.00/0.15/0.23/0.95)	

CMYK percentages

%0
%15.38
%23.08
%94.9

Codes

Color #0D0B0A in popluar color models

0D0B0A
RGB131110
HSL20°13.04%4.51%
HSB/HSV20°23.08%5.10%
CMYK0.00%15.38%23.08%
94.90%

Color #0D0B0A in popluar number systems.

HEX0D0B0A
Decimal131110
Binary110110111010
Octal151312

Shades and tints

Shades of #0D0B0A

#0D0B0A
(13,11,10)
#0C0A0A
(12,10,10)
#0B090A
(11,9,10)
#0A080A
(10,8,10)
#09070A
(9,7,10)
#08060A
(8,6,10)
#07050A
(7,5,10)
#06040A
(6,4,10)
#05030A
(5,3,10)
#04020A
(4,2,10)
#03010A
(3,1,10)
#000000
(0,0,0)

Tints of #0D0B0A

#0D0B0A
(13,11,10)
#232120
(35,33,32)
#393736
(57,55,54)
#4F4D4C
(79,77,76)
#656362
(101,99,98)
#7B7978
(123,121,120)
#918F8E
(145,143,142)
#A7A5A4
(167,165,164)
#BDBBBA
(189,187,186)
#D3D1D0
(211,209,208)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0B0A color. Also use rgb(13,11,10) instead hex code.

Text Font Color

.myTextColor { color: #0D0B0A; }

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

This text font color is #0D0B0A.


Background Color

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

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

This div background color is #0D0B0A.


Border color

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

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

This div border color is #0D0B0A.


Opacity

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

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

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

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

This text has shadow with #0D0B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0B0A on black background.


Color preview on white background

This text has color #0D0B0A on white background.



Black color preview on #0D0B0A background

This text has black color on #0D0B0A background.


White color preview on #0D0B0A background

This text has white color on #0D0B0A background.