COLOR #1C4368

HEX: #1C4368
RGB: (28,67,104)

Color info

#1C4368 contains mainly green and blue colors. Web safe color of #1C4368 is #333366 (or #336).

RGB color model

#1C4368 color RGB value is (28,67,104).

  • red value is 28;
  • green value is 67;
  • blue value is 104.
RGB:
(28,67,104)
(11%,26%,41%)

RGB channels and saturation

R 28 of 255 = 11%
G 67 of 255 = 26%
B 104 of 255 = 41%

28
67
104

R + G + B ~ 26%. #1C4368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 67 + 104 = 199 (100%)
R 28 of 199 ~ 14.07%
G 67 of 199 ~ 33.67%
B 104 of 199 ~ 52.26%

%14.07
%33.67
%52.26

CMYK color model

#1C4368 color CMYK value is (73,36,0,59).

  • cyan value is 73.08%
  • magenta value is 35.58%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(73,36,0,59)
C73M36Y0K59 
(73%,36%,0%,59%)
(0.73/0.36/0.00/0.59)	

CMYK percentages

%73.08
%35.58
%0
%59.22

Codes

Color #1C4368 in popluar color models

1C4368
RGB2867104
HSL209°57.58%25.88%
HSB/HSV209°73.08%40.78%
CMYK73.08%35.58%0.00%
59.22%

Color #1C4368 in popluar number systems.

HEX1C4368
Decimal2867104
Binary1110010000111101000
Octal34103150

Shades and tints

Shades of #1C4368

#1C4368
(28,67,104)
#1A3D5F
(26,61,95)
#183756
(24,55,86)
#16314D
(22,49,77)
#142B44
(20,43,68)
#12253B
(18,37,59)
#101F32
(16,31,50)
#0E1929
(14,25,41)
#0C1320
(12,19,32)
#0A0D17
(10,13,23)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #1C4368

#1C4368
(28,67,104)
#305475
(48,84,117)
#446582
(68,101,130)
#58768F
(88,118,143)
#6C879C
(108,135,156)
#8098A9
(128,152,169)
#94A9B6
(148,169,182)
#A8BAC3
(168,186,195)
#BCCBD0
(188,203,208)
#D0DCDD
(208,220,221)
#E4EDEA
(228,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4368 color. Also use rgb(28,67,104) instead hex code.

Text Font Color

.myTextColor { color: #1C4368; }

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

This text font color is #1C4368.


Background Color

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

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

This div background color is #1C4368.


Border color

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

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

This div border color is #1C4368.


Opacity

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

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

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

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

This text has shadow with #1C4368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4368 on black background.


Color preview on white background

This text has color #1C4368 on white background.



Black color preview on #1C4368 background

This text has black color on #1C4368 background.


White color preview on #1C4368 background

This text has white color on #1C4368 background.