COLOR #1E373C

HEX: #1E373C
RGB: (30,55,60)

Color info

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

RGB color model

#1E373C color RGB value is (30,55,60).

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

RGB channels and saturation

R 30 of 255 = 12%
G 55 of 255 = 22%
B 60 of 255 = 24%

30
55
60

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

Portions of RGB colors in percentages

R + G + B =
30 + 55 + 60 = 145 (100%)
R 30 of 145 ~ 20.69%
G 55 of 145 ~ 37.93%
B 60 of 145 ~ 41.38%

%20.69
%37.93
%41.38

CMYK color model

#1E373C color CMYK value is (50,8,0,76).

  • cyan value is 50.00%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(50,8,0,76)
C50M8Y0K76 
(50%,8%,0%,76%)
(0.50/0.08/0.00/0.76)	

CMYK percentages

%50
%8.33
%0
%76.47

Codes

Color #1E373C in popluar color models

1E373C
RGB305560
HSL190°33.33%17.65%
HSB/HSV190°50.00%23.53%
CMYK50.00%8.33%0.00%
76.47%

Color #1E373C in popluar number systems.

HEX1E373C
Decimal305560
Binary11110110111111100
Octal366774

Shades and tints

Shades of #1E373C

#1E373C
(30,55,60)
#1C3237
(28,50,55)
#1A2D32
(26,45,50)
#18282D
(24,40,45)
#162328
(22,35,40)
#141E23
(20,30,35)
#12191E
(18,25,30)
#101419
(16,20,25)
#0E0F14
(14,15,20)
#0C0A0F
(12,10,15)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #1E373C

#1E373C
(30,55,60)
#32494D
(50,73,77)
#465B5E
(70,91,94)
#5A6D6F
(90,109,111)
#6E7F80
(110,127,128)
#829191
(130,145,145)
#96A3A2
(150,163,162)
#AAB5B3
(170,181,179)
#BEC7C4
(190,199,196)
#D2D9D5
(210,217,213)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E373C color. Also use rgb(30,55,60) instead hex code.

Text Font Color

.myTextColor { color: #1E373C; }

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

This text font color is #1E373C.


Background Color

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

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

This div background color is #1E373C.


Border color

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

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

This div border color is #1E373C.


Opacity

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

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

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

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

This text has shadow with #1E373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E373C on black background.


Color preview on white background

This text has color #1E373C on white background.



Black color preview on #1E373C background

This text has black color on #1E373C background.


White color preview on #1E373C background

This text has white color on #1E373C background.