COLOR #104B67

HEX: #104B67
RGB: (16,75,103)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 16 of 255 = 6%
G 75 of 255 = 29%
B 103 of 255 = 40%

16
75
103

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

Portions of RGB colors in percentages

R + G + B =
16 + 75 + 103 = 194 (100%)
R 16 of 194 ~ 8.25%
G 75 of 194 ~ 38.66%
B 103 of 194 ~ 53.09%

%38.66
%53.09

CMYK color model

#104B67 color CMYK value is (84,27,0,60).

  • cyan value is 84.47%
  • magenta value is 27.18%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(84,27,0,60)
C84M27Y0K60 
(84%,27%,0%,60%)
(0.84/0.27/0.00/0.60)	

CMYK percentages

%84.47
%27.18
%0
%59.61

Codes

Color #104B67 in popluar color models

104B67
RGB1675103
HSL199°73.11%23.33%
HSB/HSV199°84.47%40.39%
CMYK84.47%27.18%0.00%
59.61%

Color #104B67 in popluar number systems.

HEX104B67
Decimal1675103
Binary1000010010111100111
Octal20113147

Shades and tints

Shades of #104B67

#104B67
(16,75,103)
#0F455E
(15,69,94)
#0E3F55
(14,63,85)
#0D394C
(13,57,76)
#0C3343
(12,51,67)
#0B2D3A
(11,45,58)
#0A2731
(10,39,49)
#092128
(9,33,40)
#081B1F
(8,27,31)
#071516
(7,21,22)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #104B67

#104B67
(16,75,103)
#255B74
(37,91,116)
#3A6B81
(58,107,129)
#4F7B8E
(79,123,142)
#648B9B
(100,139,155)
#799BA8
(121,155,168)
#8EABB5
(142,171,181)
#A3BBC2
(163,187,194)
#B8CBCF
(184,203,207)
#CDDBDC
(205,219,220)
#E2EBE9
(226,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104B67; }

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

This text font color is #104B67.


Background Color

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

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

This div background color is #104B67.


Border color

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

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

This div border color is #104B67.


Opacity

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

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

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

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

This text has shadow with #104B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104B67 on black background.


Color preview on white background

This text has color #104B67 on white background.



Black color preview on #104B67 background

This text has black color on #104B67 background.


White color preview on #104B67 background

This text has white color on #104B67 background.