COLOR #1E070B

HEX: #1E070B RGB: (30,7,11)

Color info

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

RGB color model

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

RGB: (30,7,11) (12%, 3%, 4%)

RGB channels and saturation

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

30
7
11

R + G + B ~ 6%. #1E070B is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 7 + 11 = 48 (100%)
R 30 of 48 ~ 62.5%
G 7 of 48 ~ 14.58%
B 11 of 48 ~ 22.92'%

%62.5
%14.58
%22.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 76.67%
  • yellow value is 63.33%
  • key color value is 88.24%

CMYK: (0,77,63,88)
C0M77Y63K88 (0%, 77%, 63%, 88%)
(0.00 / 0.77 / 0.63 / 0.88)

CMYK percentages

%0
%76.67
%63.33
%88.24

Codes

Color #1E070B in popluar color models

1E 07 0B
RGB 30 7 11
HSL 350° 62.16% 7.25%
HSB/HSV 350° 76.67% 11.76%
CMYK 0.00% 76.67% 63.33%
88.24%

Color #1E070B in popluar number systems.

HEX 1E 07 0B
Decimal 30 7 11
Binary 11110 111 1011
Octal 36 7 13

Shades and tints

Shades of #1E070B

#1E070B
(30,7,11)
#1C070A
(28,7,10)
#1A0709
(26,7,9)
#180708
(24,7,8)
#160707
(22,7,7)
#140706
(20,7,6)
#120705
(18,7,5)
#100704
(16,7,4)
#0E0703
(14,7,3)
#0C0702
(12,7,2)
#0A0701
(10,7,1)
#000000
(0,0,0)

Tints of #1E070B

#1E070B
(30,7,11)
#321D21
(50,29,33)
#463337
(70,51,55)
#5A494D
(90,73,77)
#6E5F63
(110,95,99)
#827579
(130,117,121)
#968B8F
(150,139,143)
#AAA1A5
(170,161,165)
#BEB7BB
(190,183,187)
#D2CDD1
(210,205,209)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E070B; }

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

This text font color is #1E070B.

Background Color

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

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

This div background color is #1E070B.

Border color

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

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

This div border color is #1E070B.

Opacity

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

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

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

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

This text has shadow with #1E070B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E070B.

Preview

Color preview on black background

This text has color #1E070B on black background.


Color preview on white background

This text has color #1E070B on white background.


Black color preview on #1E070B background

This text has black color on #1E070B background.


White color preview on #1E070B background

This text has white color on #1E070B background.


Related colors

Complementary color

Complementary color for #hex is #E1F8F4.


I love getcolorcode.com

Triadic colors

1 #0B1E07 and #070B1E with #1E070B are triadic colors.

2 #0B071E and #071E0B with #1E070B are triadic colors.