COLOR #1C172D

HEX: #1C172D
RGB: (28,23,45)

Color info

#1C172D contains red, green and blue colors in about the same proportion. Web safe color of #1C172D is #330033 (or #303).

RGB color model

#1C172D color RGB value is (28,23,45).

  • red value is 28;
  • green value is 23;
  • blue value is 45.
RGB:
(28,23,45)
(11%,9%,18%)

RGB channels and saturation

R 28 of 255 = 11%
G 23 of 255 = 9%
B 45 of 255 = 18%

28
23
45

R + G + B ~ 13%. #1C172D is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 23 + 45 = 96 (100%)
R 28 of 96 ~ 29.17%
G 23 of 96 ~ 23.96%
B 45 of 96 ~ 46.88%

%29.17
%23.96
%46.88

CMYK color model

#1C172D color CMYK value is (38,49,0,82).

  • cyan value is 37.78%
  • magenta value is 48.89%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(38,49,0,82)
C38M49Y0K82 
(38%,49%,0%,82%)
(0.38/0.49/0.00/0.82)	

CMYK percentages

%37.78
%48.89
%0
%82.35

Codes

Color #1C172D in popluar color models

1C172D
RGB282345
HSL254°32.35%13.33%
HSB/HSV254°48.89%17.65%
CMYK37.78%48.89%0.00%
82.35%

Color #1C172D in popluar number systems.

HEX1C172D
Decimal282345
Binary1110010111101101
Octal342755

Shades and tints

Shades of #1C172D

#1C172D
(28,23,45)
#1A1529
(26,21,41)
#181325
(24,19,37)
#161121
(22,17,33)
#140F1D
(20,15,29)
#120D19
(18,13,25)
#100B15
(16,11,21)
#0E0911
(14,9,17)
#0C070D
(12,7,13)
#0A0509
(10,5,9)
#080305
(8,3,5)
#000000
(0,0,0)

Tints of #1C172D

#1C172D
(28,23,45)
#302C40
(48,44,64)
#444153
(68,65,83)
#585666
(88,86,102)
#6C6B79
(108,107,121)
#80808C
(128,128,140)
#94959F
(148,149,159)
#A8AAB2
(168,170,178)
#BCBFC5
(188,191,197)
#D0D4D8
(208,212,216)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C172D color. Also use rgb(28,23,45) instead hex code.

Text Font Color

.myTextColor { color: #1C172D; }

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

This text font color is #1C172D.


Background Color

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

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

This div background color is #1C172D.


Border color

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

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

This div border color is #1C172D.


Opacity

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

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

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

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

This text has shadow with #1C172D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C172D on black background.


Color preview on white background

This text has color #1C172D on white background.



Black color preview on #1C172D background

This text has black color on #1C172D background.


White color preview on #1C172D background

This text has white color on #1C172D background.