COLOR #1E071E

HEX: #1E071E
RGB: (30,7,30)

Color info

#1E071E contains red, green and blue colors in about the same proportion. Web safe color of #1E071E is #330033 (or #303).

RGB color model

#1E071E color RGB value is (30,7,30).

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

RGB channels and saturation

R 30 of 255 = 12%
G 7 of 255 = 3%
B 30 of 255 = 12%

30
7
30

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

Portions of RGB colors in percentages

R + G + B =
30 + 7 + 30 = 67 (100%)
R 30 of 67 ~ 44.78%
G 7 of 67 ~ 10.45%
B 30 of 67 ~ 44.78%

%44.78
%10.45
%44.78

CMYK color model

#1E071E color CMYK value is (0,77,0,88).

  • cyan value is 0.00%
  • magenta value is 76.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(0,77,0,88)
C0M77Y0K88 
(0%,77%,0%,88%)
(0.00/0.77/0.00/0.88)	

CMYK percentages

%0
%76.67
%0
%88.24

Codes

Color #1E071E in popluar color models

1E071E
RGB30730
HSL300°62.16%7.25%
HSB/HSV300°76.67%11.76%
CMYK0.00%76.67%0.00%
88.24%

Color #1E071E in popluar number systems.

HEX1E071E
Decimal30730
Binary1111011111110
Octal36736

Shades and tints

Shades of #1E071E

#1E071E
(30,7,30)
#1C071C
(28,7,28)
#1A071A
(26,7,26)
#180718
(24,7,24)
#160716
(22,7,22)
#140714
(20,7,20)
#120712
(18,7,18)
#100710
(16,7,16)
#0E070E
(14,7,14)
#0C070C
(12,7,12)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #1E071E

#1E071E
(30,7,30)
#321D32
(50,29,50)
#463346
(70,51,70)
#5A495A
(90,73,90)
#6E5F6E
(110,95,110)
#827582
(130,117,130)
#968B96
(150,139,150)
#AAA1AA
(170,161,170)
#BEB7BE
(190,183,190)
#D2CDD2
(210,205,210)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E071E; }

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

This text font color is #1E071E.


Background Color

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

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

This div background color is #1E071E.


Border color

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

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

This div border color is #1E071E.


Opacity

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

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

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

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

This text has shadow with #1E071E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E071E on black background.


Color preview on white background

This text has color #1E071E on white background.



Black color preview on #1E071E background

This text has black color on #1E071E background.


White color preview on #1E071E background

This text has white color on #1E071E background.