COLOR #1C4364

HEX: #1C4364
RGB: (28,67,100)

Color info

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

RGB color model

#1C4364 color RGB value is (28,67,100).

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

RGB channels and saturation

R 28 of 255 = 11%
G 67 of 255 = 26%
B 100 of 255 = 39%

28
67
100

R + G + B ~ 25%. #1C4364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 67 + 100 = 195 (100%)
R 28 of 195 ~ 14.36%
G 67 of 195 ~ 34.36%
B 100 of 195 ~ 51.28%

%14.36
%34.36
%51.28

CMYK color model

#1C4364 color CMYK value is (72,33,0,61).

  • cyan value is 72.00%
  • magenta value is 33.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(72,33,0,61)
C72M33Y0K61 
(72%,33%,0%,61%)
(0.72/0.33/0.00/0.61)	

CMYK percentages

%72
%33
%0
%60.78

Codes

Color #1C4364 in popluar color models

1C4364
RGB2867100
HSL208°56.25%25.10%
HSB/HSV208°72.00%39.22%
CMYK72.00%33.00%0.00%
60.78%

Color #1C4364 in popluar number systems.

HEX1C4364
Decimal2867100
Binary1110010000111100100
Octal34103144

Shades and tints

Shades of #1C4364

#1C4364
(28,67,100)
#1A3D5B
(26,61,91)
#183752
(24,55,82)
#163149
(22,49,73)
#142B40
(20,43,64)
#122537
(18,37,55)
#101F2E
(16,31,46)
#0E1925
(14,25,37)
#0C131C
(12,19,28)
#0A0D13
(10,13,19)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #1C4364

#1C4364
(28,67,100)
#305472
(48,84,114)
#446580
(68,101,128)
#58768E
(88,118,142)
#6C879C
(108,135,156)
#8098AA
(128,152,170)
#94A9B8
(148,169,184)
#A8BAC6
(168,186,198)
#BCCBD4
(188,203,212)
#D0DCE2
(208,220,226)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4364; }

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

This text font color is #1C4364.


Background Color

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

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

This div background color is #1C4364.


Border color

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

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

This div border color is #1C4364.


Opacity

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

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

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

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

This text has shadow with #1C4364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4364 on black background.


Color preview on white background

This text has color #1C4364 on white background.



Black color preview on #1C4364 background

This text has black color on #1C4364 background.


White color preview on #1C4364 background

This text has white color on #1C4364 background.