COLOR #1C2126

HEX: #1C2126
RGB: (28,33,38)

Color info

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

RGB color model

#1C2126 color RGB value is (28,33,38).

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

RGB channels and saturation

R 28 of 255 = 11%
G 33 of 255 = 13%
B 38 of 255 = 15%

28
33
38

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

Portions of RGB colors in percentages

R + G + B =
28 + 33 + 38 = 99 (100%)
R 28 of 99 ~ 28.28%
G 33 of 99 ~ 33.33%
B 38 of 99 ~ 38.38%

%28.28
%33.33
%38.38

CMYK color model

#1C2126 color CMYK value is (26,13,0,85).

  • cyan value is 26.32%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(26,13,0,85)
C26M13Y0K85 
(26%,13%,0%,85%)
(0.26/0.13/0.00/0.85)	

CMYK percentages

%26.32
%13.16
%0
%85.1

Codes

Color #1C2126 in popluar color models

1C2126
RGB283338
HSL210°15.15%12.94%
HSB/HSV210°26.32%14.90%
CMYK26.32%13.16%0.00%
85.10%

Color #1C2126 in popluar number systems.

HEX1C2126
Decimal283338
Binary11100100001100110
Octal344146

Shades and tints

Shades of #1C2126

#1C2126
(28,33,38)
#1A1E23
(26,30,35)
#181B20
(24,27,32)
#16181D
(22,24,29)
#14151A
(20,21,26)
#121217
(18,18,23)
#100F14
(16,15,20)
#0E0C11
(14,12,17)
#0C090E
(12,9,14)
#0A060B
(10,6,11)
#080308
(8,3,8)
#000000
(0,0,0)

Tints of #1C2126

#1C2126
(28,33,38)
#303539
(48,53,57)
#44494C
(68,73,76)
#585D5F
(88,93,95)
#6C7172
(108,113,114)
#808585
(128,133,133)
#949998
(148,153,152)
#A8ADAB
(168,173,171)
#BCC1BE
(188,193,190)
#D0D5D1
(208,213,209)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2126; }

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

This text font color is #1C2126.


Background Color

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

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

This div background color is #1C2126.


Border color

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

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

This div border color is #1C2126.


Opacity

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

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

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

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

This text has shadow with #1C2126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2126 on black background.


Color preview on white background

This text has color #1C2126 on white background.



Black color preview on #1C2126 background

This text has black color on #1C2126 background.


White color preview on #1C2126 background

This text has white color on #1C2126 background.