COLOR #0D384A

HEX: #0D384A RGB: (13,56,74)

Color info

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

RGB color model

#0D384A color RGB value is (13,56,74).

RGB: (13,56,74) (5%, 22%, 29%)

RGB channels and saturation

R 13 of 255 = 5%
G 56 of 255 = 22%
B 74 of 255 = 29%

13
56
74

R + G + B ~ 19%. #0D384A is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 56 + 74 = 143 (100%)
R 13 of 143 ~ 9.09%
G 56 of 143 ~ 39.16%
B 74 of 143 ~ 51.75'%

%39.16
%51.75

CMYK color model

#0D384A color CMYK value is (82,24,0,71).

  • cyan value is 82.43%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (82,24,0,71)
C82M24Y0K71 (82%, 24%, 0%, 71%)
(0.82 / 0.24 / 0.00 / 0.71)

CMYK percentages

%82.43
%24.32
%0
%70.98

Codes

Color #0D384A in popluar color models

0D 38 4A
RGB 13 56 74
HSL 198° 70.11% 17.06%
HSB/HSV 198° 82.43% 29.02%
CMYK 82.43% 24.32% 0.00%
70.98%

Color #0D384A in popluar number systems.

HEX 0D 38 4A
Decimal 13 56 74
Binary 1101 111000 1001010
Octal 15 70 112

Shades and tints

Shades of #0D384A

#0D384A
(13,56,74)
#0C3344
(12,51,68)
#0B2E3E
(11,46,62)
#0A2938
(10,41,56)
#092432
(9,36,50)
#081F2C
(8,31,44)
#071A26
(7,26,38)
#061520
(6,21,32)
#05101A
(5,16,26)
#040B14
(4,11,20)
#03060E
(3,6,14)
#000000
(0,0,0)

Tints of #0D384A

#0D384A
(13,56,74)
#234A5A
(35,74,90)
#395C6A
(57,92,106)
#4F6E7A
(79,110,122)
#65808A
(101,128,138)
#7B929A
(123,146,154)
#91A4AA
(145,164,170)
#A7B6BA
(167,182,186)
#BDC8CA
(189,200,202)
#D3DADA
(211,218,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D384A; }

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

This text font color is #0D384A.

Background Color

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

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

This div background color is #0D384A.

Border color

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

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

This div border color is #0D384A.

Opacity

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

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

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

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

This text has shadow with #0D384A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D384A.

Preview

Color preview on black background

This text has color #0D384A on black background.


Color preview on white background

This text has color #0D384A on white background.


Black color preview on #0D384A background

This text has black color on #0D384A background.


White color preview on #0D384A background

This text has white color on #0D384A background.


Related colors

Complementary color

Complementary color for #hex is #F2C7B5.


I love getcolorcode.com

Triadic colors

1 #4A0D38 and #384A0D with #0D384A are triadic colors.

2 #4A380D and #380D4A with #0D384A are triadic colors.