COLOR #1E1C12

HEX: #1E1C12 RGB: (30,28,18)

Color info

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

RGB color model

#1E1C12 color RGB value is (30,28,18).

RGB: (30,28,18) (12%, 11%, 7%)

RGB channels and saturation

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

30
28
18

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

Portions of RGB colors in percentages

R + G + B = 30 + 28 + 18 = 76 (100%)
R 30 of 76 ~ 39.47%
G 28 of 76 ~ 36.84%
B 18 of 76 ~ 23.68'%

%39.47
%36.84
%23.68

CMYK color model

#1E1C12 color CMYK value is (0,7,40,88).

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

CMYK: (0,7,40,88)
C0M7Y40K88 (0%, 7%, 40%, 88%)
(0.00 / 0.07 / 0.40 / 0.88)

CMYK percentages

%0
%6.67
%40
%88.24

Codes

Color #1E1C12 in popluar color models

1E 1C 12
RGB 30 28 18
HSL 50° 25.00% 9.41%
HSB/HSV 50° 40.00% 11.76%
CMYK 0.00% 6.67% 40.00%
88.24%

Color #1E1C12 in popluar number systems.

HEX 1E 1C 12
Decimal 30 28 18
Binary 11110 11100 10010
Octal 36 34 22

Shades and tints

Shades of #1E1C12

#1E1C12
(30,28,18)
#1C1A11
(28,26,17)
#1A1810
(26,24,16)
#18160F
(24,22,15)
#16140E
(22,20,14)
#14120D
(20,18,13)
#12100C
(18,16,12)
#100E0B
(16,14,11)
#0E0C0A
(14,12,10)
#0C0A09
(12,10,9)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #1E1C12

#1E1C12
(30,28,18)
#323027
(50,48,39)
#46443C
(70,68,60)
#5A5851
(90,88,81)
#6E6C66
(110,108,102)
#82807B
(130,128,123)
#969490
(150,148,144)
#AAA8A5
(170,168,165)
#BEBCBA
(190,188,186)
#D2D0CF
(210,208,207)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1C12; }

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

This text font color is #1E1C12.

Background Color

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

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

This div background color is #1E1C12.

Border color

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

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

This div border color is #1E1C12.

Opacity

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

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

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

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

This text has shadow with #1E1C12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E1C12.

Preview

Color preview on black background

This text has color #1E1C12 on black background.


Color preview on white background

This text has color #1E1C12 on white background.


Black color preview on #1E1C12 background

This text has black color on #1E1C12 background.


White color preview on #1E1C12 background

This text has white color on #1E1C12 background.


Related colors

Complementary color

Complementary color for #hex is #E1E3ED.


I love getcolorcode.com

Triadic colors

1 #121E1C and #1C121E with #1E1C12 are triadic colors.

2 #121C1E and #1C1E12 with #1E1C12 are triadic colors.