COLOR #1C1E21

HEX: #1C1E21
RGB: (28,30,33)

Color info

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

RGB color model

#1C1E21 color RGB value is (28,30,33).

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

RGB channels and saturation

R 28 of 255 = 11%
G 30 of 255 = 12%
B 33 of 255 = 13%

28
30
33

R + G + B ~ 12%. #1C1E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 30 + 33 = 91 (100%)
R 28 of 91 ~ 30.77%
G 30 of 91 ~ 32.97%
B 33 of 91 ~ 36.26%

%30.77
%32.97
%36.26

CMYK color model

#1C1E21 color CMYK value is (15,9,0,87).

  • cyan value is 15.15%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(15,9,0,87)
C15M9Y0K87 
(15%,9%,0%,87%)
(0.15/0.09/0.00/0.87)	

CMYK percentages

%15.15
%9.09
%0
%87.06

Codes

Color #1C1E21 in popluar color models

1C1E21
RGB283033
HSL216°8.20%11.96%
HSB/HSV216°15.15%12.94%
CMYK15.15%9.09%0.00%
87.06%

Color #1C1E21 in popluar number systems.

HEX1C1E21
Decimal283033
Binary1110011110100001
Octal343641

Shades and tints

Shades of #1C1E21

#1C1E21
(28,30,33)
#1A1C1E
(26,28,30)
#181A1B
(24,26,27)
#161818
(22,24,24)
#141615
(20,22,21)
#121412
(18,20,18)
#10120F
(16,18,15)
#0E100C
(14,16,12)
#0C0E09
(12,14,9)
#0A0C06
(10,12,6)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #1C1E21

#1C1E21
(28,30,33)
#303235
(48,50,53)
#444649
(68,70,73)
#585A5D
(88,90,93)
#6C6E71
(108,110,113)
#808285
(128,130,133)
#949699
(148,150,153)
#A8AAAD
(168,170,173)
#BCBEC1
(188,190,193)
#D0D2D5
(208,210,213)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1E21; }

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

This text font color is #1C1E21.


Background Color

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

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

This div background color is #1C1E21.


Border color

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

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

This div border color is #1C1E21.


Opacity

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

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

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

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

This text has shadow with #1C1E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1E21 on black background.


Color preview on white background

This text has color #1C1E21 on white background.



Black color preview on #1C1E21 background

This text has black color on #1C1E21 background.


White color preview on #1C1E21 background

This text has white color on #1C1E21 background.