COLOR #0D3754

HEX: #0D3754 RGB: (13,55,84)

Color info

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

RGB color model

#0D3754 color RGB value is (13,55,84).

RGB: (13,55,84) (5%, 22%, 33%)

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 84 of 255 = 33%

13
55
84

R + G + B ~ 20%. #0D3754 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 55 + 84 = 152 (100%)
R 13 of 152 ~ 8.55%
G 55 of 152 ~ 36.18%
B 84 of 152 ~ 55.26'%

%36.18
%55.26

CMYK color model

#0D3754 color CMYK value is (85,35,0,67).

  • cyan value is 84.52%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (85,35,0,67)
C85M35Y0K67 (85%, 35%, 0%, 67%)
(0.85 / 0.35 / 0.00 / 0.67)

CMYK percentages

%84.52
%34.52
%0
%67.06

Codes

Color #0D3754 in popluar color models

0D 37 54
RGB 13 55 84
HSL 205° 73.20% 19.02%
HSB/HSV 205° 84.52% 32.94%
CMYK 84.52% 34.52% 0.00%
67.06%

Color #0D3754 in popluar number systems.

HEX 0D 37 54
Decimal 13 55 84
Binary 1101 110111 1010100
Octal 15 67 124

Shades and tints

Shades of #0D3754

#0D3754
(13,55,84)
#0C324D
(12,50,77)
#0B2D46
(11,45,70)
#0A283F
(10,40,63)
#092338
(9,35,56)
#081E31
(8,30,49)
#07192A
(7,25,42)
#061423
(6,20,35)
#050F1C
(5,15,28)
#040A15
(4,10,21)
#03050E
(3,5,14)
#000000
(0,0,0)

Tints of #0D3754

#0D3754
(13,55,84)
#234963
(35,73,99)
#395B72
(57,91,114)
#4F6D81
(79,109,129)
#657F90
(101,127,144)
#7B919F
(123,145,159)
#91A3AE
(145,163,174)
#A7B5BD
(167,181,189)
#BDC7CC
(189,199,204)
#D3D9DB
(211,217,219)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3754 color. Also use rgb(13,55,84) instead hex code.

Text Font Color

.myTextColor { color: #0D3754; }

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

This text font color is #0D3754.

Background Color

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

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

This div background color is #0D3754.

Border color

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

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

This div border color is #0D3754.

Opacity

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

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

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

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

This text has shadow with #0D3754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3754.

Preview

Color preview on black background

This text has color #0D3754 on black background.


Color preview on white background

This text has color #0D3754 on white background.


Black color preview on #0D3754 background

This text has black color on #0D3754 background.


White color preview on #0D3754 background

This text has white color on #0D3754 background.


Related colors

Complementary color

Complementary color for #hex is #F2C8AB.


I love getcolorcode.com

Triadic colors

1 #540D37 and #37540D with #0D3754 are triadic colors.

2 #54370D and #370D54 with #0D3754 are triadic colors.