COLOR #1C4C67

HEX: #1C4C67
RGB: (28,76,103)

Color info

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

RGB color model

#1C4C67 color RGB value is (28,76,103).

  • red value is 28;
  • green value is 76;
  • blue value is 103.
RGB:
(28,76,103)
(11%,30%,40%)

RGB channels and saturation

R 28 of 255 = 11%
G 76 of 255 = 30%
B 103 of 255 = 40%

28
76
103

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

Portions of RGB colors in percentages

R + G + B =
28 + 76 + 103 = 207 (100%)
R 28 of 207 ~ 13.53%
G 76 of 207 ~ 36.71%
B 103 of 207 ~ 49.76%

%13.53
%36.71
%49.76

CMYK color model

#1C4C67 color CMYK value is (73,26,0,60).

  • cyan value is 72.82%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(73,26,0,60)
C73M26Y0K60 
(73%,26%,0%,60%)
(0.73/0.26/0.00/0.60)	

CMYK percentages

%72.82
%26.21
%0
%59.61

Codes

Color #1C4C67 in popluar color models

1C4C67
RGB2876103
HSL202°57.25%25.69%
HSB/HSV202°72.82%40.39%
CMYK72.82%26.21%0.00%
59.61%

Color #1C4C67 in popluar number systems.

HEX1C4C67
Decimal2876103
Binary1110010011001100111
Octal34114147

Shades and tints

Shades of #1C4C67

#1C4C67
(28,76,103)
#1A465E
(26,70,94)
#184055
(24,64,85)
#163A4C
(22,58,76)
#143443
(20,52,67)
#122E3A
(18,46,58)
#102831
(16,40,49)
#0E2228
(14,34,40)
#0C1C1F
(12,28,31)
#0A1616
(10,22,22)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #1C4C67

#1C4C67
(28,76,103)
#305C74
(48,92,116)
#446C81
(68,108,129)
#587C8E
(88,124,142)
#6C8C9B
(108,140,155)
#809CA8
(128,156,168)
#94ACB5
(148,172,181)
#A8BCC2
(168,188,194)
#BCCCCF
(188,204,207)
#D0DCDC
(208,220,220)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4C67; }

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

This text font color is #1C4C67.


Background Color

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

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

This div background color is #1C4C67.


Border color

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

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

This div border color is #1C4C67.


Opacity

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

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

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

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

This text has shadow with #1C4C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4C67 on black background.


Color preview on white background

This text has color #1C4C67 on white background.



Black color preview on #1C4C67 background

This text has black color on #1C4C67 background.


White color preview on #1C4C67 background

This text has white color on #1C4C67 background.