COLOR #1C212B

HEX: #1C212B
RGB: (28,33,43)

Color info

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

RGB color model

#1C212B color RGB value is (28,33,43).

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

RGB channels and saturation

R 28 of 255 = 11%
G 33 of 255 = 13%
B 43 of 255 = 17%

28
33
43

R + G + B ~ 14%. #1C212B is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 33 + 43 = 104 (100%)
R 28 of 104 ~ 26.92%
G 33 of 104 ~ 31.73%
B 43 of 104 ~ 41.35%

%26.92
%31.73
%41.35

CMYK color model

#1C212B color CMYK value is (35,23,0,83).

  • cyan value is 34.88%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(35,23,0,83)
C35M23Y0K83 
(35%,23%,0%,83%)
(0.35/0.23/0.00/0.83)	

CMYK percentages

%34.88
%23.26
%0
%83.14

Codes

Color #1C212B in popluar color models

1C212B
RGB283343
HSL220°21.13%13.92%
HSB/HSV220°34.88%16.86%
CMYK34.88%23.26%0.00%
83.14%

Color #1C212B in popluar number systems.

HEX1C212B
Decimal283343
Binary11100100001101011
Octal344153

Shades and tints

Shades of #1C212B

#1C212B
(28,33,43)
#1A1E28
(26,30,40)
#181B25
(24,27,37)
#161822
(22,24,34)
#14151F
(20,21,31)
#12121C
(18,18,28)
#100F19
(16,15,25)
#0E0C16
(14,12,22)
#0C0913
(12,9,19)
#0A0610
(10,6,16)
#08030D
(8,3,13)
#000000
(0,0,0)

Tints of #1C212B

#1C212B
(28,33,43)
#30353E
(48,53,62)
#444951
(68,73,81)
#585D64
(88,93,100)
#6C7177
(108,113,119)
#80858A
(128,133,138)
#94999D
(148,153,157)
#A8ADB0
(168,173,176)
#BCC1C3
(188,193,195)
#D0D5D6
(208,213,214)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C212B; }

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

This text font color is #1C212B.


Background Color

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

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

This div background color is #1C212B.


Border color

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

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

This div border color is #1C212B.


Opacity

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

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

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

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

This text has shadow with #1C212B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C212B on black background.


Color preview on white background

This text has color #1C212B on white background.



Black color preview on #1C212B background

This text has black color on #1C212B background.


White color preview on #1C212B background

This text has white color on #1C212B background.