COLOR #0D3C60

HEX: #0D3C60
RGB: (13,60,96)

Color info

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

RGB color model

#0D3C60 color RGB value is (13,60,96).

  • red value is 13;
  • green value is 60;
  • blue value is 96.
RGB:
(13,60,96)
(5%,24%,38%)

RGB channels and saturation

R 13 of 255 = 5%
G 60 of 255 = 24%
B 96 of 255 = 38%

13
60
96

R + G + B ~ 22%. #0D3C60 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 60 + 96 = 169 (100%)
R 13 of 169 ~ 7.69%
G 60 of 169 ~ 35.5%
B 96 of 169 ~ 56.8%

%35.5
%56.8

CMYK color model

#0D3C60 color CMYK value is (86,38,0,62).

  • cyan value is 86.46%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(86,38,0,62)
C86M38Y0K62 
(86%,38%,0%,62%)
(0.86/0.38/0.00/0.62)	

CMYK percentages

%86.46
%37.5
%0
%62.35

Codes

Color #0D3C60 in popluar color models

0D3C60
RGB136096
HSL206°76.15%21.37%
HSB/HSV206°86.46%37.65%
CMYK86.46%37.50%0.00%
62.35%

Color #0D3C60 in popluar number systems.

HEX0D3C60
Decimal136096
Binary11011111001100000
Octal1574140

Shades and tints

Shades of #0D3C60

#0D3C60
(13,60,96)
#0C3758
(12,55,88)
#0B3250
(11,50,80)
#0A2D48
(10,45,72)
#092840
(9,40,64)
#082338
(8,35,56)
#071E30
(7,30,48)
#061928
(6,25,40)
#051420
(5,20,32)
#040F18
(4,15,24)
#030A10
(3,10,16)
#000000
(0,0,0)

Tints of #0D3C60

#0D3C60
(13,60,96)
#234D6E
(35,77,110)
#395E7C
(57,94,124)
#4F6F8A
(79,111,138)
#658098
(101,128,152)
#7B91A6
(123,145,166)
#91A2B4
(145,162,180)
#A7B3C2
(167,179,194)
#BDC4D0
(189,196,208)
#D3D5DE
(211,213,222)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3C60 color. Also use rgb(13,60,96) instead hex code.

Text Font Color

.myTextColor { color: #0D3C60; }

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

This text font color is #0D3C60.


Background Color

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

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

This div background color is #0D3C60.


Border color

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

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

This div border color is #0D3C60.


Opacity

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

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

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

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

This text has shadow with #0D3C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3C60 on black background.


Color preview on white background

This text has color #0D3C60 on white background.



Black color preview on #0D3C60 background

This text has black color on #0D3C60 background.


White color preview on #0D3C60 background

This text has white color on #0D3C60 background.