COLOR #1C4670

HEX: #1C4670
RGB: (28,70,112)

Color info

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

RGB color model

#1C4670 color RGB value is (28,70,112).

  • red value is 28;
  • green value is 70;
  • blue value is 112.
RGB:
(28,70,112)
(11%,27%,44%)

RGB channels and saturation

R 28 of 255 = 11%
G 70 of 255 = 27%
B 112 of 255 = 44%

28
70
112

R + G + B ~ 27%. #1C4670 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 70 + 112 = 210 (100%)
R 28 of 210 ~ 13.33%
G 70 of 210 ~ 33.33%
B 112 of 210 ~ 53.33%

%13.33
%33.33
%53.33

CMYK color model

#1C4670 color CMYK value is (75,38,0,56).

  • cyan value is 75.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(75,38,0,56)
C75M38Y0K56 
(75%,38%,0%,56%)
(0.75/0.38/0.00/0.56)	

CMYK percentages

%75
%37.5
%0
%56.08

Codes

Color #1C4670 in popluar color models

1C4670
RGB2870112
HSL210°60.00%27.45%
HSB/HSV210°75.00%43.92%
CMYK75.00%37.50%0.00%
56.08%

Color #1C4670 in popluar number systems.

HEX1C4670
Decimal2870112
Binary1110010001101110000
Octal34106160

Shades and tints

Shades of #1C4670

#1C4670
(28,70,112)
#1A4066
(26,64,102)
#183A5C
(24,58,92)
#163452
(22,52,82)
#142E48
(20,46,72)
#12283E
(18,40,62)
#102234
(16,34,52)
#0E1C2A
(14,28,42)
#0C1620
(12,22,32)
#0A1016
(10,16,22)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #1C4670

#1C4670
(28,70,112)
#30567D
(48,86,125)
#44668A
(68,102,138)
#587697
(88,118,151)
#6C86A4
(108,134,164)
#8096B1
(128,150,177)
#94A6BE
(148,166,190)
#A8B6CB
(168,182,203)
#BCC6D8
(188,198,216)
#D0D6E5
(208,214,229)
#E4E6F2
(228,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4670 color. Also use rgb(28,70,112) instead hex code.

Text Font Color

.myTextColor { color: #1C4670; }

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

This text font color is #1C4670.


Background Color

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

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

This div background color is #1C4670.


Border color

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

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

This div border color is #1C4670.


Opacity

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

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

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

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

This text has shadow with #1C4670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4670 on black background.


Color preview on white background

This text has color #1C4670 on white background.



Black color preview on #1C4670 background

This text has black color on #1C4670 background.


White color preview on #1C4670 background

This text has white color on #1C4670 background.