COLOR #0D1210

HEX: #0D1210 RGB: (13,18,16)

Color info

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

RGB color model

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

RGB: (13,18,16) (5%, 7%, 6%)

RGB channels and saturation

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

13
18
16

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

Portions of RGB colors in percentages

R + G + B = 13 + 18 + 16 = 47 (100%)
R 13 of 47 ~ 27.66%
G 18 of 47 ~ 38.3%
B 16 of 47 ~ 34.04'%

%27.66
%38.3
%34.04

CMYK color model

#0D1210 color CMYK value is (28,0,11,93).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 92.94%

CMYK: (28,0,11,93)
C28M0Y11K93 (28%, 0%, 11%, 93%)
(0.28 / 0.00 / 0.11 / 0.93)

CMYK percentages

%27.78
%0
%11.11
%92.94

Codes

Color #0D1210 in popluar color models

0D 12 10
RGB 13 18 16
HSL 156° 16.13% 6.08%
HSB/HSV 156° 27.78% 7.06%
CMYK 27.78% 0.00% 11.11%
92.94%

Color #0D1210 in popluar number systems.

HEX 0D 12 10
Decimal 13 18 16
Binary 1101 10010 10000
Octal 15 22 20

Shades and tints

Shades of #0D1210

#0D1210
(13,18,16)
#0C110F
(12,17,15)
#0B100E
(11,16,14)
#0A0F0D
(10,15,13)
#090E0C
(9,14,12)
#080D0B
(8,13,11)
#070C0A
(7,12,10)
#060B09
(6,11,9)
#050A08
(5,10,8)
#040907
(4,9,7)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #0D1210

#0D1210
(13,18,16)
#232725
(35,39,37)
#393C3A
(57,60,58)
#4F514F
(79,81,79)
#656664
(101,102,100)
#7B7B79
(123,123,121)
#91908E
(145,144,142)
#A7A5A3
(167,165,163)
#BDBAB8
(189,186,184)
#D3CFCD
(211,207,205)
#E9E4E2
(233,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1210; }

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

This text font color is #0D1210.

Background Color

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

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

This div background color is #0D1210.

Border color

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

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

This div border color is #0D1210.

Opacity

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

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

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

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

This text has shadow with #0D1210 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1210.

Preview

Color preview on black background

This text has color #0D1210 on black background.


Color preview on white background

This text has color #0D1210 on white background.


Black color preview on #0D1210 background

This text has black color on #0D1210 background.


White color preview on #0D1210 background

This text has white color on #0D1210 background.


Related colors

Complementary color

Complementary color for #hex is #F2EDEF.


I love getcolorcode.com

Triadic colors

1 #100D12 and #12100D with #0D1210 are triadic colors.

2 #10120D and #120D10 with #0D1210 are triadic colors.