COLOR #104254

HEX: #104254 RGB: (16,66,84)

Color info

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

RGB color model

#104254 color RGB value is (16,66,84).

RGB: (16,66,84) (6%, 26%, 33%)

RGB channels and saturation

R 16 of 255 = 6%
G 66 of 255 = 26%
B 84 of 255 = 33%

16
66
84

R + G + B ~ 22%. #104254 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 66 + 84 = 166 (100%)
R 16 of 166 ~ 9.64%
G 66 of 166 ~ 39.76%
B 84 of 166 ~ 50.6'%

%9.64
%39.76
%50.6

CMYK color model

#104254 color CMYK value is (81,21,0,67).

  • cyan value is 80.95%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK: (81,21,0,67) C81M21Y0K67 (81%,21%,0%,67%) (0.81/0.21/0.00/0.67) 

CMYK percentages

%80.95
%21.43
%0
%67.06

Codes

Color #104254 in popluar color models

10 42 54
RGB 16 66 84
HSL 196° 68.00% 19.61%
HSB/HSV 196° 80.95% 32.94%
CMYK 80.95% 21.43% 0.00%
67.06%

Color #104254 in popluar number systems.

HEX 10 42 54
Decimal 16 66 84
Binary 10000 1000010 1010100
Octal 20 102 124

Shades and tints

Shades of #104254

#104254
(16,66,84)
#0F3C4D
(15,60,77)
#0E3646
(14,54,70)
#0D303F
(13,48,63)
#0C2A38
(12,42,56)
#0B2431
(11,36,49)
#0A1E2A
(10,30,42)
#091823
(9,24,35)
#08121C
(8,18,28)
#070C15
(7,12,21)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #104254

#104254
(16,66,84)
#255363
(37,83,99)
#3A6472
(58,100,114)
#4F7581
(79,117,129)
#648690
(100,134,144)
#79979F
(121,151,159)
#8EA8AE
(142,168,174)
#A3B9BD
(163,185,189)
#B8CACC
(184,202,204)
#CDDBDB
(205,219,219)
#E2ECEA
(226,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104254 color. Also use rgb(16,66,84) instead hex code.

Text Font Color

.myTextColor { color: #104254; }

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

This text font color is #104254.

Background Color

.myBgColor { background-color: #104254; }

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

This div background color is #104254.

Border color

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

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

This div border color is #104254.

Opacity

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

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

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

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

This text has shadow with #104254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #104254.

Preview

Color preview on black background

This text has color #104254 on black background.


Color preview on white background

This text has color #104254 on white background.


Black color preview on #104254 background

This text has black color on #104254 background.


White color preview on #104254 background

This text has white color on #104254 background.


Related colors

Complementary color

Complementary color for #hex is #EFBDAB.


I love getcolorcode.com

Triadic colors

1 #541042 and #425410 with #104254 are triadic colors.

2 #544210 and #421054 with #104254 are triadic colors.