COLOR #1C2128

HEX: #1C2128
RGB: (28,33,40)

Color info

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

RGB color model

#1C2128 color RGB value is (28,33,40).

  • red value is 28;
  • green value is 33;
  • blue value is 40.
RGB:
(28,33,40)
(11%,13%,16%)

RGB channels and saturation

R 28 of 255 = 11%
G 33 of 255 = 13%
B 40 of 255 = 16%

28
33
40

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

Portions of RGB colors in percentages

R + G + B =
28 + 33 + 40 = 101 (100%)
R 28 of 101 ~ 27.72%
G 33 of 101 ~ 32.67%
B 40 of 101 ~ 39.6%

%27.72
%32.67
%39.6

CMYK color model

#1C2128 color CMYK value is (30,18,0,84).

  • cyan value is 30.00%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(30,18,0,84)
C30M18Y0K84 
(30%,18%,0%,84%)
(0.30/0.18/0.00/0.84)	

CMYK percentages

%30
%17.5
%0
%84.31

Codes

Color #1C2128 in popluar color models

1C2128
RGB283340
HSL215°17.65%13.33%
HSB/HSV215°30.00%15.69%
CMYK30.00%17.50%0.00%
84.31%

Color #1C2128 in popluar number systems.

HEX1C2128
Decimal283340
Binary11100100001101000
Octal344150

Shades and tints

Shades of #1C2128

#1C2128
(28,33,40)
#1A1E25
(26,30,37)
#181B22
(24,27,34)
#16181F
(22,24,31)
#14151C
(20,21,28)
#121219
(18,18,25)
#100F16
(16,15,22)
#0E0C13
(14,12,19)
#0C0910
(12,9,16)
#0A060D
(10,6,13)
#08030A
(8,3,10)
#000000
(0,0,0)

Tints of #1C2128

#1C2128
(28,33,40)
#30353B
(48,53,59)
#44494E
(68,73,78)
#585D61
(88,93,97)
#6C7174
(108,113,116)
#808587
(128,133,135)
#94999A
(148,153,154)
#A8ADAD
(168,173,173)
#BCC1C0
(188,193,192)
#D0D5D3
(208,213,211)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2128 color. Also use rgb(28,33,40) instead hex code.

Text Font Color

.myTextColor { color: #1C2128; }

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

This text font color is #1C2128.


Background Color

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

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

This div background color is #1C2128.


Border color

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

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

This div border color is #1C2128.


Opacity

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

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

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

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

This text has shadow with #1C2128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2128 on black background.


Color preview on white background

This text has color #1C2128 on white background.



Black color preview on #1C2128 background

This text has black color on #1C2128 background.


White color preview on #1C2128 background

This text has white color on #1C2128 background.