COLOR #1E1206

HEX: #1E1206
RGB: (30,18,6)

Color info

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

RGB color model

#1E1206 color RGB value is (30,18,6).

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

RGB channels and saturation

R 30 of 255 = 12%
G 18 of 255 = 7%
B 6 of 255 = 2%

30
18
6

R + G + B ~ 7%. #1E1206 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 18 + 6 = 54 (100%)
R 30 of 54 ~ 55.56%
G 18 of 54 ~ 33.33%
B 6 of 54 ~ 11.11%

%55.56
%33.33
%11.11

CMYK color model

#1E1206 color CMYK value is (0,40,80,88).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 80.00%
  • key color value is 88.24%
CMYK:
(0,40,80,88)
C0M40Y80K88 
(0%,40%,80%,88%)
(0.00/0.40/0.80/0.88)	

CMYK percentages

%0
%40
%80
%88.24

Codes

Color #1E1206 in popluar color models

1E1206
RGB30186
HSL30°66.67%7.06%
HSB/HSV30°80.00%11.76%
CMYK0.00%40.00%80.00%
88.24%

Color #1E1206 in popluar number systems.

HEX1E1206
Decimal30186
Binary1111010010110
Octal36226

Shades and tints

Shades of #1E1206

#1E1206
(30,18,6)
#1C1106
(28,17,6)
#1A1006
(26,16,6)
#180F06
(24,15,6)
#160E06
(22,14,6)
#140D06
(20,13,6)
#120C06
(18,12,6)
#100B06
(16,11,6)
#0E0A06
(14,10,6)
#0C0906
(12,9,6)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #1E1206

#1E1206
(30,18,6)
#32271C
(50,39,28)
#463C32
(70,60,50)
#5A5148
(90,81,72)
#6E665E
(110,102,94)
#827B74
(130,123,116)
#96908A
(150,144,138)
#AAA5A0
(170,165,160)
#BEBAB6
(190,186,182)
#D2CFCC
(210,207,204)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1206; }

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

This text font color is #1E1206.


Background Color

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

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

This div background color is #1E1206.


Border color

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

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

This div border color is #1E1206.


Opacity

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

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

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

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

This text has shadow with #1E1206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1206 on black background.


Color preview on white background

This text has color #1E1206 on white background.



Black color preview on #1E1206 background

This text has black color on #1E1206 background.


White color preview on #1E1206 background

This text has white color on #1E1206 background.