COLOR #1E1412

HEX: #1E1412
RGB: (30,20,18)

Color info

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

RGB color model

#1E1412 color RGB value is (30,20,18).

  • red value is 30;
  • green value is 20;
  • blue value is 18.
RGB:
(30,20,18)
(12%,8%,7%)

RGB channels and saturation

R 30 of 255 = 12%
G 20 of 255 = 8%
B 18 of 255 = 7%

30
20
18

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

Portions of RGB colors in percentages

R + G + B =
30 + 20 + 18 = 68 (100%)
R 30 of 68 ~ 44.12%
G 20 of 68 ~ 29.41%
B 18 of 68 ~ 26.47%

%44.12
%29.41
%26.47

CMYK color model

#1E1412 color CMYK value is (0,33,40,88).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 40.00%
  • key color value is 88.24%
CMYK:
(0,33,40,88)
C0M33Y40K88 
(0%,33%,40%,88%)
(0.00/0.33/0.40/0.88)	

CMYK percentages

%0
%33.33
%40
%88.24

Codes

Color #1E1412 in popluar color models

1E1412
RGB302018
HSL10°25.00%9.41%
HSB/HSV10°40.00%11.76%
CMYK0.00%33.33%40.00%
88.24%

Color #1E1412 in popluar number systems.

HEX1E1412
Decimal302018
Binary111101010010010
Octal362422

Shades and tints

Shades of #1E1412

#1E1412
(30,20,18)
#1C1311
(28,19,17)
#1A1210
(26,18,16)
#18110F
(24,17,15)
#16100E
(22,16,14)
#140F0D
(20,15,13)
#120E0C
(18,14,12)
#100D0B
(16,13,11)
#0E0C0A
(14,12,10)
#0C0B09
(12,11,9)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #1E1412

#1E1412
(30,20,18)
#322927
(50,41,39)
#463E3C
(70,62,60)
#5A5351
(90,83,81)
#6E6866
(110,104,102)
#827D7B
(130,125,123)
#969290
(150,146,144)
#AAA7A5
(170,167,165)
#BEBCBA
(190,188,186)
#D2D1CF
(210,209,207)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E1412 color. Also use rgb(30,20,18) instead hex code.

Text Font Color

.myTextColor { color: #1E1412; }

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

This text font color is #1E1412.


Background Color

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

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

This div background color is #1E1412.


Border color

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

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

This div border color is #1E1412.


Opacity

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

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

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

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

This text has shadow with #1E1412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1412 on black background.


Color preview on white background

This text has color #1E1412 on white background.



Black color preview on #1E1412 background

This text has black color on #1E1412 background.


White color preview on #1E1412 background

This text has white color on #1E1412 background.