COLOR #1C3D68

HEX: #1C3D68
RGB: (28,61,104)

Color info

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

RGB color model

#1C3D68 color RGB value is (28,61,104).

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

RGB channels and saturation

R 28 of 255 = 11%
G 61 of 255 = 24%
B 104 of 255 = 41%

28
61
104

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

Portions of RGB colors in percentages

R + G + B =
28 + 61 + 104 = 193 (100%)
R 28 of 193 ~ 14.51%
G 61 of 193 ~ 31.61%
B 104 of 193 ~ 53.89%

%14.51
%31.61
%53.89

CMYK color model

#1C3D68 color CMYK value is (73,41,0,59).

  • cyan value is 73.08%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(73,41,0,59)
C73M41Y0K59 
(73%,41%,0%,59%)
(0.73/0.41/0.00/0.59)	

CMYK percentages

%73.08
%41.35
%0
%59.22

Codes

Color #1C3D68 in popluar color models

1C3D68
RGB2861104
HSL214°57.58%25.88%
HSB/HSV214°73.08%40.78%
CMYK73.08%41.35%0.00%
59.22%

Color #1C3D68 in popluar number systems.

HEX1C3D68
Decimal2861104
Binary111001111011101000
Octal3475150

Shades and tints

Shades of #1C3D68

#1C3D68
(28,61,104)
#1A385F
(26,56,95)
#183356
(24,51,86)
#162E4D
(22,46,77)
#142944
(20,41,68)
#12243B
(18,36,59)
#101F32
(16,31,50)
#0E1A29
(14,26,41)
#0C1520
(12,21,32)
#0A1017
(10,16,23)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #1C3D68

#1C3D68
(28,61,104)
#304E75
(48,78,117)
#445F82
(68,95,130)
#58708F
(88,112,143)
#6C819C
(108,129,156)
#8092A9
(128,146,169)
#94A3B6
(148,163,182)
#A8B4C3
(168,180,195)
#BCC5D0
(188,197,208)
#D0D6DD
(208,214,221)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3D68; }

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

This text font color is #1C3D68.


Background Color

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

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

This div background color is #1C3D68.


Border color

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

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

This div border color is #1C3D68.


Opacity

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

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

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

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

This text has shadow with #1C3D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3D68 on black background.


Color preview on white background

This text has color #1C3D68 on white background.



Black color preview on #1C3D68 background

This text has black color on #1C3D68 background.


White color preview on #1C3D68 background

This text has white color on #1C3D68 background.