COLOR #0D3D71

HEX: #0D3D71
RGB: (13,61,113)

Color info

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

RGB color model

#0D3D71 color RGB value is (13,61,113).

  • red value is 13;
  • green value is 61;
  • blue value is 113.
RGB:
(13,61,113)
(5%,24%,44%)

RGB channels and saturation

R 13 of 255 = 5%
G 61 of 255 = 24%
B 113 of 255 = 44%

13
61
113

R + G + B ~ 24%. #0D3D71 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 61 + 113 = 187 (100%)
R 13 of 187 ~ 6.95%
G 61 of 187 ~ 32.62%
B 113 of 187 ~ 60.43%

%32.62
%60.43

CMYK color model

#0D3D71 color CMYK value is (88,46,0,56).

  • cyan value is 88.50%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(88,46,0,56)
C88M46Y0K56 
(88%,46%,0%,56%)
(0.88/0.46/0.00/0.56)	

CMYK percentages

%88.5
%46.02
%0
%55.69

Codes

Color #0D3D71 in popluar color models

0D3D71
RGB1361113
HSL211°79.37%24.71%
HSB/HSV211°88.50%44.31%
CMYK88.50%46.02%0.00%
55.69%

Color #0D3D71 in popluar number systems.

HEX0D3D71
Decimal1361113
Binary11011111011110001
Octal1575161

Shades and tints

Shades of #0D3D71

#0D3D71
(13,61,113)
#0C3867
(12,56,103)
#0B335D
(11,51,93)
#0A2E53
(10,46,83)
#092949
(9,41,73)
#08243F
(8,36,63)
#071F35
(7,31,53)
#061A2B
(6,26,43)
#051521
(5,21,33)
#041017
(4,16,23)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #0D3D71

#0D3D71
(13,61,113)
#234E7D
(35,78,125)
#395F89
(57,95,137)
#4F7095
(79,112,149)
#6581A1
(101,129,161)
#7B92AD
(123,146,173)
#91A3B9
(145,163,185)
#A7B4C5
(167,180,197)
#BDC5D1
(189,197,209)
#D3D6DD
(211,214,221)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3D71 color. Also use rgb(13,61,113) instead hex code.

Text Font Color

.myTextColor { color: #0D3D71; }

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

This text font color is #0D3D71.


Background Color

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

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

This div background color is #0D3D71.


Border color

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

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

This div border color is #0D3D71.


Opacity

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

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

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

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

This text has shadow with #0D3D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3D71 on black background.


Color preview on white background

This text has color #0D3D71 on white background.



Black color preview on #0D3D71 background

This text has black color on #0D3D71 background.


White color preview on #0D3D71 background

This text has white color on #0D3D71 background.