COLOR #1E0908

HEX: #1E0908
RGB: (30,9,8)

Color info

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

RGB color model

#1E0908 color RGB value is (30,9,8).

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

RGB channels and saturation

R 30 of 255 = 12%
G 9 of 255 = 4%
B 8 of 255 = 3%

30
9
8

R + G + B ~ 6%. #1E0908 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 9 + 8 = 47 (100%)
R 30 of 47 ~ 63.83%
G 9 of 47 ~ 19.15%
B 8 of 47 ~ 17.02%

%63.83
%19.15
%17.02

CMYK color model

#1E0908 color CMYK value is (0,70,73,88).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 73.33%
  • key color value is 88.24%
CMYK:
(0,70,73,88)
C0M70Y73K88 
(0%,70%,73%,88%)
(0.00/0.70/0.73/0.88)	

CMYK percentages

%0
%70
%73.33
%88.24

Codes

Color #1E0908 in popluar color models

1E0908
RGB3098
HSL57.89%7.45%
HSB/HSV73.33%11.76%
CMYK0.00%70.00%73.33%
88.24%

Color #1E0908 in popluar number systems.

HEX1E0908
Decimal3098
Binary1111010011000
Octal361110

Shades and tints

Shades of #1E0908

#1E0908
(30,9,8)
#1C0908
(28,9,8)
#1A0908
(26,9,8)
#180908
(24,9,8)
#160908
(22,9,8)
#140908
(20,9,8)
#120908
(18,9,8)
#100908
(16,9,8)
#0E0908
(14,9,8)
#0C0908
(12,9,8)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #1E0908

#1E0908
(30,9,8)
#321F1E
(50,31,30)
#463534
(70,53,52)
#5A4B4A
(90,75,74)
#6E6160
(110,97,96)
#827776
(130,119,118)
#968D8C
(150,141,140)
#AAA3A2
(170,163,162)
#BEB9B8
(190,185,184)
#D2CFCE
(210,207,206)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E0908; }

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

This text font color is #1E0908.


Background Color

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

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

This div background color is #1E0908.


Border color

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

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

This div border color is #1E0908.


Opacity

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

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

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

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

This text has shadow with #1E0908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E0908 on black background.


Color preview on white background

This text has color #1E0908 on white background.



Black color preview on #1E0908 background

This text has black color on #1E0908 background.


White color preview on #1E0908 background

This text has white color on #1E0908 background.