COLOR #0D151D

HEX: #0D151D
RGB: (13,21,29)

Color info

#0D151D contains red, green and blue colors in about the same proportion. Web safe color of #0D151D is #000033 (or #003).

RGB color model

#0D151D color RGB value is (13,21,29).

  • red value is 13;
  • green value is 21;
  • blue value is 29.
RGB:
(13,21,29)
(5%,8%,11%)

RGB channels and saturation

R 13 of 255 = 5%
G 21 of 255 = 8%
B 29 of 255 = 11%

13
21
29

R + G + B ~ 8%. #0D151D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 21 + 29 = 63 (100%)
R 13 of 63 ~ 20.63%
G 21 of 63 ~ 33.33%
B 29 of 63 ~ 46.03%

%20.63
%33.33
%46.03

CMYK color model

#0D151D color CMYK value is (55,28,0,89).

  • cyan value is 55.17%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(55,28,0,89)
C55M28Y0K89 
(55%,28%,0%,89%)
(0.55/0.28/0.00/0.89)	

CMYK percentages

%55.17
%27.59
%0
%88.63

Codes

Color #0D151D in popluar color models

0D151D
RGB132129
HSL210°38.10%8.24%
HSB/HSV210°55.17%11.37%
CMYK55.17%27.59%0.00%
88.63%

Color #0D151D in popluar number systems.

HEX0D151D
Decimal132129
Binary11011010111101
Octal152535

Shades and tints

Shades of #0D151D

#0D151D
(13,21,29)
#0C141B
(12,20,27)
#0B1319
(11,19,25)
#0A1217
(10,18,23)
#091115
(9,17,21)
#081013
(8,16,19)
#070F11
(7,15,17)
#060E0F
(6,14,15)
#050D0D
(5,13,13)
#040C0B
(4,12,11)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #0D151D

#0D151D
(13,21,29)
#232A31
(35,42,49)
#393F45
(57,63,69)
#4F5459
(79,84,89)
#65696D
(101,105,109)
#7B7E81
(123,126,129)
#919395
(145,147,149)
#A7A8A9
(167,168,169)
#BDBDBD
(189,189,189)
#D3D2D1
(211,210,209)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D151D; }

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

This text font color is #0D151D.


Background Color

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

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

This div background color is #0D151D.


Border color

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

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

This div border color is #0D151D.


Opacity

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

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

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

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

This text has shadow with #0D151D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D151D on black background.


Color preview on white background

This text has color #0D151D on white background.



Black color preview on #0D151D background

This text has black color on #0D151D background.


White color preview on #0D151D background

This text has white color on #0D151D background.