COLOR #0D151A

HEX: #0D151A
RGB: (13,21,26)

Color info

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

RGB color model

#0D151A color RGB value is (13,21,26).

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

RGB channels and saturation

R 13 of 255 = 5%
G 21 of 255 = 8%
B 26 of 255 = 10%

13
21
26

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

Portions of RGB colors in percentages

R + G + B =
13 + 21 + 26 = 60 (100%)
R 13 of 60 ~ 21.67%
G 21 of 60 ~ 35%
B 26 of 60 ~ 43.33%

%21.67
%35
%43.33

CMYK color model

#0D151A color CMYK value is (50,19,0,90).

  • cyan value is 50.00%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(50,19,0,90)
C50M19Y0K90 
(50%,19%,0%,90%)
(0.50/0.19/0.00/0.90)	

CMYK percentages

%50
%19.23
%0
%89.8

Codes

Color #0D151A in popluar color models

0D151A
RGB132126
HSL203°33.33%7.65%
HSB/HSV203°50.00%10.20%
CMYK50.00%19.23%0.00%
89.80%

Color #0D151A in popluar number systems.

HEX0D151A
Decimal132126
Binary11011010111010
Octal152532

Shades and tints

Shades of #0D151A

#0D151A
(13,21,26)
#0C1418
(12,20,24)
#0B1316
(11,19,22)
#0A1214
(10,18,20)
#091112
(9,17,18)
#081010
(8,16,16)
#070F0E
(7,15,14)
#060E0C
(6,14,12)
#050D0A
(5,13,10)
#040C08
(4,12,8)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #0D151A

#0D151A
(13,21,26)
#232A2E
(35,42,46)
#393F42
(57,63,66)
#4F5456
(79,84,86)
#65696A
(101,105,106)
#7B7E7E
(123,126,126)
#919392
(145,147,146)
#A7A8A6
(167,168,166)
#BDBDBA
(189,189,186)
#D3D2CE
(211,210,206)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D151A; }

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

This text font color is #0D151A.


Background Color

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

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

This div background color is #0D151A.


Border color

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

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

This div border color is #0D151A.


Opacity

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

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

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

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

This text has shadow with #0D151A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D151A on black background.


Color preview on white background

This text has color #0D151A on white background.



Black color preview on #0D151A background

This text has black color on #0D151A background.


White color preview on #0D151A background

This text has white color on #0D151A background.