COLOR #1C3641

HEX: #1C3641
RGB: (28,54,65)

Color info

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

RGB color model

#1C3641 color RGB value is (28,54,65).

  • red value is 28;
  • green value is 54;
  • blue value is 65.
RGB:
(28,54,65)
(11%,21%,25%)

RGB channels and saturation

R 28 of 255 = 11%
G 54 of 255 = 21%
B 65 of 255 = 25%

28
54
65

R + G + B ~ 19%. #1C3641 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 54 + 65 = 147 (100%)
R 28 of 147 ~ 19.05%
G 54 of 147 ~ 36.73%
B 65 of 147 ~ 44.22%

%19.05
%36.73
%44.22

CMYK color model

#1C3641 color CMYK value is (57,17,0,75).

  • cyan value is 56.92%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(57,17,0,75)
C57M17Y0K75 
(57%,17%,0%,75%)
(0.57/0.17/0.00/0.75)	

CMYK percentages

%56.92
%16.92
%0
%74.51

Codes

Color #1C3641 in popluar color models

1C3641
RGB285465
HSL198°39.78%18.24%
HSB/HSV198°56.92%25.49%
CMYK56.92%16.92%0.00%
74.51%

Color #1C3641 in popluar number systems.

HEX1C3641
Decimal285465
Binary111001101101000001
Octal3466101

Shades and tints

Shades of #1C3641

#1C3641
(28,54,65)
#1A323C
(26,50,60)
#182E37
(24,46,55)
#162A32
(22,42,50)
#14262D
(20,38,45)
#122228
(18,34,40)
#101E23
(16,30,35)
#0E1A1E
(14,26,30)
#0C1619
(12,22,25)
#0A1214
(10,18,20)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #1C3641

#1C3641
(28,54,65)
#304852
(48,72,82)
#445A63
(68,90,99)
#586C74
(88,108,116)
#6C7E85
(108,126,133)
#809096
(128,144,150)
#94A2A7
(148,162,167)
#A8B4B8
(168,180,184)
#BCC6C9
(188,198,201)
#D0D8DA
(208,216,218)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3641 color. Also use rgb(28,54,65) instead hex code.

Text Font Color

.myTextColor { color: #1C3641; }

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

This text font color is #1C3641.


Background Color

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

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

This div background color is #1C3641.


Border color

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

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

This div border color is #1C3641.


Opacity

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

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

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

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

This text has shadow with #1C3641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3641 on black background.


Color preview on white background

This text has color #1C3641 on white background.



Black color preview on #1C3641 background

This text has black color on #1C3641 background.


White color preview on #1C3641 background

This text has white color on #1C3641 background.