COLOR #1C3547

HEX: #1C3547
RGB: (28,53,71)

Color info

#1C3547 contains red, green and blue colors in about the same proportion. Web safe color of #1C3547 is #333333 (or #333).

RGB color model

#1C3547 color RGB value is (28,53,71).

  • red value is 28;
  • green value is 53;
  • blue value is 71.
RGB:
(28,53,71)
(11%,21%,28%)

RGB channels and saturation

R 28 of 255 = 11%
G 53 of 255 = 21%
B 71 of 255 = 28%

28
53
71

R + G + B ~ 20%. #1C3547 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 53 + 71 = 152 (100%)
R 28 of 152 ~ 18.42%
G 53 of 152 ~ 34.87%
B 71 of 152 ~ 46.71%

%18.42
%34.87
%46.71

CMYK color model

#1C3547 color CMYK value is (61,25,0,72).

  • cyan value is 60.56%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(61,25,0,72)
C61M25Y0K72 
(61%,25%,0%,72%)
(0.61/0.25/0.00/0.72)	

CMYK percentages

%60.56
%25.35
%0
%72.16

Codes

Color #1C3547 in popluar color models

1C3547
RGB285371
HSL205°43.43%19.41%
HSB/HSV205°60.56%27.84%
CMYK60.56%25.35%0.00%
72.16%

Color #1C3547 in popluar number systems.

HEX1C3547
Decimal285371
Binary111001101011000111
Octal3465107

Shades and tints

Shades of #1C3547

#1C3547
(28,53,71)
#1A3141
(26,49,65)
#182D3B
(24,45,59)
#162935
(22,41,53)
#14252F
(20,37,47)
#122129
(18,33,41)
#101D23
(16,29,35)
#0E191D
(14,25,29)
#0C1517
(12,21,23)
#0A1111
(10,17,17)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #1C3547

#1C3547
(28,53,71)
#304757
(48,71,87)
#445967
(68,89,103)
#586B77
(88,107,119)
#6C7D87
(108,125,135)
#808F97
(128,143,151)
#94A1A7
(148,161,167)
#A8B3B7
(168,179,183)
#BCC5C7
(188,197,199)
#D0D7D7
(208,215,215)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3547 color. Also use rgb(28,53,71) instead hex code.

Text Font Color

.myTextColor { color: #1C3547; }

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

This text font color is #1C3547.


Background Color

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

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

This div background color is #1C3547.


Border color

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

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

This div border color is #1C3547.


Opacity

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

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

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

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

This text has shadow with #1C3547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3547 on black background.


Color preview on white background

This text has color #1C3547 on white background.



Black color preview on #1C3547 background

This text has black color on #1C3547 background.


White color preview on #1C3547 background

This text has white color on #1C3547 background.