COLOR #0D304D

HEX: #0D304D RGB: (13,48,77)

Color info

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

RGB color model

#0D304D color RGB value is (13,48,77).

RGB: (13,48,77) (5%, 19%, 30%)

RGB channels and saturation

R 13 of 255 = 5%
G 48 of 255 = 19%
B 77 of 255 = 30%

13
48
77

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

Portions of RGB colors in percentages

R + G + B = 13 + 48 + 77 = 138 (100%)
R 13 of 138 ~ 9.42%
G 48 of 138 ~ 34.78%
B 77 of 138 ~ 55.8'%

%34.78
%55.8

CMYK color model

#0D304D color CMYK value is (83,38,0,70).

  • cyan value is 83.12%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (83,38,0,70)
C83M38Y0K70 (83%, 38%, 0%, 70%)
(0.83 / 0.38 / 0.00 / 0.70)

CMYK percentages

%83.12
%37.66
%0
%69.8

Codes

Color #0D304D in popluar color models

0D 30 4D
RGB 13 48 77
HSL 207° 71.11% 17.65%
HSB/HSV 207° 83.12% 30.20%
CMYK 83.12% 37.66% 0.00%
69.80%

Color #0D304D in popluar number systems.

HEX 0D 30 4D
Decimal 13 48 77
Binary 1101 110000 1001101
Octal 15 60 115

Shades and tints

Shades of #0D304D

#0D304D
(13,48,77)
#0C2C46
(12,44,70)
#0B283F
(11,40,63)
#0A2438
(10,36,56)
#092031
(9,32,49)
#081C2A
(8,28,42)
#071823
(7,24,35)
#06141C
(6,20,28)
#051015
(5,16,21)
#040C0E
(4,12,14)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #0D304D

#0D304D
(13,48,77)
#23425D
(35,66,93)
#39546D
(57,84,109)
#4F667D
(79,102,125)
#65788D
(101,120,141)
#7B8A9D
(123,138,157)
#919CAD
(145,156,173)
#A7AEBD
(167,174,189)
#BDC0CD
(189,192,205)
#D3D2DD
(211,210,221)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D304D color. Also use rgb(13,48,77) instead hex code.

Text Font Color

.myTextColor { color: #0D304D; }

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

This text font color is #0D304D.

Background Color

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

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

This div background color is #0D304D.

Border color

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

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

This div border color is #0D304D.

Opacity

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

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

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

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

This text has shadow with #0D304D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D304D.

Preview

Color preview on black background

This text has color #0D304D on black background.


Color preview on white background

This text has color #0D304D on white background.


Black color preview on #0D304D background

This text has black color on #0D304D background.


White color preview on #0D304D background

This text has white color on #0D304D background.


Related colors

Complementary color

Complementary color for #hex is #F2CFB2.


I love getcolorcode.com

Triadic colors

1 #4D0D30 and #304D0D with #0D304D are triadic colors.

2 #4D300D and #300D4D with #0D304D are triadic colors.