COLOR #1E1D12

HEX: #1E1D12
RGB: (30,29,18)

Color info

#1E1D12 contains red, green and blue colors in about the same proportion. Web safe color of #1E1D12 is #333300 (or #330).

RGB color model

#1E1D12 color RGB value is (30,29,18).

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

RGB channels and saturation

R 30 of 255 = 12%
G 29 of 255 = 11%
B 18 of 255 = 7%

30
29
18

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

Portions of RGB colors in percentages

R + G + B =
30 + 29 + 18 = 77 (100%)
R 30 of 77 ~ 38.96%
G 29 of 77 ~ 37.66%
B 18 of 77 ~ 23.38%

%38.96
%37.66
%23.38

CMYK color model

#1E1D12 color CMYK value is (0,3,40,88).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 40.00%
  • key color value is 88.24%
CMYK:
(0,3,40,88)
C0M3Y40K88 
(0%,3%,40%,88%)
(0.00/0.03/0.40/0.88)	

CMYK percentages

%0
%3.33
%40
%88.24

Codes

Color #1E1D12 in popluar color models

1E1D12
RGB302918
HSL55°25.00%9.41%
HSB/HSV55°40.00%11.76%
CMYK0.00%3.33%40.00%
88.24%

Color #1E1D12 in popluar number systems.

HEX1E1D12
Decimal302918
Binary111101110110010
Octal363522

Shades and tints

Shades of #1E1D12

#1E1D12
(30,29,18)
#1C1B11
(28,27,17)
#1A1910
(26,25,16)
#18170F
(24,23,15)
#16150E
(22,21,14)
#14130D
(20,19,13)
#12110C
(18,17,12)
#100F0B
(16,15,11)
#0E0D0A
(14,13,10)
#0C0B09
(12,11,9)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #1E1D12

#1E1D12
(30,29,18)
#323127
(50,49,39)
#46453C
(70,69,60)
#5A5951
(90,89,81)
#6E6D66
(110,109,102)
#82817B
(130,129,123)
#969590
(150,149,144)
#AAA9A5
(170,169,165)
#BEBDBA
(190,189,186)
#D2D1CF
(210,209,207)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1D12; }

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

This text font color is #1E1D12.


Background Color

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

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

This div background color is #1E1D12.


Border color

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

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

This div border color is #1E1D12.


Opacity

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

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

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

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

This text has shadow with #1E1D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1D12 on black background.


Color preview on white background

This text has color #1E1D12 on white background.



Black color preview on #1E1D12 background

This text has black color on #1E1D12 background.


White color preview on #1E1D12 background

This text has white color on #1E1D12 background.