COLOR #1E1912

HEX: #1E1912
RGB: (30,25,18)

Color info

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

RGB color model

#1E1912 color RGB value is (30,25,18).

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

RGB channels and saturation

R 30 of 255 = 12%
G 25 of 255 = 10%
B 18 of 255 = 7%

30
25
18

R + G + B ~ 10%. #1E1912 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 25 + 18 = 73 (100%)
R 30 of 73 ~ 41.1%
G 25 of 73 ~ 34.25%
B 18 of 73 ~ 24.66%

%41.1
%34.25
%24.66

CMYK color model

#1E1912 color CMYK value is (0,17,40,88).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 40.00%
  • key color value is 88.24%
CMYK:
(0,17,40,88)
C0M17Y40K88 
(0%,17%,40%,88%)
(0.00/0.17/0.40/0.88)	

CMYK percentages

%0
%16.67
%40
%88.24

Codes

Color #1E1912 in popluar color models

1E1912
RGB302518
HSL35°25.00%9.41%
HSB/HSV35°40.00%11.76%
CMYK0.00%16.67%40.00%
88.24%

Color #1E1912 in popluar number systems.

HEX1E1912
Decimal302518
Binary111101100110010
Octal363122

Shades and tints

Shades of #1E1912

#1E1912
(30,25,18)
#1C1711
(28,23,17)
#1A1510
(26,21,16)
#18130F
(24,19,15)
#16110E
(22,17,14)
#140F0D
(20,15,13)
#120D0C
(18,13,12)
#100B0B
(16,11,11)
#0E090A
(14,9,10)
#0C0709
(12,7,9)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #1E1912

#1E1912
(30,25,18)
#322D27
(50,45,39)
#46413C
(70,65,60)
#5A5551
(90,85,81)
#6E6966
(110,105,102)
#827D7B
(130,125,123)
#969190
(150,145,144)
#AAA5A5
(170,165,165)
#BEB9BA
(190,185,186)
#D2CDCF
(210,205,207)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1912; }

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

This text font color is #1E1912.


Background Color

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

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

This div background color is #1E1912.


Border color

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

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

This div border color is #1E1912.


Opacity

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

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

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

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

This text has shadow with #1E1912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1912 on black background.


Color preview on white background

This text has color #1E1912 on white background.



Black color preview on #1E1912 background

This text has black color on #1E1912 background.


White color preview on #1E1912 background

This text has white color on #1E1912 background.