COLOR #1E0612

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

Color info

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

RGB color model

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

RGB: (30,6,18) (12%, 2%, 7%)

RGB channels and saturation

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

30
6
18

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

Portions of RGB colors in percentages

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

%55.56
%11.11
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 40.00%
  • key color value is 88.24%

CMYK: (0,80,40,88)
C0M80Y40K88 (0%, 80%, 40%, 88%)
(0.00 / 0.80 / 0.40 / 0.88)

CMYK percentages

%0
%80
%40
%88.24

Codes

Color #1E0612 in popluar color models

1E 06 12
RGB 30 6 18
HSL 330° 66.67% 7.06%
HSB/HSV 330° 80.00% 11.76%
CMYK 0.00% 80.00% 40.00%
88.24%

Color #1E0612 in popluar number systems.

HEX 1E 06 12
Decimal 30 6 18
Binary 11110 110 10010
Octal 36 6 22

Shades and tints

Shades of #1E0612

#1E0612
(30,6,18)
#1C0611
(28,6,17)
#1A0610
(26,6,16)
#18060F
(24,6,15)
#16060E
(22,6,14)
#14060D
(20,6,13)
#12060C
(18,6,12)
#10060B
(16,6,11)
#0E060A
(14,6,10)
#0C0609
(12,6,9)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #1E0612

#1E0612
(30,6,18)
#321C27
(50,28,39)
#46323C
(70,50,60)
#5A4851
(90,72,81)
#6E5E66
(110,94,102)
#82747B
(130,116,123)
#968A90
(150,138,144)
#AAA0A5
(170,160,165)
#BEB6BA
(190,182,186)
#D2CCCF
(210,204,207)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E0612; }

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

This text font color is #1E0612.

Background Color

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

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

This div background color is #1E0612.

Border color

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

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

This div border color is #1E0612.

Opacity

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

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

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

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

This text has shadow with #1E0612 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E0612.

Preview

Color preview on black background

This text has color #1E0612 on black background.


Color preview on white background

This text has color #1E0612 on white background.


Black color preview on #1E0612 background

This text has black color on #1E0612 background.


White color preview on #1E0612 background

This text has white color on #1E0612 background.


Related colors

Complementary color

Complementary color for #hex is #E1F9ED.


I love getcolorcode.com

Triadic colors

1 #121E06 and #06121E with #1E0612 are triadic colors.

2 #12061E and #061E12 with #1E0612 are triadic colors.