COLOR #103B53

HEX: #103B53
RGB: (16,59,83)

Color info

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

RGB color model

#103B53 color RGB value is (16,59,83).

  • red value is 16;
  • green value is 59;
  • blue value is 83.
RGB:
(16,59,83)
(6%,23%,33%)

RGB channels and saturation

R 16 of 255 = 6%
G 59 of 255 = 23%
B 83 of 255 = 33%

16
59
83

R + G + B ~ 21%. #103B53 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 59 + 83 = 158 (100%)
R 16 of 158 ~ 10.13%
G 59 of 158 ~ 37.34%
B 83 of 158 ~ 52.53%

%10.13
%37.34
%52.53

CMYK color model

#103B53 color CMYK value is (81,29,0,67).

  • cyan value is 80.72%
  • magenta value is 28.92%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(81,29,0,67)
C81M29Y0K67 
(81%,29%,0%,67%)
(0.81/0.29/0.00/0.67)	

CMYK percentages

%80.72
%28.92
%0
%67.45

Codes

Color #103B53 in popluar color models

103B53
RGB165983
HSL201°67.68%19.41%
HSB/HSV201°80.72%32.55%
CMYK80.72%28.92%0.00%
67.45%

Color #103B53 in popluar number systems.

HEX103B53
Decimal165983
Binary100001110111010011
Octal2073123

Shades and tints

Shades of #103B53

#103B53
(16,59,83)
#0F364C
(15,54,76)
#0E3145
(14,49,69)
#0D2C3E
(13,44,62)
#0C2737
(12,39,55)
#0B2230
(11,34,48)
#0A1D29
(10,29,41)
#091822
(9,24,34)
#08131B
(8,19,27)
#070E14
(7,14,20)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #103B53

#103B53
(16,59,83)
#254C62
(37,76,98)
#3A5D71
(58,93,113)
#4F6E80
(79,110,128)
#647F8F
(100,127,143)
#79909E
(121,144,158)
#8EA1AD
(142,161,173)
#A3B2BC
(163,178,188)
#B8C3CB
(184,195,203)
#CDD4DA
(205,212,218)
#E2E5E9
(226,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103B53 color. Also use rgb(16,59,83) instead hex code.

Text Font Color

.myTextColor { color: #103B53; }

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

This text font color is #103B53.


Background Color

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

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

This div background color is #103B53.


Border color

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

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

This div border color is #103B53.


Opacity

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

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

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

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

This text has shadow with #103B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103B53 on black background.


Color preview on white background

This text has color #103B53 on white background.



Black color preview on #103B53 background

This text has black color on #103B53 background.


White color preview on #103B53 background

This text has white color on #103B53 background.