COLOR #1E1809

HEX: #1E1809
RGB: (30,24,9)

Color info

#1E1809 contains red, green and blue colors in about the same proportion. Web safe color of #1E1809 is #330000 (or #300).

RGB color model

#1E1809 color RGB value is (30,24,9).

  • red value is 30;
  • green value is 24;
  • blue value is 9.
RGB:
(30,24,9)
(12%,9%,4%)

RGB channels and saturation

R 30 of 255 = 12%
G 24 of 255 = 9%
B 9 of 255 = 4%

30
24
9

R + G + B ~ 8%. #1E1809 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 24 + 9 = 63 (100%)
R 30 of 63 ~ 47.62%
G 24 of 63 ~ 38.1%
B 9 of 63 ~ 14.29%

%47.62
%38.1
%14.29

CMYK color model

#1E1809 color CMYK value is (0,20,70,88).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 70.00%
  • key color value is 88.24%
CMYK:
(0,20,70,88)
C0M20Y70K88 
(0%,20%,70%,88%)
(0.00/0.20/0.70/0.88)	

CMYK percentages

%0
%20
%70
%88.24

Codes

Color #1E1809 in popluar color models

1E1809
RGB30249
HSL43°53.85%7.65%
HSB/HSV43°70.00%11.76%
CMYK0.00%20.00%70.00%
88.24%

Color #1E1809 in popluar number systems.

HEX1E1809
Decimal30249
Binary11110110001001
Octal363011

Shades and tints

Shades of #1E1809

#1E1809
(30,24,9)
#1C1609
(28,22,9)
#1A1409
(26,20,9)
#181209
(24,18,9)
#161009
(22,16,9)
#140E09
(20,14,9)
#120C09
(18,12,9)
#100A09
(16,10,9)
#0E0809
(14,8,9)
#0C0609
(12,6,9)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #1E1809

#1E1809
(30,24,9)
#322D1F
(50,45,31)
#464235
(70,66,53)
#5A574B
(90,87,75)
#6E6C61
(110,108,97)
#828177
(130,129,119)
#96968D
(150,150,141)
#AAABA3
(170,171,163)
#BEC0B9
(190,192,185)
#D2D5CF
(210,213,207)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1809; }

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

This text font color is #1E1809.


Background Color

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

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

This div background color is #1E1809.


Border color

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

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

This div border color is #1E1809.


Opacity

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

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

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

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

This text has shadow with #1E1809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1809 on black background.


Color preview on white background

This text has color #1E1809 on white background.



Black color preview on #1E1809 background

This text has black color on #1E1809 background.


White color preview on #1E1809 background

This text has white color on #1E1809 background.