COLOR #104E75

HEX: #104E75 RGB: (16,78,117)

Color info

#104E75 contains mainly green and blue colors. Web safe color of #104E75 is #006666 (or #066).

RGB color model

#104E75 color RGB value is (16,78,117).

RGB: (16,78,117) (6%, 31%, 46%)

RGB channels and saturation

R 16 of 255 = 6%
G 78 of 255 = 31%
B 117 of 255 = 46%

16
78
117

R + G + B ~ 28%. #104E75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 78 + 117 = 211 (100%)
R 16 of 211 ~ 7.58%
G 78 of 211 ~ 36.97%
B 117 of 211 ~ 55.45'%

%36.97
%55.45

CMYK color model

#104E75 color CMYK value is (86,33,0,54).

  • cyan value is 86.32%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (86,33,0,54)
C86M33Y0K54 (86%, 33%, 0%, 54%)
(0.86 / 0.33 / 0.00 / 0.54)

CMYK percentages

%86.32
%33.33
%0
%54.12

Codes

Color #104E75 in popluar color models

10 4E 75
RGB 16 78 117
HSL 203° 75.94% 26.08%
HSB/HSV 203° 86.32% 45.88%
CMYK 86.32% 33.33% 0.00%
54.12%

Color #104E75 in popluar number systems.

HEX 10 4E 75
Decimal 16 78 117
Binary 10000 1001110 1110101
Octal 20 116 165

Shades and tints

Shades of #104E75

#104E75
(16,78,117)
#0F476B
(15,71,107)
#0E4061
(14,64,97)
#0D3957
(13,57,87)
#0C324D
(12,50,77)
#0B2B43
(11,43,67)
#0A2439
(10,36,57)
#091D2F
(9,29,47)
#081625
(8,22,37)
#070F1B
(7,15,27)
#060811
(6,8,17)
#000000
(0,0,0)

Tints of #104E75

#104E75
(16,78,117)
#255E81
(37,94,129)
#3A6E8D
(58,110,141)
#4F7E99
(79,126,153)
#648EA5
(100,142,165)
#799EB1
(121,158,177)
#8EAEBD
(142,174,189)
#A3BEC9
(163,190,201)
#B8CED5
(184,206,213)
#CDDEE1
(205,222,225)
#E2EEED
(226,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104E75; }

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

This text font color is #104E75.

Background Color

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

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

This div background color is #104E75.

Border color

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

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

This div border color is #104E75.

Opacity

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

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

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

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

This text has shadow with #104E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #104E75.

Preview

Color preview on black background

This text has color #104E75 on black background.


Color preview on white background

This text has color #104E75 on white background.


Black color preview on #104E75 background

This text has black color on #104E75 background.


White color preview on #104E75 background

This text has white color on #104E75 background.


Related colors

Complementary color

Complementary color for #hex is #EFB18A.


I love getcolorcode.com

Triadic colors

1 #75104E and #4E7510 with #104E75 are triadic colors.

2 #754E10 and #4E1075 with #104E75 are triadic colors.