COLOR #0D3343

HEX: #0D3343 RGB: (13,51,67)

Color info

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

RGB color model

#0D3343 color RGB value is (13,51,67).

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

RGB channels and saturation

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

13
51
67

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

Portions of RGB colors in percentages

R + G + B = 13 + 51 + 67 = 131 (100%)
R 13 of 131 ~ 9.92%
G 51 of 131 ~ 38.93%
B 67 of 131 ~ 51.15'%

%9.92
%38.93
%51.15

CMYK color model

#0D3343 color CMYK value is (81,24,0,74).

  • cyan value is 80.60%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK: (81,24,0,74) C81M24Y0K74 (81%,24%,0%,74%) (0.81/0.24/0.00/0.74) 

CMYK percentages

%80.6
%23.88
%0
%73.73

Codes

Color #0D3343 in popluar color models

0D 33 43
RGB 13 51 67
HSL 198° 67.50% 15.69%
HSB/HSV 198° 80.60% 26.27%
CMYK 80.60% 23.88% 0.00%
73.73%

Color #0D3343 in popluar number systems.

HEX 0D 33 43
Decimal 13 51 67
Binary 1101 110011 1000011
Octal 15 63 103

Shades and tints

Shades of #0D3343

#0D3343
(13,51,67)
#0C2F3D
(12,47,61)
#0B2B37
(11,43,55)
#0A2731
(10,39,49)
#09232B
(9,35,43)
#081F25
(8,31,37)
#071B1F
(7,27,31)
#061719
(6,23,25)
#051313
(5,19,19)
#040F0D
(4,15,13)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #0D3343

#0D3343
(13,51,67)
#234554
(35,69,84)
#395765
(57,87,101)
#4F6976
(79,105,118)
#657B87
(101,123,135)
#7B8D98
(123,141,152)
#919FA9
(145,159,169)
#A7B1BA
(167,177,186)
#BDC3CB
(189,195,203)
#D3D5DC
(211,213,220)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3343; }

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

This text font color is #0D3343.

Background Color

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

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

This div background color is #0D3343.

Border color

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

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

This div border color is #0D3343.

Opacity

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

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

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

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

This text has shadow with #0D3343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3343.

Preview

Color preview on black background

This text has color #0D3343 on black background.


Color preview on white background

This text has color #0D3343 on white background.


Black color preview on #0D3343 background

This text has black color on #0D3343 background.


White color preview on #0D3343 background

This text has white color on #0D3343 background.


Related colors

Complementary color

Complementary color for #hex is #F2CCBC.


I love getcolorcode.com

Triadic colors

1 #430D33 and #33430D with #0D3343 are triadic colors.

2 #43330D and #330D43 with #0D3343 are triadic colors.