COLOR #1C494E

HEX: #1C494E RGB: (28,73,78)

Color info

#1C494E contains red, green and blue colors in about the same proportion. Web safe color of #1C494E is #333366 (or #336).

RGB color model

#1C494E color RGB value is (28,73,78).

RGB: (28,73,78) (11%, 29%, 31%)

RGB channels and saturation

R 28 of 255 = 11%
G 73 of 255 = 29%
B 78 of 255 = 31%

28
73
78

R + G + B ~ 24%. #1C494E is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 73 + 78 = 179 (100%)
R 28 of 179 ~ 15.64%
G 73 of 179 ~ 40.78%
B 78 of 179 ~ 43.58'%

%15.64
%40.78
%43.58

CMYK color model

#1C494E color CMYK value is (64,6,0,69).

  • cyan value is 64.10%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (64,6,0,69)
C64M6Y0K69 (64%, 6%, 0%, 69%)
(0.64 / 0.06 / 0.00 / 0.69)

CMYK percentages

%64.1
%6.41
%0
%69.41

Codes

Color #1C494E in popluar color models

1C 49 4E
RGB 28 73 78
HSL 186° 47.17% 20.78%
HSB/HSV 186° 64.10% 30.59%
CMYK 64.10% 6.41% 0.00%
69.41%

Color #1C494E in popluar number systems.

HEX 1C 49 4E
Decimal 28 73 78
Binary 11100 1001001 1001110
Octal 34 111 116

Shades and tints

Shades of #1C494E

#1C494E
(28,73,78)
#1A4347
(26,67,71)
#183D40
(24,61,64)
#163739
(22,55,57)
#143132
(20,49,50)
#122B2B
(18,43,43)
#102524
(16,37,36)
#0E1F1D
(14,31,29)
#0C1916
(12,25,22)
#0A130F
(10,19,15)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #1C494E

#1C494E
(28,73,78)
#30595E
(48,89,94)
#44696E
(68,105,110)
#58797E
(88,121,126)
#6C898E
(108,137,142)
#80999E
(128,153,158)
#94A9AE
(148,169,174)
#A8B9BE
(168,185,190)
#BCC9CE
(188,201,206)
#D0D9DE
(208,217,222)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C494E color. Also use rgb(28,73,78) instead hex code.

Text Font Color

.myTextColor { color: #1C494E; }

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

This text font color is #1C494E.

Background Color

.myBgColor { background-color: #1C494E; }

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

This div background color is #1C494E.

Border color

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

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

This div border color is #1C494E.

Opacity

.myOpacity80 { color: #1C494E; opacity: 0.8; }

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

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

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

This text has shadow with #1C494E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C494E.

Preview

Color preview on black background

This text has color #1C494E on black background.


Color preview on white background

This text has color #1C494E on white background.


Black color preview on #1C494E background

This text has black color on #1C494E background.


White color preview on #1C494E background

This text has white color on #1C494E background.


Related colors

Complementary color

Complementary color for #hex is #E3B6B1.


I love getcolorcode.com

Triadic colors

1 #4E1C49 and #494E1C with #1C494E are triadic colors.

2 #4E491C and #491C4E with #1C494E are triadic colors.