COLOR #1E1D1A

HEX: #1E1D1A
RGB: (30,29,26)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
29
26

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

Portions of RGB colors in percentages

R + G + B =
30 + 29 + 26 = 85 (100%)
R 30 of 85 ~ 35.29%
G 29 of 85 ~ 34.12%
B 26 of 85 ~ 30.59%

%35.29
%34.12
%30.59

CMYK color model

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

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

CMYK percentages

%0
%3.33
%13.33
%88.24

Codes

Color #1E1D1A in popluar color models

1E1D1A
RGB302926
HSL45°7.14%10.98%
HSB/HSV45°13.33%11.76%
CMYK0.00%3.33%13.33%
88.24%

Color #1E1D1A in popluar number systems.

HEX1E1D1A
Decimal302926
Binary111101110111010
Octal363532

Shades and tints

Shades of #1E1D1A

#1E1D1A
(30,29,26)
#1C1B18
(28,27,24)
#1A1916
(26,25,22)
#181714
(24,23,20)
#161512
(22,21,18)
#141310
(20,19,16)
#12110E
(18,17,14)
#100F0C
(16,15,12)
#0E0D0A
(14,13,10)
#0C0B08
(12,11,8)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #1E1D1A

#1E1D1A
(30,29,26)
#32312E
(50,49,46)
#464542
(70,69,66)
#5A5956
(90,89,86)
#6E6D6A
(110,109,106)
#82817E
(130,129,126)
#969592
(150,149,146)
#AAA9A6
(170,169,166)
#BEBDBA
(190,189,186)
#D2D1CE
(210,209,206)
#E6E5E2
(230,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1D1A; }

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

This text font color is #1E1D1A.


Background Color

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

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

This div background color is #1E1D1A.


Border color

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

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

This div border color is #1E1D1A.


Opacity

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

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

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

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

This text has shadow with #1E1D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1D1A on black background.


Color preview on white background

This text has color #1E1D1A on white background.



Black color preview on #1E1D1A background

This text has black color on #1E1D1A background.


White color preview on #1E1D1A background

This text has white color on #1E1D1A background.