COLOR #1E1D1D

HEX: #1E1D1D
RGB: (30,29,29)

Color info

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

RGB color model

#1E1D1D color RGB value is (30,29,29).

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

RGB channels and saturation

R 30 of 255 = 12%
G 29 of 255 = 11%
B 29 of 255 = 11%

30
29
29

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

Portions of RGB colors in percentages

R + G + B =
30 + 29 + 29 = 88 (100%)
R 30 of 88 ~ 34.09%
G 29 of 88 ~ 32.95%
B 29 of 88 ~ 32.95%

%34.09
%32.95
%32.95

CMYK color model

#1E1D1D color CMYK value is (0,3,3,88).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 3.33%
  • key color value is 88.24%
CMYK:
(0,3,3,88)
C0M3Y3K88 
(0%,3%,3%,88%)
(0.00/0.03/0.03/0.88)	

CMYK percentages

%0
%3.33
%3.33
%88.24

Codes

Color #1E1D1D in popluar color models

1E1D1D
RGB302929
HSL1.69%11.57%
HSB/HSV3.33%11.76%
CMYK0.00%3.33%3.33%
88.24%

Color #1E1D1D in popluar number systems.

HEX1E1D1D
Decimal302929
Binary111101110111101
Octal363535

Shades and tints

Shades of #1E1D1D

#1E1D1D
(30,29,29)
#1C1B1B
(28,27,27)
#1A1919
(26,25,25)
#181717
(24,23,23)
#161515
(22,21,21)
#141313
(20,19,19)
#121111
(18,17,17)
#100F0F
(16,15,15)
#0E0D0D
(14,13,13)
#0C0B0B
(12,11,11)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #1E1D1D

#1E1D1D
(30,29,29)
#323131
(50,49,49)
#464545
(70,69,69)
#5A5959
(90,89,89)
#6E6D6D
(110,109,109)
#828181
(130,129,129)
#969595
(150,149,149)
#AAA9A9
(170,169,169)
#BEBDBD
(190,189,189)
#D2D1D1
(210,209,209)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1D1D; }

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

This text font color is #1E1D1D.


Background Color

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

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

This div background color is #1E1D1D.


Border color

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

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

This div border color is #1E1D1D.


Opacity

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

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

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

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

This text has shadow with #1E1D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1D1D on black background.


Color preview on white background

This text has color #1E1D1D on white background.



Black color preview on #1E1D1D background

This text has black color on #1E1D1D background.


White color preview on #1E1D1D background

This text has white color on #1E1D1D background.