COLOR #1E1006

HEX: #1E1006
RGB: (30,16,6)

Color info

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

RGB color model

#1E1006 color RGB value is (30,16,6).

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

RGB channels and saturation

R 30 of 255 = 12%
G 16 of 255 = 6%
B 6 of 255 = 2%

30
16
6

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

Portions of RGB colors in percentages

R + G + B =
30 + 16 + 6 = 52 (100%)
R 30 of 52 ~ 57.69%
G 16 of 52 ~ 30.77%
B 6 of 52 ~ 11.54%

%57.69
%30.77
%11.54

CMYK color model

#1E1006 color CMYK value is (0,47,80,88).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 80.00%
  • key color value is 88.24%
CMYK:
(0,47,80,88)
C0M47Y80K88 
(0%,47%,80%,88%)
(0.00/0.47/0.80/0.88)	

CMYK percentages

%0
%46.67
%80
%88.24

Codes

Color #1E1006 in popluar color models

1E1006
RGB30166
HSL25°66.67%7.06%
HSB/HSV25°80.00%11.76%
CMYK0.00%46.67%80.00%
88.24%

Color #1E1006 in popluar number systems.

HEX1E1006
Decimal30166
Binary1111010000110
Octal36206

Shades and tints

Shades of #1E1006

#1E1006
(30,16,6)
#1C0F06
(28,15,6)
#1A0E06
(26,14,6)
#180D06
(24,13,6)
#160C06
(22,12,6)
#140B06
(20,11,6)
#120A06
(18,10,6)
#100906
(16,9,6)
#0E0806
(14,8,6)
#0C0706
(12,7,6)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #1E1006

#1E1006
(30,16,6)
#32251C
(50,37,28)
#463A32
(70,58,50)
#5A4F48
(90,79,72)
#6E645E
(110,100,94)
#827974
(130,121,116)
#968E8A
(150,142,138)
#AAA3A0
(170,163,160)
#BEB8B6
(190,184,182)
#D2CDCC
(210,205,204)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1006; }

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

This text font color is #1E1006.


Background Color

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

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

This div background color is #1E1006.


Border color

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

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

This div border color is #1E1006.


Opacity

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

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

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

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

This text has shadow with #1E1006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1006 on black background.


Color preview on white background

This text has color #1E1006 on white background.



Black color preview on #1E1006 background

This text has black color on #1E1006 background.


White color preview on #1E1006 background

This text has white color on #1E1006 background.