COLOR #0D4464

HEX: #0D4464
RGB: (13,68,100)

Color info

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

RGB color model

#0D4464 color RGB value is (13,68,100).

  • red value is 13;
  • green value is 68;
  • blue value is 100.
RGB:
(13,68,100)
(5%,27%,39%)

RGB channels and saturation

R 13 of 255 = 5%
G 68 of 255 = 27%
B 100 of 255 = 39%

13
68
100

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

Portions of RGB colors in percentages

R + G + B =
13 + 68 + 100 = 181 (100%)
R 13 of 181 ~ 7.18%
G 68 of 181 ~ 37.57%
B 100 of 181 ~ 55.25%

%37.57
%55.25

CMYK color model

#0D4464 color CMYK value is (87,32,0,61).

  • cyan value is 87.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(87,32,0,61)
C87M32Y0K61 
(87%,32%,0%,61%)
(0.87/0.32/0.00/0.61)	

CMYK percentages

%87
%32
%0
%60.78

Codes

Color #0D4464 in popluar color models

0D4464
RGB1368100
HSL202°76.99%22.16%
HSB/HSV202°87.00%39.22%
CMYK87.00%32.00%0.00%
60.78%

Color #0D4464 in popluar number systems.

HEX0D4464
Decimal1368100
Binary110110001001100100
Octal15104144

Shades and tints

Shades of #0D4464

#0D4464
(13,68,100)
#0C3E5B
(12,62,91)
#0B3852
(11,56,82)
#0A3249
(10,50,73)
#092C40
(9,44,64)
#082637
(8,38,55)
#07202E
(7,32,46)
#061A25
(6,26,37)
#05141C
(5,20,28)
#040E13
(4,14,19)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #0D4464

#0D4464
(13,68,100)
#235572
(35,85,114)
#396680
(57,102,128)
#4F778E
(79,119,142)
#65889C
(101,136,156)
#7B99AA
(123,153,170)
#91AAB8
(145,170,184)
#A7BBC6
(167,187,198)
#BDCCD4
(189,204,212)
#D3DDE2
(211,221,226)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4464 color. Also use rgb(13,68,100) instead hex code.

Text Font Color

.myTextColor { color: #0D4464; }

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

This text font color is #0D4464.


Background Color

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

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

This div background color is #0D4464.


Border color

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

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

This div border color is #0D4464.


Opacity

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

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

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

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

This text has shadow with #0D4464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4464 on black background.


Color preview on white background

This text has color #0D4464 on white background.



Black color preview on #0D4464 background

This text has black color on #0D4464 background.


White color preview on #0D4464 background

This text has white color on #0D4464 background.