COLOR #0D3443

HEX: #0D3443 RGB: (13,52,67)

Color info

#0D3443 contains red, green and blue colors in about the same proportion. Web safe color of #0D3443 is #003333 (or #033).

RGB color model

#0D3443 color RGB value is (13,52,67).

RGB: (13,52,67) (5%, 20%, 26%)

RGB channels and saturation

R 13 of 255 = 5%
G 52 of 255 = 20%
B 67 of 255 = 26%

13
52
67

R + G + B ~ 17%. #0D3443 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 52 + 67 = 132 (100%)
R 13 of 132 ~ 9.85%
G 52 of 132 ~ 39.39%
B 67 of 132 ~ 50.76'%

%39.39
%50.76

CMYK color model

#0D3443 color CMYK value is (81,22,0,74).

  • cyan value is 80.60%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (81,22,0,74)
C81M22Y0K74 (81%, 22%, 0%, 74%)
(0.81 / 0.22 / 0.00 / 0.74)

CMYK percentages

%80.6
%22.39
%0
%73.73

Codes

Color #0D3443 in popluar color models

0D 34 43
RGB 13 52 67
HSL 197° 67.50% 15.69%
HSB/HSV 197° 80.60% 26.27%
CMYK 80.60% 22.39% 0.00%
73.73%

Color #0D3443 in popluar number systems.

HEX 0D 34 43
Decimal 13 52 67
Binary 1101 110100 1000011
Octal 15 64 103

Shades and tints

Shades of #0D3443

#0D3443
(13,52,67)
#0C303D
(12,48,61)
#0B2C37
(11,44,55)
#0A2831
(10,40,49)
#09242B
(9,36,43)
#082025
(8,32,37)
#071C1F
(7,28,31)
#061819
(6,24,25)
#051413
(5,20,19)
#04100D
(4,16,13)
#030C07
(3,12,7)
#000000
(0,0,0)

Tints of #0D3443

#0D3443
(13,52,67)
#234654
(35,70,84)
#395865
(57,88,101)
#4F6A76
(79,106,118)
#657C87
(101,124,135)
#7B8E98
(123,142,152)
#91A0A9
(145,160,169)
#A7B2BA
(167,178,186)
#BDC4CB
(189,196,203)
#D3D6DC
(211,214,220)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3443 color. Also use rgb(13,52,67) instead hex code.

Text Font Color

.myTextColor { color: #0D3443; }

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

This text font color is #0D3443.

Background Color

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

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

This div background color is #0D3443.

Border color

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

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

This div border color is #0D3443.

Opacity

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

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

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

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

This text has shadow with #0D3443 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3443.

Preview

Color preview on black background

This text has color #0D3443 on black background.


Color preview on white background

This text has color #0D3443 on white background.


Black color preview on #0D3443 background

This text has black color on #0D3443 background.


White color preview on #0D3443 background

This text has white color on #0D3443 background.


Related colors

Complementary color

Complementary color for #hex is #F2CBBC.


I love getcolorcode.com

Triadic colors

1 #430D34 and #34430D with #0D3443 are triadic colors.

2 #43340D and #340D43 with #0D3443 are triadic colors.