COLOR #0D1B18

HEX: #0D1B18
RGB: (13,27,24)

Color info

#0D1B18 contains red, green and blue colors in about the same proportion. Web safe color of #0D1B18 is #003300 (or #030).

RGB color model

#0D1B18 color RGB value is (13,27,24).

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

RGB channels and saturation

R 13 of 255 = 5%
G 27 of 255 = 11%
B 24 of 255 = 9%

13
27
24

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

Portions of RGB colors in percentages

R + G + B =
13 + 27 + 24 = 64 (100%)
R 13 of 64 ~ 20.31%
G 27 of 64 ~ 42.19%
B 24 of 64 ~ 37.5%

%20.31
%42.19
%37.5

CMYK color model

#0D1B18 color CMYK value is (52,0,11,89).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 89.41%
CMYK:
(52,0,11,89)
C52M0Y11K89 
(52%,0%,11%,89%)
(0.52/0.00/0.11/0.89)	

CMYK percentages

%51.85
%0
%11.11
%89.41

Codes

Color #0D1B18 in popluar color models

0D1B18
RGB132724
HSL167°35.00%7.84%
HSB/HSV167°51.85%10.59%
CMYK51.85%0.00%11.11%
89.41%

Color #0D1B18 in popluar number systems.

HEX0D1B18
Decimal132724
Binary11011101111000
Octal153330

Shades and tints

Shades of #0D1B18

#0D1B18
(13,27,24)
#0C1916
(12,25,22)
#0B1714
(11,23,20)
#0A1512
(10,21,18)
#091310
(9,19,16)
#08110E
(8,17,14)
#070F0C
(7,15,12)
#060D0A
(6,13,10)
#050B08
(5,11,8)
#040906
(4,9,6)
#030704
(3,7,4)
#000000
(0,0,0)

Tints of #0D1B18

#0D1B18
(13,27,24)
#232F2D
(35,47,45)
#394342
(57,67,66)
#4F5757
(79,87,87)
#656B6C
(101,107,108)
#7B7F81
(123,127,129)
#919396
(145,147,150)
#A7A7AB
(167,167,171)
#BDBBC0
(189,187,192)
#D3CFD5
(211,207,213)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1B18 color. Also use rgb(13,27,24) instead hex code.

Text Font Color

.myTextColor { color: #0D1B18; }

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

This text font color is #0D1B18.


Background Color

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

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

This div background color is #0D1B18.


Border color

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

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

This div border color is #0D1B18.


Opacity

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

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

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

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

This text has shadow with #0D1B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1B18 on black background.


Color preview on white background

This text has color #0D1B18 on white background.



Black color preview on #0D1B18 background

This text has black color on #0D1B18 background.


White color preview on #0D1B18 background

This text has white color on #0D1B18 background.