COLOR #1C4467

HEX: #1C4467
RGB: (28,68,103)

Color info

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

RGB color model

#1C4467 color RGB value is (28,68,103).

  • red value is 28;
  • green value is 68;
  • blue value is 103.
RGB:
(28,68,103)
(11%,27%,40%)

RGB channels and saturation

R 28 of 255 = 11%
G 68 of 255 = 27%
B 103 of 255 = 40%

28
68
103

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

Portions of RGB colors in percentages

R + G + B =
28 + 68 + 103 = 199 (100%)
R 28 of 199 ~ 14.07%
G 68 of 199 ~ 34.17%
B 103 of 199 ~ 51.76%

%14.07
%34.17
%51.76

CMYK color model

#1C4467 color CMYK value is (73,34,0,60).

  • cyan value is 72.82%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(73,34,0,60)
C73M34Y0K60 
(73%,34%,0%,60%)
(0.73/0.34/0.00/0.60)	

CMYK percentages

%72.82
%33.98
%0
%59.61

Codes

Color #1C4467 in popluar color models

1C4467
RGB2868103
HSL208°57.25%25.69%
HSB/HSV208°72.82%40.39%
CMYK72.82%33.98%0.00%
59.61%

Color #1C4467 in popluar number systems.

HEX1C4467
Decimal2868103
Binary1110010001001100111
Octal34104147

Shades and tints

Shades of #1C4467

#1C4467
(28,68,103)
#1A3E5E
(26,62,94)
#183855
(24,56,85)
#16324C
(22,50,76)
#142C43
(20,44,67)
#12263A
(18,38,58)
#102031
(16,32,49)
#0E1A28
(14,26,40)
#0C141F
(12,20,31)
#0A0E16
(10,14,22)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #1C4467

#1C4467
(28,68,103)
#305574
(48,85,116)
#446681
(68,102,129)
#58778E
(88,119,142)
#6C889B
(108,136,155)
#8099A8
(128,153,168)
#94AAB5
(148,170,181)
#A8BBC2
(168,187,194)
#BCCCCF
(188,204,207)
#D0DDDC
(208,221,220)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4467 color. Also use rgb(28,68,103) instead hex code.

Text Font Color

.myTextColor { color: #1C4467; }

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

This text font color is #1C4467.


Background Color

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

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

This div background color is #1C4467.


Border color

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

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

This div border color is #1C4467.


Opacity

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

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

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

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

This text has shadow with #1C4467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4467 on black background.


Color preview on white background

This text has color #1C4467 on white background.



Black color preview on #1C4467 background

This text has black color on #1C4467 background.


White color preview on #1C4467 background

This text has white color on #1C4467 background.