COLOR #0D0B0E

HEX: #0D0B0E RGB: (13,11,14)

Color info

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

RGB color model

#0D0B0E color RGB value is (13,11,14).

RGB: (13,11,14) (5%, 4%, 5%)

RGB channels and saturation

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

13
11
14

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

Portions of RGB colors in percentages

R + G + B = 13 + 11 + 14 = 38 (100%)
R 13 of 38 ~ 34.21%
G 11 of 38 ~ 28.95%
B 14 of 38 ~ 36.84'%

%34.21
%28.95
%36.84

CMYK color model

#0D0B0E color CMYK value is (7,21,0,95).

  • cyan value is 7.14%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK: (7,21,0,95) C7M21Y0K95 (7%,21%,0%,95%) (0.07/0.21/0.00/0.95) 

CMYK percentages

%7.14
%21.43
%0
%94.51

Codes

Color #0D0B0E in popluar color models

0D 0B 0E
RGB 13 11 14
HSL 280° 12.00% 4.90%
HSB/HSV 280° 21.43% 5.49%
CMYK 7.14% 21.43% 0.00%
94.51%

Color #0D0B0E in popluar number systems.

HEX 0D 0B 0E
Decimal 13 11 14
Binary 1101 1011 1110
Octal 15 13 16

Shades and tints

Shades of #0D0B0E

#0D0B0E
(13,11,14)
#0C0A0D
(12,10,13)
#0B090C
(11,9,12)
#0A080B
(10,8,11)
#09070A
(9,7,10)
#080609
(8,6,9)
#070508
(7,5,8)
#060407
(6,4,7)
#050306
(5,3,6)
#040205
(4,2,5)
#030104
(3,1,4)
#000000
(0,0,0)

Tints of #0D0B0E

#0D0B0E
(13,11,14)
#232123
(35,33,35)
#393738
(57,55,56)
#4F4D4D
(79,77,77)
#656362
(101,99,98)
#7B7977
(123,121,119)
#918F8C
(145,143,140)
#A7A5A1
(167,165,161)
#BDBBB6
(189,187,182)
#D3D1CB
(211,209,203)
#E9E7E0
(233,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0B0E; }

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

This text font color is #0D0B0E.

Background Color

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

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

This div background color is #0D0B0E.

Border color

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

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

This div border color is #0D0B0E.

Opacity

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

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

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

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

This text has shadow with #0D0B0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0B0E.

Preview

Color preview on black background

This text has color #0D0B0E on black background.


Color preview on white background

This text has color #0D0B0E on white background.


Black color preview on #0D0B0E background

This text has black color on #0D0B0E background.


White color preview on #0D0B0E background

This text has white color on #0D0B0E background.


Related colors

Complementary color

Complementary color for #hex is #F2F4F1.


I love getcolorcode.com

Triadic colors

1 #0E0D0B and #0B0E0D with #0D0B0E are triadic colors.

2 #0E0B0D and #0B0D0E with #0D0B0E are triadic colors.