COLOR #0D344A

HEX: #0D344A
RGB: (13,52,74)

Color info

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

RGB color model

#0D344A color RGB value is (13,52,74).

  • red value is 13;
  • green value is 52;
  • blue value is 74.
RGB:
(13,52,74)
(5%,20%,29%)

RGB channels and saturation

R 13 of 255 = 5%
G 52 of 255 = 20%
B 74 of 255 = 29%

13
52
74

R + G + B ~ 18%. #0D344A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 52 + 74 = 139 (100%)
R 13 of 139 ~ 9.35%
G 52 of 139 ~ 37.41%
B 74 of 139 ~ 53.24%

%37.41
%53.24

CMYK color model

#0D344A color CMYK value is (82,30,0,71).

  • cyan value is 82.43%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(82,30,0,71)
C82M30Y0K71 
(82%,30%,0%,71%)
(0.82/0.30/0.00/0.71)	

CMYK percentages

%82.43
%29.73
%0
%70.98

Codes

Color #0D344A in popluar color models

0D344A
RGB135274
HSL202°70.11%17.06%
HSB/HSV202°82.43%29.02%
CMYK82.43%29.73%0.00%
70.98%

Color #0D344A in popluar number systems.

HEX0D344A
Decimal135274
Binary11011101001001010
Octal1564112

Shades and tints

Shades of #0D344A

#0D344A
(13,52,74)
#0C3044
(12,48,68)
#0B2C3E
(11,44,62)
#0A2838
(10,40,56)
#092432
(9,36,50)
#08202C
(8,32,44)
#071C26
(7,28,38)
#061820
(6,24,32)
#05141A
(5,20,26)
#041014
(4,16,20)
#030C0E
(3,12,14)
#000000
(0,0,0)

Tints of #0D344A

#0D344A
(13,52,74)
#23465A
(35,70,90)
#39586A
(57,88,106)
#4F6A7A
(79,106,122)
#657C8A
(101,124,138)
#7B8E9A
(123,142,154)
#91A0AA
(145,160,170)
#A7B2BA
(167,178,186)
#BDC4CA
(189,196,202)
#D3D6DA
(211,214,218)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D344A color. Also use rgb(13,52,74) instead hex code.

Text Font Color

.myTextColor { color: #0D344A; }

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

This text font color is #0D344A.


Background Color

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

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

This div background color is #0D344A.


Border color

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

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

This div border color is #0D344A.


Opacity

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

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

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

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

This text has shadow with #0D344A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D344A on black background.


Color preview on white background

This text has color #0D344A on white background.



Black color preview on #0D344A background

This text has black color on #0D344A background.


White color preview on #0D344A background

This text has white color on #0D344A background.