COLOR #1E1D0D

HEX: #1E1D0D
RGB: (30,29,13)

Color info

#1E1D0D contains red, green and blue colors in about the same proportion. Web safe color of #1E1D0D is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

30
29
13

R + G + B ~ 9%. #1E1D0D is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 29 + 13 = 72 (100%)
R 30 of 72 ~ 41.67%
G 29 of 72 ~ 40.28%
B 13 of 72 ~ 18.06%

%41.67
%40.28
%18.06

CMYK color model

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

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

CMYK percentages

%0
%3.33
%56.67
%88.24

Codes

Color #1E1D0D in popluar color models

1E1D0D
RGB302913
HSL56°39.53%8.43%
HSB/HSV56°56.67%11.76%
CMYK0.00%3.33%56.67%
88.24%

Color #1E1D0D in popluar number systems.

HEX1E1D0D
Decimal302913
Binary11110111011101
Octal363515

Shades and tints

Shades of #1E1D0D

#1E1D0D
(30,29,13)
#1C1B0C
(28,27,12)
#1A190B
(26,25,11)
#18170A
(24,23,10)
#161509
(22,21,9)
#141308
(20,19,8)
#121107
(18,17,7)
#100F06
(16,15,6)
#0E0D05
(14,13,5)
#0C0B04
(12,11,4)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #1E1D0D

#1E1D0D
(30,29,13)
#323123
(50,49,35)
#464539
(70,69,57)
#5A594F
(90,89,79)
#6E6D65
(110,109,101)
#82817B
(130,129,123)
#969591
(150,149,145)
#AAA9A7
(170,169,167)
#BEBDBD
(190,189,189)
#D2D1D3
(210,209,211)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1D0D; }

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

This text font color is #1E1D0D.


Background Color

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

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

This div background color is #1E1D0D.


Border color

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

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

This div border color is #1E1D0D.


Opacity

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

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

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

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

This text has shadow with #1E1D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1D0D on black background.


Color preview on white background

This text has color #1E1D0D on white background.



Black color preview on #1E1D0D background

This text has black color on #1E1D0D background.


White color preview on #1E1D0D background

This text has white color on #1E1D0D background.