COLOR #1C3D4F

HEX: #1C3D4F
RGB: (28,61,79)

Color info

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

RGB color model

#1C3D4F color RGB value is (28,61,79).

  • red value is 28;
  • green value is 61;
  • blue value is 79.
RGB:
(28,61,79)
(11%,24%,31%)

RGB channels and saturation

R 28 of 255 = 11%
G 61 of 255 = 24%
B 79 of 255 = 31%

28
61
79

R + G + B ~ 22%. #1C3D4F is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 61 + 79 = 168 (100%)
R 28 of 168 ~ 16.67%
G 61 of 168 ~ 36.31%
B 79 of 168 ~ 47.02%

%16.67
%36.31
%47.02

CMYK color model

#1C3D4F color CMYK value is (65,23,0,69).

  • cyan value is 64.56%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(65,23,0,69)
C65M23Y0K69 
(65%,23%,0%,69%)
(0.65/0.23/0.00/0.69)	

CMYK percentages

%64.56
%22.78
%0
%69.02

Codes

Color #1C3D4F in popluar color models

1C3D4F
RGB286179
HSL201°47.66%20.98%
HSB/HSV201°64.56%30.98%
CMYK64.56%22.78%0.00%
69.02%

Color #1C3D4F in popluar number systems.

HEX1C3D4F
Decimal286179
Binary111001111011001111
Octal3475117

Shades and tints

Shades of #1C3D4F

#1C3D4F
(28,61,79)
#1A3848
(26,56,72)
#183341
(24,51,65)
#162E3A
(22,46,58)
#142933
(20,41,51)
#12242C
(18,36,44)
#101F25
(16,31,37)
#0E1A1E
(14,26,30)
#0C1517
(12,21,23)
#0A1010
(10,16,16)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #1C3D4F

#1C3D4F
(28,61,79)
#304E5F
(48,78,95)
#445F6F
(68,95,111)
#58707F
(88,112,127)
#6C818F
(108,129,143)
#80929F
(128,146,159)
#94A3AF
(148,163,175)
#A8B4BF
(168,180,191)
#BCC5CF
(188,197,207)
#D0D6DF
(208,214,223)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3D4F color. Also use rgb(28,61,79) instead hex code.

Text Font Color

.myTextColor { color: #1C3D4F; }

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

This text font color is #1C3D4F.


Background Color

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

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

This div background color is #1C3D4F.


Border color

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

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

This div border color is #1C3D4F.


Opacity

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

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

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

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

This text has shadow with #1C3D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3D4F on black background.


Color preview on white background

This text has color #1C3D4F on white background.



Black color preview on #1C3D4F background

This text has black color on #1C3D4F background.


White color preview on #1C3D4F background

This text has white color on #1C3D4F background.