COLOR #1C4967

HEX: #1C4967 RGB: (28,73,103)

Color info

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

RGB color model

#1C4967 color RGB value is (28,73,103).

RGB: (28,73,103) (11%, 29%, 40%)

RGB channels and saturation

R 28 of 255 = 11%
G 73 of 255 = 29%
B 103 of 255 = 40%

28
73
103

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

Portions of RGB colors in percentages

R + G + B = 28 + 73 + 103 = 204 (100%)
R 28 of 204 ~ 13.73%
G 73 of 204 ~ 35.78%
B 103 of 204 ~ 50.49'%

%13.73
%35.78
%50.49

CMYK color model

#1C4967 color CMYK value is (73,29,0,60).

  • cyan value is 72.82%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (73,29,0,60) C73M29Y0K60 (73%,29%,0%,60%) (0.73/0.29/0.00/0.60) 

CMYK percentages

%72.82
%29.13
%0
%59.61

Codes

Color #1C4967 in popluar color models

1C 49 67
RGB 28 73 103
HSL 204° 57.25% 25.69%
HSB/HSV 204° 72.82% 40.39%
CMYK 72.82% 29.13% 0.00%
59.61%

Color #1C4967 in popluar number systems.

HEX 1C 49 67
Decimal 28 73 103
Binary 11100 1001001 1100111
Octal 34 111 147

Shades and tints

Shades of #1C4967

#1C4967
(28,73,103)
#1A435E
(26,67,94)
#183D55
(24,61,85)
#16374C
(22,55,76)
#143143
(20,49,67)
#122B3A
(18,43,58)
#102531
(16,37,49)
#0E1F28
(14,31,40)
#0C191F
(12,25,31)
#0A1316
(10,19,22)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #1C4967

#1C4967
(28,73,103)
#305974
(48,89,116)
#446981
(68,105,129)
#58798E
(88,121,142)
#6C899B
(108,137,155)
#8099A8
(128,153,168)
#94A9B5
(148,169,181)
#A8B9C2
(168,185,194)
#BCC9CF
(188,201,207)
#D0D9DC
(208,217,220)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4967; }

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

This text font color is #1C4967.

Background Color

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

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

This div background color is #1C4967.

Border color

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

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

This div border color is #1C4967.

Opacity

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

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

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

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

This text has shadow with #1C4967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C4967.

Preview

Color preview on black background

This text has color #1C4967 on black background.


Color preview on white background

This text has color #1C4967 on white background.


Black color preview on #1C4967 background

This text has black color on #1C4967 background.


White color preview on #1C4967 background

This text has white color on #1C4967 background.


Related colors

Complementary color

Complementary color for #hex is #E3B698.


I love getcolorcode.com

Triadic colors

1 #671C49 and #49671C with #1C4967 are triadic colors.

2 #67491C and #491C67 with #1C4967 are triadic colors.