COLOR #1E393D

HEX: #1E393D
RGB: (30,57,61)

Color info

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

RGB color model

#1E393D color RGB value is (30,57,61).

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

RGB channels and saturation

R 30 of 255 = 12%
G 57 of 255 = 22%
B 61 of 255 = 24%

30
57
61

R + G + B ~ 19%. #1E393D is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 57 + 61 = 148 (100%)
R 30 of 148 ~ 20.27%
G 57 of 148 ~ 38.51%
B 61 of 148 ~ 41.22%

%20.27
%38.51
%41.22

CMYK color model

#1E393D color CMYK value is (51,7,0,76).

  • cyan value is 50.82%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(51,7,0,76)
C51M7Y0K76 
(51%,7%,0%,76%)
(0.51/0.07/0.00/0.76)	

CMYK percentages

%50.82
%6.56
%0
%76.08

Codes

Color #1E393D in popluar color models

1E393D
RGB305761
HSL188°34.07%17.84%
HSB/HSV188°50.82%23.92%
CMYK50.82%6.56%0.00%
76.08%

Color #1E393D in popluar number systems.

HEX1E393D
Decimal305761
Binary11110111001111101
Octal367175

Shades and tints

Shades of #1E393D

#1E393D
(30,57,61)
#1C3438
(28,52,56)
#1A2F33
(26,47,51)
#182A2E
(24,42,46)
#162529
(22,37,41)
#142024
(20,32,36)
#121B1F
(18,27,31)
#10161A
(16,22,26)
#0E1115
(14,17,21)
#0C0C10
(12,12,16)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #1E393D

#1E393D
(30,57,61)
#324B4E
(50,75,78)
#465D5F
(70,93,95)
#5A6F70
(90,111,112)
#6E8181
(110,129,129)
#829392
(130,147,146)
#96A5A3
(150,165,163)
#AAB7B4
(170,183,180)
#BEC9C5
(190,201,197)
#D2DBD6
(210,219,214)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E393D; }

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

This text font color is #1E393D.


Background Color

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

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

This div background color is #1E393D.


Border color

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

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

This div border color is #1E393D.


Opacity

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

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

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

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

This text has shadow with #1E393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E393D on black background.


Color preview on white background

This text has color #1E393D on white background.



Black color preview on #1E393D background

This text has black color on #1E393D background.


White color preview on #1E393D background

This text has white color on #1E393D background.