COLOR #103C61

HEX: #103C61
RGB: (16,60,97)

Color info

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

RGB color model

#103C61 color RGB value is (16,60,97).

  • red value is 16;
  • green value is 60;
  • blue value is 97.
RGB:
(16,60,97)
(6%,24%,38%)

RGB channels and saturation

R 16 of 255 = 6%
G 60 of 255 = 24%
B 97 of 255 = 38%

16
60
97

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

Portions of RGB colors in percentages

R + G + B =
16 + 60 + 97 = 173 (100%)
R 16 of 173 ~ 9.25%
G 60 of 173 ~ 34.68%
B 97 of 173 ~ 56.07%

%34.68
%56.07

CMYK color model

#103C61 color CMYK value is (84,38,0,62).

  • cyan value is 83.51%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(84,38,0,62)
C84M38Y0K62 
(84%,38%,0%,62%)
(0.84/0.38/0.00/0.62)	

CMYK percentages

%83.51
%38.14
%0
%61.96

Codes

Color #103C61 in popluar color models

103C61
RGB166097
HSL207°71.68%22.16%
HSB/HSV207°83.51%38.04%
CMYK83.51%38.14%0.00%
61.96%

Color #103C61 in popluar number systems.

HEX103C61
Decimal166097
Binary100001111001100001
Octal2074141

Shades and tints

Shades of #103C61

#103C61
(16,60,97)
#0F3759
(15,55,89)
#0E3251
(14,50,81)
#0D2D49
(13,45,73)
#0C2841
(12,40,65)
#0B2339
(11,35,57)
#0A1E31
(10,30,49)
#091929
(9,25,41)
#081421
(8,20,33)
#070F19
(7,15,25)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #103C61

#103C61
(16,60,97)
#254D6F
(37,77,111)
#3A5E7D
(58,94,125)
#4F6F8B
(79,111,139)
#648099
(100,128,153)
#7991A7
(121,145,167)
#8EA2B5
(142,162,181)
#A3B3C3
(163,179,195)
#B8C4D1
(184,196,209)
#CDD5DF
(205,213,223)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103C61 color. Also use rgb(16,60,97) instead hex code.

Text Font Color

.myTextColor { color: #103C61; }

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

This text font color is #103C61.


Background Color

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

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

This div background color is #103C61.


Border color

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

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

This div border color is #103C61.


Opacity

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

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

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

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

This text has shadow with #103C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103C61 on black background.


Color preview on white background

This text has color #103C61 on white background.



Black color preview on #103C61 background

This text has black color on #103C61 background.


White color preview on #103C61 background

This text has white color on #103C61 background.