COLOR #0D2018

HEX: #0D2018 RGB: (13,32,24)

Color info

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

RGB color model

#0D2018 color RGB value is (13,32,24).

RGB: (13,32,24) (5%, 13%, 9%)

RGB channels and saturation

R 13 of 255 = 5%
G 32 of 255 = 13%
B 24 of 255 = 9%

13
32
24

R + G + B ~ 9%. #0D2018 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 32 + 24 = 69 (100%)
R 13 of 69 ~ 18.84%
G 32 of 69 ~ 46.38%
B 24 of 69 ~ 34.78'%

%18.84
%46.38
%34.78

CMYK color model

#0D2018 color CMYK value is (59,0,25,87).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 87.45%

CMYK: (59,0,25,87)
C59M0Y25K87 (59%, 0%, 25%, 87%)
(0.59 / 0.00 / 0.25 / 0.87)

CMYK percentages

%59.38
%0
%25
%87.45

Codes

Color #0D2018 in popluar color models

0D 20 18
RGB 13 32 24
HSL 155° 42.22% 8.82%
HSB/HSV 155° 59.38% 12.55%
CMYK 59.38% 0.00% 25.00%
87.45%

Color #0D2018 in popluar number systems.

HEX 0D 20 18
Decimal 13 32 24
Binary 1101 100000 11000
Octal 15 40 30

Shades and tints

Shades of #0D2018

#0D2018
(13,32,24)
#0C1E16
(12,30,22)
#0B1C14
(11,28,20)
#0A1A12
(10,26,18)
#091810
(9,24,16)
#08160E
(8,22,14)
#07140C
(7,20,12)
#06120A
(6,18,10)
#051008
(5,16,8)
#040E06
(4,14,6)
#030C04
(3,12,4)
#000000
(0,0,0)

Tints of #0D2018

#0D2018
(13,32,24)
#23342D
(35,52,45)
#394842
(57,72,66)
#4F5C57
(79,92,87)
#65706C
(101,112,108)
#7B8481
(123,132,129)
#919896
(145,152,150)
#A7ACAB
(167,172,171)
#BDC0C0
(189,192,192)
#D3D4D5
(211,212,213)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2018; }

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

This text font color is #0D2018.

Background Color

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

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

This div background color is #0D2018.

Border color

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

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

This div border color is #0D2018.

Opacity

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

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

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

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

This text has shadow with #0D2018 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2018.

Preview

Color preview on black background

This text has color #0D2018 on black background.


Color preview on white background

This text has color #0D2018 on white background.


Black color preview on #0D2018 background

This text has black color on #0D2018 background.


White color preview on #0D2018 background

This text has white color on #0D2018 background.


Related colors

Complementary color

Complementary color for #hex is #F2DFE7.


I love getcolorcode.com

Triadic colors

1 #180D20 and #20180D with #0D2018 are triadic colors.

2 #18200D and #200D18 with #0D2018 are triadic colors.