COLOR #1C1E1B

HEX: #1C1E1B
RGB: (28,30,27)

Color info

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

RGB color model

#1C1E1B color RGB value is (28,30,27).

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

RGB channels and saturation

R 28 of 255 = 11%
G 30 of 255 = 12%
B 27 of 255 = 11%

28
30
27

R + G + B ~ 11%. #1C1E1B is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 30 + 27 = 85 (100%)
R 28 of 85 ~ 32.94%
G 30 of 85 ~ 35.29%
B 27 of 85 ~ 31.76%

%32.94
%35.29
%31.76

CMYK color model

#1C1E1B color CMYK value is (7,0,10,88).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 88.24%
CMYK:
(7,0,10,88)
C7M0Y10K88 
(7%,0%,10%,88%)
(0.07/0.00/0.10/0.88)	

CMYK percentages

%6.67
%0
%10
%88.24

Codes

Color #1C1E1B in popluar color models

1C1E1B
RGB283027
HSL100°5.26%11.18%
HSB/HSV100°10.00%11.76%
CMYK6.67%0.00%10.00%
88.24%

Color #1C1E1B in popluar number systems.

HEX1C1E1B
Decimal283027
Binary111001111011011
Octal343633

Shades and tints

Shades of #1C1E1B

#1C1E1B
(28,30,27)
#1A1C19
(26,28,25)
#181A17
(24,26,23)
#161815
(22,24,21)
#141613
(20,22,19)
#121411
(18,20,17)
#10120F
(16,18,15)
#0E100D
(14,16,13)
#0C0E0B
(12,14,11)
#0A0C09
(10,12,9)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #1C1E1B

#1C1E1B
(28,30,27)
#30322F
(48,50,47)
#444643
(68,70,67)
#585A57
(88,90,87)
#6C6E6B
(108,110,107)
#80827F
(128,130,127)
#949693
(148,150,147)
#A8AAA7
(168,170,167)
#BCBEBB
(188,190,187)
#D0D2CF
(208,210,207)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1E1B; }

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

This text font color is #1C1E1B.


Background Color

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

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

This div background color is #1C1E1B.


Border color

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

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

This div border color is #1C1E1B.


Opacity

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

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

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

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

This text has shadow with #1C1E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1E1B on black background.


Color preview on white background

This text has color #1C1E1B on white background.



Black color preview on #1C1E1B background

This text has black color on #1C1E1B background.


White color preview on #1C1E1B background

This text has white color on #1C1E1B background.