COLOR #103363

HEX: #103363
RGB: (16,51,99)

Color info

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

RGB color model

#103363 color RGB value is (16,51,99).

  • red value is 16;
  • green value is 51;
  • blue value is 99.
RGB:
(16,51,99)
(6%,20%,39%)

RGB channels and saturation

R 16 of 255 = 6%
G 51 of 255 = 20%
B 99 of 255 = 39%

16
51
99

R + G + B ~ 22%. #103363 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 51 + 99 = 166 (100%)
R 16 of 166 ~ 9.64%
G 51 of 166 ~ 30.72%
B 99 of 166 ~ 59.64%

%9.64
%30.72
%59.64

CMYK color model

#103363 color CMYK value is (84,48,0,61).

  • cyan value is 83.84%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(84,48,0,61)
C84M48Y0K61 
(84%,48%,0%,61%)
(0.84/0.48/0.00/0.61)	

CMYK percentages

%83.84
%48.48
%0
%61.18

Codes

Color #103363 in popluar color models

103363
RGB165199
HSL215°72.17%22.55%
HSB/HSV215°83.84%38.82%
CMYK83.84%48.48%0.00%
61.18%

Color #103363 in popluar number systems.

HEX103363
Decimal165199
Binary100001100111100011
Octal2063143

Shades and tints

Shades of #103363

#103363
(16,51,99)
#0F2F5A
(15,47,90)
#0E2B51
(14,43,81)
#0D2748
(13,39,72)
#0C233F
(12,35,63)
#0B1F36
(11,31,54)
#0A1B2D
(10,27,45)
#091724
(9,23,36)
#08131B
(8,19,27)
#070F12
(7,15,18)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #103363

#103363
(16,51,99)
#254571
(37,69,113)
#3A577F
(58,87,127)
#4F698D
(79,105,141)
#647B9B
(100,123,155)
#798DA9
(121,141,169)
#8E9FB7
(142,159,183)
#A3B1C5
(163,177,197)
#B8C3D3
(184,195,211)
#CDD5E1
(205,213,225)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #103363; }

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

This text font color is #103363.


Background Color

.myBgColor { background-color: #103363; }

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

This div background color is #103363.


Border color

.myBorderColor { border: 1px solid #103363; }

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

This div border color is #103363.


Opacity

.myOpacity80 { color: #103363; opacity: 0.8; }

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

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

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

This text has shadow with #103363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103363 on black background.


Color preview on white background

This text has color #103363 on white background.



Black color preview on #103363 background

This text has black color on #103363 background.


White color preview on #103363 background

This text has white color on #103363 background.