COLOR #0D100D

HEX: #0D100D
RGB: (13,16,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
16
13

R + G + B ~ 5%. #0D100D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 16 + 13 = 42 (100%)
R 13 of 42 ~ 30.95%
G 16 of 42 ~ 38.1%
B 13 of 42 ~ 30.95%

%30.95
%38.1
%30.95

CMYK color model

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

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

CMYK percentages

%18.75
%0
%18.75
%93.73

Codes

Color #0D100D in popluar color models

0D100D
RGB131613
HSL120°10.34%5.69%
HSB/HSV120°18.75%6.27%
CMYK18.75%0.00%18.75%
93.73%

Color #0D100D in popluar number systems.

HEX0D100D
Decimal131613
Binary1101100001101
Octal152015

Shades and tints

Shades of #0D100D

#0D100D
(13,16,13)
#0C0F0C
(12,15,12)
#0B0E0B
(11,14,11)
#0A0D0A
(10,13,10)
#090C09
(9,12,9)
#080B08
(8,11,8)
#070A07
(7,10,7)
#060906
(6,9,6)
#050805
(5,8,5)
#040704
(4,7,4)
#030603
(3,6,3)
#000000
(0,0,0)

Tints of #0D100D

#0D100D
(13,16,13)
#232523
(35,37,35)
#393A39
(57,58,57)
#4F4F4F
(79,79,79)
#656465
(101,100,101)
#7B797B
(123,121,123)
#918E91
(145,142,145)
#A7A3A7
(167,163,167)
#BDB8BD
(189,184,189)
#D3CDD3
(211,205,211)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D100D; }

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

This text font color is #0D100D.


Background Color

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

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

This div background color is #0D100D.


Border color

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

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

This div border color is #0D100D.


Opacity

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

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

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

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

This text has shadow with #0D100D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D100D on black background.


Color preview on white background

This text has color #0D100D on white background.



Black color preview on #0D100D background

This text has black color on #0D100D background.


White color preview on #0D100D background

This text has white color on #0D100D background.