COLOR #103D63

HEX: #103D63 RGB: (16,61,99)

Color info

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

RGB color model

#103D63 color RGB value is (16,61,99).

RGB: (16,61,99) (6%, 24%, 39%)

RGB channels and saturation

R 16 of 255 = 6%
G 61 of 255 = 24%
B 99 of 255 = 39%

16
61
99

R + G + B ~ 23%. #103D63 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 61 + 99 = 176 (100%)
R 16 of 176 ~ 9.09%
G 61 of 176 ~ 34.66%
B 99 of 176 ~ 56.25'%

%34.66
%56.25

CMYK color model

#103D63 color CMYK value is (84,38,0,61).

  • cyan value is 83.84%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (84,38,0,61)
C84M38Y0K61 (84%, 38%, 0%, 61%)
(0.84 / 0.38 / 0.00 / 0.61)

CMYK percentages

%83.84
%38.38
%0
%61.18

Codes

Color #103D63 in popluar color models

10 3D 63
RGB 16 61 99
HSL 207° 72.17% 22.55%
HSB/HSV 207° 83.84% 38.82%
CMYK 83.84% 38.38% 0.00%
61.18%

Color #103D63 in popluar number systems.

HEX 10 3D 63
Decimal 16 61 99
Binary 10000 111101 1100011
Octal 20 75 143

Shades and tints

Shades of #103D63

#103D63
(16,61,99)
#0F385A
(15,56,90)
#0E3351
(14,51,81)
#0D2E48
(13,46,72)
#0C293F
(12,41,63)
#0B2436
(11,36,54)
#0A1F2D
(10,31,45)
#091A24
(9,26,36)
#08151B
(8,21,27)
#071012
(7,16,18)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #103D63

#103D63
(16,61,99)
#254E71
(37,78,113)
#3A5F7F
(58,95,127)
#4F708D
(79,112,141)
#64819B
(100,129,155)
#7992A9
(121,146,169)
#8EA3B7
(142,163,183)
#A3B4C5
(163,180,197)
#B8C5D3
(184,197,211)
#CDD6E1
(205,214,225)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103D63 color. Also use rgb(16,61,99) instead hex code.

Text Font Color

.myTextColor { color: #103D63; }

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

This text font color is #103D63.

Background Color

.myBgColor { background-color: #103D63; }

<div style="background-color:#103D63">Inner text</div>

This div background color is #103D63.

Border color

.myBorderColor { border: 1px solid #103D63; }

<div style="border:3px solid #103D63">Div</div>

This div border color is #103D63.

Opacity

.myOpacity80 { color: #103D63; opacity: 0.8; }

<p style="color:#103D63;opacity:0.8;">80%</p>

Text with #103D63 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 #103D63;}

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

This text has shadow with #103D63 color.


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

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

This text has shadow with #103D63 primary color and red secondary color.


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

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

This text has shadow with #103D63 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #103D63.

Preview

Color preview on black background

This text has color #103D63 on black background.


Color preview on white background

This text has color #103D63 on white background.


Black color preview on #103D63 background

This text has black color on #103D63 background.


White color preview on #103D63 background

This text has white color on #103D63 background.


Related colors

Complementary color

Complementary color for #hex is #EFC29C.


I love getcolorcode.com

Triadic colors

1 #63103D and #3D6310 with #103D63 are triadic colors.

2 #633D10 and #3D1063 with #103D63 are triadic colors.