COLOR #0D161C

HEX: #0D161C
RGB: (13,22,28)

Color info

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

RGB color model

#0D161C color RGB value is (13,22,28).

  • red value is 13;
  • green value is 22;
  • blue value is 28.
RGB:
(13,22,28)
(5%,9%,11%)

RGB channels and saturation

R 13 of 255 = 5%
G 22 of 255 = 9%
B 28 of 255 = 11%

13
22
28

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

Portions of RGB colors in percentages

R + G + B =
13 + 22 + 28 = 63 (100%)
R 13 of 63 ~ 20.63%
G 22 of 63 ~ 34.92%
B 28 of 63 ~ 44.44%

%20.63
%34.92
%44.44

CMYK color model

#0D161C color CMYK value is (54,21,0,89).

  • cyan value is 53.57%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(54,21,0,89)
C54M21Y0K89 
(54%,21%,0%,89%)
(0.54/0.21/0.00/0.89)	

CMYK percentages

%53.57
%21.43
%0
%89.02

Codes

Color #0D161C in popluar color models

0D161C
RGB132228
HSL204°36.59%8.04%
HSB/HSV204°53.57%10.98%
CMYK53.57%21.43%0.00%
89.02%

Color #0D161C in popluar number systems.

HEX0D161C
Decimal132228
Binary11011011011100
Octal152634

Shades and tints

Shades of #0D161C

#0D161C
(13,22,28)
#0C141A
(12,20,26)
#0B1218
(11,18,24)
#0A1016
(10,16,22)
#090E14
(9,14,20)
#080C12
(8,12,18)
#070A10
(7,10,16)
#06080E
(6,8,14)
#05060C
(5,6,12)
#04040A
(4,4,10)
#030208
(3,2,8)
#000000
(0,0,0)

Tints of #0D161C

#0D161C
(13,22,28)
#232B30
(35,43,48)
#394044
(57,64,68)
#4F5558
(79,85,88)
#656A6C
(101,106,108)
#7B7F80
(123,127,128)
#919494
(145,148,148)
#A7A9A8
(167,169,168)
#BDBEBC
(189,190,188)
#D3D3D0
(211,211,208)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D161C; }

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

This text font color is #0D161C.


Background Color

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

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

This div background color is #0D161C.


Border color

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

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

This div border color is #0D161C.


Opacity

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

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

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

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

This text has shadow with #0D161C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D161C on black background.


Color preview on white background

This text has color #0D161C on white background.



Black color preview on #0D161C background

This text has black color on #0D161C background.


White color preview on #0D161C background

This text has white color on #0D161C background.