COLOR #0D042F

HEX: #0D042F RGB: (13,4,47)

Color info

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

RGB color model

#0D042F color RGB value is (13,4,47).

RGB: (13,4,47) (5%, 2%, 18%)

RGB channels and saturation

R 13 of 255 = 5%
G 4 of 255 = 2%
B 47 of 255 = 18%

13
4
47

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

Portions of RGB colors in percentages

R + G + B = 13 + 4 + 47 = 64 (100%)
R 13 of 64 ~ 20.31%
G 4 of 64 ~ 6.25%
B 47 of 64 ~ 73.44'%

%20.31
%73.44

CMYK color model

#0D042F color CMYK value is (72,91,0,82).

  • cyan value is 72.34%
  • magenta value is 91.49%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (72,91,0,82)
C72M91Y0K82 (72%, 91%, 0%, 82%)
(0.72 / 0.91 / 0.00 / 0.82)

CMYK percentages

%72.34
%91.49
%0
%81.57

Codes

Color #0D042F in popluar color models

0D 04 2F
RGB 13 4 47
HSL 253° 84.31% 10.00%
HSB/HSV 253° 91.49% 18.43%
CMYK 72.34% 91.49% 0.00%
81.57%

Color #0D042F in popluar number systems.

HEX 0D 04 2F
Decimal 13 4 47
Binary 1101 100 101111
Octal 15 4 57

Shades and tints

Shades of #0D042F

#0D042F
(13,4,47)
#0C042B
(12,4,43)
#0B0427
(11,4,39)
#0A0423
(10,4,35)
#09041F
(9,4,31)
#08041B
(8,4,27)
#070417
(7,4,23)
#060413
(6,4,19)
#05040F
(5,4,15)
#04040B
(4,4,11)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #0D042F

#0D042F
(13,4,47)
#231A41
(35,26,65)
#393053
(57,48,83)
#4F4665
(79,70,101)
#655C77
(101,92,119)
#7B7289
(123,114,137)
#91889B
(145,136,155)
#A79EAD
(167,158,173)
#BDB4BF
(189,180,191)
#D3CAD1
(211,202,209)
#E9E0E3
(233,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D042F color. Also use rgb(13,4,47) instead hex code.

Text Font Color

.myTextColor { color: #0D042F; }

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

This text font color is #0D042F.

Background Color

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

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

This div background color is #0D042F.

Border color

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

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

This div border color is #0D042F.

Opacity

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

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

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

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

This text has shadow with #0D042F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D042F.

Preview

Color preview on black background

This text has color #0D042F on black background.


Color preview on white background

This text has color #0D042F on white background.


Black color preview on #0D042F background

This text has black color on #0D042F background.


White color preview on #0D042F background

This text has white color on #0D042F background.


Related colors

Complementary color

Complementary color for #hex is #F2FBD0.


I love getcolorcode.com

Triadic colors

1 #2F0D04 and #042F0D with #0D042F are triadic colors.

2 #2F040D and #040D2F with #0D042F are triadic colors.