COLOR #1C4246

HEX: #1C4246 RGB: (28,66,70)

Color info

#1C4246 contains red, green and blue colors in about the same proportion. Web safe color of #1C4246 is #333333 (or #333).

RGB color model

#1C4246 color RGB value is (28,66,70).

RGB: (28,66,70) (11%, 26%, 27%)

RGB channels and saturation

R 28 of 255 = 11%
G 66 of 255 = 26%
B 70 of 255 = 27%

28
66
70

R + G + B ~ 21%. #1C4246 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 66 + 70 = 164 (100%)
R 28 of 164 ~ 17.07%
G 66 of 164 ~ 40.24%
B 70 of 164 ~ 42.68'%

%17.07
%40.24
%42.68

CMYK color model

#1C4246 color CMYK value is (60,6,0,73).

  • cyan value is 60.00%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (60,6,0,73)
C60M6Y0K73 (60%, 6%, 0%, 73%)
(0.60 / 0.06 / 0.00 / 0.73)

CMYK percentages

%60
%5.71
%0
%72.55

Codes

Color #1C4246 in popluar color models

1C 42 46
RGB 28 66 70
HSL 186° 42.86% 19.22%
HSB/HSV 186° 60.00% 27.45%
CMYK 60.00% 5.71% 0.00%
72.55%

Color #1C4246 in popluar number systems.

HEX 1C 42 46
Decimal 28 66 70
Binary 11100 1000010 1000110
Octal 34 102 106

Shades and tints

Shades of #1C4246

#1C4246
(28,66,70)
#1A3C40
(26,60,64)
#18363A
(24,54,58)
#163034
(22,48,52)
#142A2E
(20,42,46)
#122428
(18,36,40)
#101E22
(16,30,34)
#0E181C
(14,24,28)
#0C1216
(12,18,22)
#0A0C10
(10,12,16)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #1C4246

#1C4246
(28,66,70)
#305356
(48,83,86)
#446466
(68,100,102)
#587576
(88,117,118)
#6C8686
(108,134,134)
#809796
(128,151,150)
#94A8A6
(148,168,166)
#A8B9B6
(168,185,182)
#BCCAC6
(188,202,198)
#D0DBD6
(208,219,214)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4246 color. Also use rgb(28,66,70) instead hex code.

Text Font Color

.myTextColor { color: #1C4246; }

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

This text font color is #1C4246.

Background Color

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

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

This div background color is #1C4246.

Border color

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

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

This div border color is #1C4246.

Opacity

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

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

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

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

This text has shadow with #1C4246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C4246.

Preview

Color preview on black background

This text has color #1C4246 on black background.


Color preview on white background

This text has color #1C4246 on white background.


Black color preview on #1C4246 background

This text has black color on #1C4246 background.


White color preview on #1C4246 background

This text has white color on #1C4246 background.


Related colors

Complementary color

Complementary color for #hex is #E3BDB9.


I love getcolorcode.com

Triadic colors

1 #461C42 and #42461C with #1C4246 are triadic colors.

2 #46421C and #421C46 with #1C4246 are triadic colors.