COLOR #1C1D29

HEX: #1C1D29
RGB: (28,29,41)

Color info

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

RGB color model

#1C1D29 color RGB value is (28,29,41).

  • red value is 28;
  • green value is 29;
  • blue value is 41.
RGB:
(28,29,41)
(11%,11%,16%)

RGB channels and saturation

R 28 of 255 = 11%
G 29 of 255 = 11%
B 41 of 255 = 16%

28
29
41

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

Portions of RGB colors in percentages

R + G + B =
28 + 29 + 41 = 98 (100%)
R 28 of 98 ~ 28.57%
G 29 of 98 ~ 29.59%
B 41 of 98 ~ 41.84%

%28.57
%29.59
%41.84

CMYK color model

#1C1D29 color CMYK value is (32,29,0,84).

  • cyan value is 31.71%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(32,29,0,84)
C32M29Y0K84 
(32%,29%,0%,84%)
(0.32/0.29/0.00/0.84)	

CMYK percentages

%31.71
%29.27
%0
%83.92

Codes

Color #1C1D29 in popluar color models

1C1D29
RGB282941
HSL235°18.84%13.53%
HSB/HSV235°31.71%16.08%
CMYK31.71%29.27%0.00%
83.92%

Color #1C1D29 in popluar number systems.

HEX1C1D29
Decimal282941
Binary1110011101101001
Octal343551

Shades and tints

Shades of #1C1D29

#1C1D29
(28,29,41)
#1A1B26
(26,27,38)
#181923
(24,25,35)
#161720
(22,23,32)
#14151D
(20,21,29)
#12131A
(18,19,26)
#101117
(16,17,23)
#0E0F14
(14,15,20)
#0C0D11
(12,13,17)
#0A0B0E
(10,11,14)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #1C1D29

#1C1D29
(28,29,41)
#30313C
(48,49,60)
#44454F
(68,69,79)
#585962
(88,89,98)
#6C6D75
(108,109,117)
#808188
(128,129,136)
#94959B
(148,149,155)
#A8A9AE
(168,169,174)
#BCBDC1
(188,189,193)
#D0D1D4
(208,209,212)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1D29 color. Also use rgb(28,29,41) instead hex code.

Text Font Color

.myTextColor { color: #1C1D29; }

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

This text font color is #1C1D29.


Background Color

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

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

This div background color is #1C1D29.


Border color

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

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

This div border color is #1C1D29.


Opacity

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

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

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

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

This text has shadow with #1C1D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1D29 on black background.


Color preview on white background

This text has color #1C1D29 on white background.



Black color preview on #1C1D29 background

This text has black color on #1C1D29 background.


White color preview on #1C1D29 background

This text has white color on #1C1D29 background.