COLOR #1E2809

HEX: #1E2809
RGB: (30,40,9)

Color info

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

RGB color model

#1E2809 color RGB value is (30,40,9).

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

RGB channels and saturation

R 30 of 255 = 12%
G 40 of 255 = 16%
B 9 of 255 = 4%

30
40
9

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

Portions of RGB colors in percentages

R + G + B =
30 + 40 + 9 = 79 (100%)
R 30 of 79 ~ 37.97%
G 40 of 79 ~ 50.63%
B 9 of 79 ~ 11.39%

%37.97
%50.63
%11.39

CMYK color model

#1E2809 color CMYK value is (25,0,78,84).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 84.31%
CMYK:
(25,0,78,84)
C25M0Y78K84 
(25%,0%,78%,84%)
(0.25/0.00/0.78/0.84)	

CMYK percentages

%25
%0
%77.5
%84.31

Codes

Color #1E2809 in popluar color models

1E2809
RGB30409
HSL79°63.27%9.61%
HSB/HSV79°77.50%15.69%
CMYK25.00%0.00%77.50%
84.31%

Color #1E2809 in popluar number systems.

HEX1E2809
Decimal30409
Binary111101010001001
Octal365011

Shades and tints

Shades of #1E2809

#1E2809
(30,40,9)
#1C2509
(28,37,9)
#1A2209
(26,34,9)
#181F09
(24,31,9)
#161C09
(22,28,9)
#141909
(20,25,9)
#121609
(18,22,9)
#101309
(16,19,9)
#0E1009
(14,16,9)
#0C0D09
(12,13,9)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #1E2809

#1E2809
(30,40,9)
#323B1F
(50,59,31)
#464E35
(70,78,53)
#5A614B
(90,97,75)
#6E7461
(110,116,97)
#828777
(130,135,119)
#969A8D
(150,154,141)
#AAADA3
(170,173,163)
#BEC0B9
(190,192,185)
#D2D3CF
(210,211,207)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2809; }

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

This text font color is #1E2809.


Background Color

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

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

This div background color is #1E2809.


Border color

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

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

This div border color is #1E2809.


Opacity

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

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

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

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

This text has shadow with #1E2809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2809 on black background.


Color preview on white background

This text has color #1E2809 on white background.



Black color preview on #1E2809 background

This text has black color on #1E2809 background.


White color preview on #1E2809 background

This text has white color on #1E2809 background.