COLOR #1C4964

HEX: #1C4964
RGB: (28,73,100)

Color info

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

RGB color model

#1C4964 color RGB value is (28,73,100).

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

RGB channels and saturation

R 28 of 255 = 11%
G 73 of 255 = 29%
B 100 of 255 = 39%

28
73
100

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

Portions of RGB colors in percentages

R + G + B =
28 + 73 + 100 = 201 (100%)
R 28 of 201 ~ 13.93%
G 73 of 201 ~ 36.32%
B 100 of 201 ~ 49.75%

%13.93
%36.32
%49.75

CMYK color model

#1C4964 color CMYK value is (72,27,0,61).

  • cyan value is 72.00%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(72,27,0,61)
C72M27Y0K61 
(72%,27%,0%,61%)
(0.72/0.27/0.00/0.61)	

CMYK percentages

%72
%27
%0
%60.78

Codes

Color #1C4964 in popluar color models

1C4964
RGB2873100
HSL203°56.25%25.10%
HSB/HSV203°72.00%39.22%
CMYK72.00%27.00%0.00%
60.78%

Color #1C4964 in popluar number systems.

HEX1C4964
Decimal2873100
Binary1110010010011100100
Octal34111144

Shades and tints

Shades of #1C4964

#1C4964
(28,73,100)
#1A435B
(26,67,91)
#183D52
(24,61,82)
#163749
(22,55,73)
#143140
(20,49,64)
#122B37
(18,43,55)
#10252E
(16,37,46)
#0E1F25
(14,31,37)
#0C191C
(12,25,28)
#0A1313
(10,19,19)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #1C4964

#1C4964
(28,73,100)
#305972
(48,89,114)
#446980
(68,105,128)
#58798E
(88,121,142)
#6C899C
(108,137,156)
#8099AA
(128,153,170)
#94A9B8
(148,169,184)
#A8B9C6
(168,185,198)
#BCC9D4
(188,201,212)
#D0D9E2
(208,217,226)
#E4E9F0
(228,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4964; }

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

This text font color is #1C4964.


Background Color

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

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

This div background color is #1C4964.


Border color

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

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

This div border color is #1C4964.


Opacity

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

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

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

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

This text has shadow with #1C4964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4964 on black background.


Color preview on white background

This text has color #1C4964 on white background.



Black color preview on #1C4964 background

This text has black color on #1C4964 background.


White color preview on #1C4964 background

This text has white color on #1C4964 background.