COLOR #1E392B

HEX: #1E392B
RGB: (30,57,43)

Color info

#1E392B contains red, green and blue colors in about the same proportion. Web safe color of #1E392B is #333333 (or #333).

RGB color model

#1E392B color RGB value is (30,57,43).

  • red value is 30;
  • green value is 57;
  • blue value is 43.
RGB:
(30,57,43)
(12%,22%,17%)

RGB channels and saturation

R 30 of 255 = 12%
G 57 of 255 = 22%
B 43 of 255 = 17%

30
57
43

R + G + B ~ 17%. #1E392B is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 57 + 43 = 130 (100%)
R 30 of 130 ~ 23.08%
G 57 of 130 ~ 43.85%
B 43 of 130 ~ 33.08%

%23.08
%43.85
%33.08

CMYK color model

#1E392B color CMYK value is (47,0,25,78).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 77.65%
CMYK:
(47,0,25,78)
C47M0Y25K78 
(47%,0%,25%,78%)
(0.47/0.00/0.25/0.78)	

CMYK percentages

%47.37
%0
%24.56
%77.65

Codes

Color #1E392B in popluar color models

1E392B
RGB305743
HSL149°31.03%17.06%
HSB/HSV149°47.37%22.35%
CMYK47.37%0.00%24.56%
77.65%

Color #1E392B in popluar number systems.

HEX1E392B
Decimal305743
Binary11110111001101011
Octal367153

Shades and tints

Shades of #1E392B

#1E392B
(30,57,43)
#1C3428
(28,52,40)
#1A2F25
(26,47,37)
#182A22
(24,42,34)
#16251F
(22,37,31)
#14201C
(20,32,28)
#121B19
(18,27,25)
#101616
(16,22,22)
#0E1113
(14,17,19)
#0C0C10
(12,12,16)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #1E392B

#1E392B
(30,57,43)
#324B3E
(50,75,62)
#465D51
(70,93,81)
#5A6F64
(90,111,100)
#6E8177
(110,129,119)
#82938A
(130,147,138)
#96A59D
(150,165,157)
#AAB7B0
(170,183,176)
#BEC9C3
(190,201,195)
#D2DBD6
(210,219,214)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E392B color. Also use rgb(30,57,43) instead hex code.

Text Font Color

.myTextColor { color: #1E392B; }

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

This text font color is #1E392B.


Background Color

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

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

This div background color is #1E392B.


Border color

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

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

This div border color is #1E392B.


Opacity

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

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

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

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

This text has shadow with #1E392B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E392B on black background.


Color preview on white background

This text has color #1E392B on white background.



Black color preview on #1E392B background

This text has black color on #1E392B background.


White color preview on #1E392B background

This text has white color on #1E392B background.