COLOR #0D3352

HEX: #0D3352 RGB: (13,51,82)

Color info

#0D3352 contains mainly green and blue colors. Web safe color of #0D3352 is #003366 (or #036).

RGB color model

#0D3352 color RGB value is (13,51,82).

RGB: (13,51,82) (5%, 20%, 32%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 82 of 255 = 32%

13
51
82

R + G + B ~ 19%. #0D3352 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 51 + 82 = 146 (100%)
R 13 of 146 ~ 8.9%
G 51 of 146 ~ 34.93%
B 82 of 146 ~ 56.16'%

%34.93
%56.16

CMYK color model

#0D3352 color CMYK value is (84,38,0,68).

  • cyan value is 84.15%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (84,38,0,68)
C84M38Y0K68 (84%, 38%, 0%, 68%)
(0.84 / 0.38 / 0.00 / 0.68)

CMYK percentages

%84.15
%37.8
%0
%67.84

Codes

Color #0D3352 in popluar color models

0D 33 52
RGB 13 51 82
HSL 207° 72.63% 18.63%
HSB/HSV 207° 84.15% 32.16%
CMYK 84.15% 37.80% 0.00%
67.84%

Color #0D3352 in popluar number systems.

HEX 0D 33 52
Decimal 13 51 82
Binary 1101 110011 1010010
Octal 15 63 122

Shades and tints

Shades of #0D3352

#0D3352
(13,51,82)
#0C2F4B
(12,47,75)
#0B2B44
(11,43,68)
#0A273D
(10,39,61)
#092336
(9,35,54)
#081F2F
(8,31,47)
#071B28
(7,27,40)
#061721
(6,23,33)
#05131A
(5,19,26)
#040F13
(4,15,19)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #0D3352

#0D3352
(13,51,82)
#234561
(35,69,97)
#395770
(57,87,112)
#4F697F
(79,105,127)
#657B8E
(101,123,142)
#7B8D9D
(123,141,157)
#919FAC
(145,159,172)
#A7B1BB
(167,177,187)
#BDC3CA
(189,195,202)
#D3D5D9
(211,213,217)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3352; }

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

This text font color is #0D3352.

Background Color

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

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

This div background color is #0D3352.

Border color

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

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

This div border color is #0D3352.

Opacity

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

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

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

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

This text has shadow with #0D3352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3352.

Preview

Color preview on black background

This text has color #0D3352 on black background.


Color preview on white background

This text has color #0D3352 on white background.


Black color preview on #0D3352 background

This text has black color on #0D3352 background.


White color preview on #0D3352 background

This text has white color on #0D3352 background.


Related colors

Complementary color

Complementary color for #hex is #F2CCAD.


I love getcolorcode.com

Triadic colors

1 #520D33 and #33520D with #0D3352 are triadic colors.

2 #52330D and #330D52 with #0D3352 are triadic colors.