COLOR #1E0D15

HEX: #1E0D15
RGB: (30,13,21)

Color info

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

RGB color model

#1E0D15 color RGB value is (30,13,21).

  • red value is 30;
  • green value is 13;
  • blue value is 21.
RGB:
(30,13,21)
(12%,5%,8%)

RGB channels and saturation

R 30 of 255 = 12%
G 13 of 255 = 5%
B 21 of 255 = 8%

30
13
21

R + G + B ~ 8%. #1E0D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 13 + 21 = 64 (100%)
R 30 of 64 ~ 46.88%
G 13 of 64 ~ 20.31%
B 21 of 64 ~ 32.81%

%46.88
%20.31
%32.81

CMYK color model

#1E0D15 color CMYK value is (0,57,30,88).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 30.00%
  • key color value is 88.24%
CMYK:
(0,57,30,88)
C0M57Y30K88 
(0%,57%,30%,88%)
(0.00/0.57/0.30/0.88)	

CMYK percentages

%0
%56.67
%30
%88.24

Codes

Color #1E0D15 in popluar color models

1E0D15
RGB301321
HSL332°39.53%8.43%
HSB/HSV332°56.67%11.76%
CMYK0.00%56.67%30.00%
88.24%

Color #1E0D15 in popluar number systems.

HEX1E0D15
Decimal301321
Binary11110110110101
Octal361525

Shades and tints

Shades of #1E0D15

#1E0D15
(30,13,21)
#1C0C14
(28,12,20)
#1A0B13
(26,11,19)
#180A12
(24,10,18)
#160911
(22,9,17)
#140810
(20,8,16)
#12070F
(18,7,15)
#10060E
(16,6,14)
#0E050D
(14,5,13)
#0C040C
(12,4,12)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #1E0D15

#1E0D15
(30,13,21)
#32232A
(50,35,42)
#46393F
(70,57,63)
#5A4F54
(90,79,84)
#6E6569
(110,101,105)
#827B7E
(130,123,126)
#969193
(150,145,147)
#AAA7A8
(170,167,168)
#BEBDBD
(190,189,189)
#D2D3D2
(210,211,210)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E0D15; }

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

This text font color is #1E0D15.


Background Color

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

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

This div background color is #1E0D15.


Border color

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

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

This div border color is #1E0D15.


Opacity

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

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

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

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

This text has shadow with #1E0D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E0D15 on black background.


Color preview on white background

This text has color #1E0D15 on white background.



Black color preview on #1E0D15 background

This text has black color on #1E0D15 background.


White color preview on #1E0D15 background

This text has white color on #1E0D15 background.