COLOR #104B68

HEX: #104B68
RGB: (16,75,104)

Color info

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

RGB color model

#104B68 color RGB value is (16,75,104).

  • red value is 16;
  • green value is 75;
  • blue value is 104.
RGB:
(16,75,104)
(6%,29%,41%)

RGB channels and saturation

R 16 of 255 = 6%
G 75 of 255 = 29%
B 104 of 255 = 41%

16
75
104

R + G + B ~ 25%. #104B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 75 + 104 = 195 (100%)
R 16 of 195 ~ 8.21%
G 75 of 195 ~ 38.46%
B 104 of 195 ~ 53.33%

%38.46
%53.33

CMYK color model

#104B68 color CMYK value is (85,28,0,59).

  • cyan value is 84.62%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(85,28,0,59)
C85M28Y0K59 
(85%,28%,0%,59%)
(0.85/0.28/0.00/0.59)	

CMYK percentages

%84.62
%27.88
%0
%59.22

Codes

Color #104B68 in popluar color models

104B68
RGB1675104
HSL200°73.33%23.53%
HSB/HSV200°84.62%40.78%
CMYK84.62%27.88%0.00%
59.22%

Color #104B68 in popluar number systems.

HEX104B68
Decimal1675104
Binary1000010010111101000
Octal20113150

Shades and tints

Shades of #104B68

#104B68
(16,75,104)
#0F455F
(15,69,95)
#0E3F56
(14,63,86)
#0D394D
(13,57,77)
#0C3344
(12,51,68)
#0B2D3B
(11,45,59)
#0A2732
(10,39,50)
#092129
(9,33,41)
#081B20
(8,27,32)
#071517
(7,21,23)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #104B68

#104B68
(16,75,104)
#255B75
(37,91,117)
#3A6B82
(58,107,130)
#4F7B8F
(79,123,143)
#648B9C
(100,139,156)
#799BA9
(121,155,169)
#8EABB6
(142,171,182)
#A3BBC3
(163,187,195)
#B8CBD0
(184,203,208)
#CDDBDD
(205,219,221)
#E2EBEA
(226,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104B68 color. Also use rgb(16,75,104) instead hex code.

Text Font Color

.myTextColor { color: #104B68; }

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

This text font color is #104B68.


Background Color

.myBgColor { background-color: #104B68; }

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

This div background color is #104B68.


Border color

.myBorderColor { border: 1px solid #104B68; }

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

This div border color is #104B68.


Opacity

.myOpacity80 { color: #104B68; opacity: 0.8; }

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

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

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

This text has shadow with #104B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104B68 on black background.


Color preview on white background

This text has color #104B68 on white background.



Black color preview on #104B68 background

This text has black color on #104B68 background.


White color preview on #104B68 background

This text has white color on #104B68 background.