COLOR #0D3F49

HEX: #0D3F49 RGB: (13,63,73)

Color info

#0D3F49 contains mainly green and blue colors. Web safe color of #0D3F49 is #003333 (or #033).

RGB color model

#0D3F49 color RGB value is (13,63,73).

RGB: (13,63,73) (5%, 25%, 29%)

RGB channels and saturation

R 13 of 255 = 5%
G 63 of 255 = 25%
B 73 of 255 = 29%

13
63
73

R + G + B ~ 20%. #0D3F49 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 63 + 73 = 149 (100%)
R 13 of 149 ~ 8.72%
G 63 of 149 ~ 42.28%
B 73 of 149 ~ 48.99'%

%42.28
%48.99

CMYK color model

#0D3F49 color CMYK value is (82,14,0,71).

  • cyan value is 82.19%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK: (82,14,0,71) C82M14Y0K71 (82%,14%,0%,71%) (0.82/0.14/0.00/0.71) 

CMYK percentages

%82.19
%13.7
%0
%71.37

Codes

Color #0D3F49 in popluar color models

0D 3F 49
RGB 13 63 73
HSL 190° 69.77% 16.86%
HSB/HSV 190° 82.19% 28.63%
CMYK 82.19% 13.70% 0.00%
71.37%

Color #0D3F49 in popluar number systems.

HEX 0D 3F 49
Decimal 13 63 73
Binary 1101 111111 1001001
Octal 15 77 111

Shades and tints

Shades of #0D3F49

#0D3F49
(13,63,73)
#0C3A43
(12,58,67)
#0B353D
(11,53,61)
#0A3037
(10,48,55)
#092B31
(9,43,49)
#08262B
(8,38,43)
#072125
(7,33,37)
#061C1F
(6,28,31)
#051719
(5,23,25)
#041213
(4,18,19)
#030D0D
(3,13,13)
#000000
(0,0,0)

Tints of #0D3F49

#0D3F49
(13,63,73)
#235059
(35,80,89)
#396169
(57,97,105)
#4F7279
(79,114,121)
#658389
(101,131,137)
#7B9499
(123,148,153)
#91A5A9
(145,165,169)
#A7B6B9
(167,182,185)
#BDC7C9
(189,199,201)
#D3D8D9
(211,216,217)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3F49 color. Also use rgb(13,63,73) instead hex code.

Text Font Color

.myTextColor { color: #0D3F49; }

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

This text font color is #0D3F49.

Background Color

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

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

This div background color is #0D3F49.

Border color

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

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

This div border color is #0D3F49.

Opacity

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

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

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

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

This text has shadow with #0D3F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3F49.

Preview

Color preview on black background

This text has color #0D3F49 on black background.


Color preview on white background

This text has color #0D3F49 on white background.


Black color preview on #0D3F49 background

This text has black color on #0D3F49 background.


White color preview on #0D3F49 background

This text has white color on #0D3F49 background.


Related colors

Complementary color

Complementary color for #hex is #F2C0B6.


I love getcolorcode.com

Triadic colors

1 #490D3F and #3F490D with #0D3F49 are triadic colors.

2 #493F0D and #3F0D49 with #0D3F49 are triadic colors.