COLOR #104361

HEX: #104361
RGB: (16,67,97)

Color info

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

RGB color model

#104361 color RGB value is (16,67,97).

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

RGB channels and saturation

R 16 of 255 = 6%
G 67 of 255 = 26%
B 97 of 255 = 38%

16
67
97

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

Portions of RGB colors in percentages

R + G + B =
16 + 67 + 97 = 180 (100%)
R 16 of 180 ~ 8.89%
G 67 of 180 ~ 37.22%
B 97 of 180 ~ 53.89%

%37.22
%53.89

CMYK color model

#104361 color CMYK value is (84,31,0,62).

  • cyan value is 83.51%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(84,31,0,62)
C84M31Y0K62 
(84%,31%,0%,62%)
(0.84/0.31/0.00/0.62)	

CMYK percentages

%83.51
%30.93
%0
%61.96

Codes

Color #104361 in popluar color models

104361
RGB166797
HSL202°71.68%22.16%
HSB/HSV202°83.51%38.04%
CMYK83.51%30.93%0.00%
61.96%

Color #104361 in popluar number systems.

HEX104361
Decimal166797
Binary1000010000111100001
Octal20103141

Shades and tints

Shades of #104361

#104361
(16,67,97)
#0F3D59
(15,61,89)
#0E3751
(14,55,81)
#0D3149
(13,49,73)
#0C2B41
(12,43,65)
#0B2539
(11,37,57)
#0A1F31
(10,31,49)
#091929
(9,25,41)
#081321
(8,19,33)
#070D19
(7,13,25)
#060711
(6,7,17)
#000000
(0,0,0)

Tints of #104361

#104361
(16,67,97)
#25546F
(37,84,111)
#3A657D
(58,101,125)
#4F768B
(79,118,139)
#648799
(100,135,153)
#7998A7
(121,152,167)
#8EA9B5
(142,169,181)
#A3BAC3
(163,186,195)
#B8CBD1
(184,203,209)
#CDDCDF
(205,220,223)
#E2EDED
(226,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104361; }

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

This text font color is #104361.


Background Color

.myBgColor { background-color: #104361; }

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

This div background color is #104361.


Border color

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

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

This div border color is #104361.


Opacity

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

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

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

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

This text has shadow with #104361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104361 on black background.


Color preview on white background

This text has color #104361 on white background.



Black color preview on #104361 background

This text has black color on #104361 background.


White color preview on #104361 background

This text has white color on #104361 background.