COLOR #1E1C1B

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

Color info

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

RGB color model

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

RGB: (30,28,27) (12%, 11%, 11%)

RGB channels and saturation

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

30
28
27

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

Portions of RGB colors in percentages

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

%35.29
%32.94
%31.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 10.00%
  • key color value is 88.24%

CMYK: (0,7,10,88)
C0M7Y10K88 (0%, 7%, 10%, 88%)
(0.00 / 0.07 / 0.10 / 0.88)

CMYK percentages

%0
%6.67
%10
%88.24

Codes

Color #1E1C1B in popluar color models

1E 1C 1B
RGB 30 28 27
HSL 20° 5.26% 11.18%
HSB/HSV 20° 10.00% 11.76%
CMYK 0.00% 6.67% 10.00%
88.24%

Color #1E1C1B in popluar number systems.

HEX 1E 1C 1B
Decimal 30 28 27
Binary 11110 11100 11011
Octal 36 34 33

Shades and tints

Shades of #1E1C1B

#1E1C1B
(30,28,27)
#1C1A19
(28,26,25)
#1A1817
(26,24,23)
#181615
(24,22,21)
#161413
(22,20,19)
#141211
(20,18,17)
#12100F
(18,16,15)
#100E0D
(16,14,13)
#0E0C0B
(14,12,11)
#0C0A09
(12,10,9)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #1E1C1B

#1E1C1B
(30,28,27)
#32302F
(50,48,47)
#464443
(70,68,67)
#5A5857
(90,88,87)
#6E6C6B
(110,108,107)
#82807F
(130,128,127)
#969493
(150,148,147)
#AAA8A7
(170,168,167)
#BEBCBB
(190,188,187)
#D2D0CF
(210,208,207)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1C1B; }

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

This text font color is #1E1C1B.

Background Color

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

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

This div background color is #1E1C1B.

Border color

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

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

This div border color is #1E1C1B.

Opacity

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

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

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

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

This text has shadow with #1E1C1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E1C1B.

Preview

Color preview on black background

This text has color #1E1C1B on black background.


Color preview on white background

This text has color #1E1C1B on white background.


Black color preview on #1E1C1B background

This text has black color on #1E1C1B background.


White color preview on #1E1C1B background

This text has white color on #1E1C1B background.


Related colors

Complementary color

Complementary color for #hex is #E1E3E4.


I love getcolorcode.com

Triadic colors

1 #1B1E1C and #1C1B1E with #1E1C1B are triadic colors.

2 #1B1C1E and #1C1E1B with #1E1C1B are triadic colors.