COLOR #1C443F

HEX: #1C443F
RGB: (28,68,63)

Color info

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

RGB color model

#1C443F color RGB value is (28,68,63).

  • red value is 28;
  • green value is 68;
  • blue value is 63.
RGB:
(28,68,63)
(11%,27%,25%)

RGB channels and saturation

R 28 of 255 = 11%
G 68 of 255 = 27%
B 63 of 255 = 25%

28
68
63

R + G + B ~ 21%. #1C443F is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 68 + 63 = 159 (100%)
R 28 of 159 ~ 17.61%
G 68 of 159 ~ 42.77%
B 63 of 159 ~ 39.62%

%17.61
%42.77
%39.62

CMYK color model

#1C443F color CMYK value is (59,0,7,73).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 73.33%
CMYK:
(59,0,7,73)
C59M0Y7K73 
(59%,0%,7%,73%)
(0.59/0.00/0.07/0.73)	

CMYK percentages

%58.82
%0
%7.35
%73.33

Codes

Color #1C443F in popluar color models

1C443F
RGB286863
HSL173°41.67%18.82%
HSB/HSV173°58.82%26.67%
CMYK58.82%0.00%7.35%
73.33%

Color #1C443F in popluar number systems.

HEX1C443F
Decimal286863
Binary111001000100111111
Octal3410477

Shades and tints

Shades of #1C443F

#1C443F
(28,68,63)
#1A3E3A
(26,62,58)
#183835
(24,56,53)
#163230
(22,50,48)
#142C2B
(20,44,43)
#122626
(18,38,38)
#102021
(16,32,33)
#0E1A1C
(14,26,28)
#0C1417
(12,20,23)
#0A0E12
(10,14,18)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #1C443F

#1C443F
(28,68,63)
#305550
(48,85,80)
#446661
(68,102,97)
#587772
(88,119,114)
#6C8883
(108,136,131)
#809994
(128,153,148)
#94AAA5
(148,170,165)
#A8BBB6
(168,187,182)
#BCCCC7
(188,204,199)
#D0DDD8
(208,221,216)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C443F color. Also use rgb(28,68,63) instead hex code.

Text Font Color

.myTextColor { color: #1C443F; }

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

This text font color is #1C443F.


Background Color

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

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

This div background color is #1C443F.


Border color

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

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

This div border color is #1C443F.


Opacity

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

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

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

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

This text has shadow with #1C443F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C443F on black background.


Color preview on white background

This text has color #1C443F on white background.



Black color preview on #1C443F background

This text has black color on #1C443F background.


White color preview on #1C443F background

This text has white color on #1C443F background.