COLOR #0D3344

HEX: #0D3344 RGB: (13,51,68)

Color info

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

RGB color model

#0D3344 color RGB value is (13,51,68).

RGB: (13,51,68) (5%, 20%, 27%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 68 of 255 = 27%

13
51
68

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

Portions of RGB colors in percentages

R + G + B = 13 + 51 + 68 = 132 (100%)
R 13 of 132 ~ 9.85%
G 51 of 132 ~ 38.64%
B 68 of 132 ~ 51.52'%

%38.64
%51.52

CMYK color model

#0D3344 color CMYK value is (81,25,0,73).

  • cyan value is 80.88%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (81,25,0,73)
C81M25Y0K73 (81%, 25%, 0%, 73%)
(0.81 / 0.25 / 0.00 / 0.73)

CMYK percentages

%80.88
%25
%0
%73.33

Codes

Color #0D3344 in popluar color models

0D 33 44
RGB 13 51 68
HSL 199° 67.90% 15.88%
HSB/HSV 199° 80.88% 26.67%
CMYK 80.88% 25.00% 0.00%
73.33%

Color #0D3344 in popluar number systems.

HEX 0D 33 44
Decimal 13 51 68
Binary 1101 110011 1000100
Octal 15 63 104

Shades and tints

Shades of #0D3344

#0D3344
(13,51,68)
#0C2F3E
(12,47,62)
#0B2B38
(11,43,56)
#0A2732
(10,39,50)
#09232C
(9,35,44)
#081F26
(8,31,38)
#071B20
(7,27,32)
#06171A
(6,23,26)
#051314
(5,19,20)
#040F0E
(4,15,14)
#030B08
(3,11,8)
#000000
(0,0,0)

Tints of #0D3344

#0D3344
(13,51,68)
#234555
(35,69,85)
#395766
(57,87,102)
#4F6977
(79,105,119)
#657B88
(101,123,136)
#7B8D99
(123,141,153)
#919FAA
(145,159,170)
#A7B1BB
(167,177,187)
#BDC3CC
(189,195,204)
#D3D5DD
(211,213,221)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3344 color. Also use rgb(13,51,68) instead hex code.

Text Font Color

.myTextColor { color: #0D3344; }

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

This text font color is #0D3344.

Background Color

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

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

This div background color is #0D3344.

Border color

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

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

This div border color is #0D3344.

Opacity

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

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

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

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

This text has shadow with #0D3344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3344.

Preview

Color preview on black background

This text has color #0D3344 on black background.


Color preview on white background

This text has color #0D3344 on white background.


Black color preview on #0D3344 background

This text has black color on #0D3344 background.


White color preview on #0D3344 background

This text has white color on #0D3344 background.


Related colors

Complementary color

Complementary color for #hex is #F2CCBB.


I love getcolorcode.com

Triadic colors

1 #440D33 and #33440D with #0D3344 are triadic colors.

2 #44330D and #330D44 with #0D3344 are triadic colors.