COLOR #1E0701

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
7
1

R + G + B ~ 5%. #1E0701 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 7 + 1 = 38 (100%)
R 30 of 38 ~ 78.95%
G 7 of 38 ~ 18.42%
B 1 of 38 ~ 2.63%

%78.95
%18.42

CMYK color model

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

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

CMYK percentages

%0
%76.67
%96.67
%88.24

Codes

Color #1E0701 in popluar color models

1E0701
RGB3071
HSL12°93.55%6.08%
HSB/HSV12°96.67%11.76%
CMYK0.00%76.67%96.67%
88.24%

Color #1E0701 in popluar number systems.

HEX1E0701
Decimal3071
Binary111101111
Octal3671

Shades and tints

Shades of #1E0701

#1E0701
(30,7,1)
#1C0701
(28,7,1)
#1A0701
(26,7,1)
#180701
(24,7,1)
#160701
(22,7,1)
#140701
(20,7,1)
#120701
(18,7,1)
#100701
(16,7,1)
#0E0701
(14,7,1)
#0C0701
(12,7,1)
#0A0701
(10,7,1)
#000000
(0,0,0)

Tints of #1E0701

#1E0701
(30,7,1)
#321D18
(50,29,24)
#46332F
(70,51,47)
#5A4946
(90,73,70)
#6E5F5D
(110,95,93)
#827574
(130,117,116)
#968B8B
(150,139,139)
#AAA1A2
(170,161,162)
#BEB7B9
(190,183,185)
#D2CDD0
(210,205,208)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E0701; }

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

This text font color is #1E0701.


Background Color

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

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

This div background color is #1E0701.


Border color

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

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

This div border color is #1E0701.


Opacity

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

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

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

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

This text has shadow with #1E0701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E0701 on black background.


Color preview on white background

This text has color #1E0701 on white background.



Black color preview on #1E0701 background

This text has black color on #1E0701 background.


White color preview on #1E0701 background

This text has white color on #1E0701 background.