COLOR #1E1337

HEX: #1E1337
RGB: (30,19,55)

Color info

#1E1337 contains red, green and blue colors in about the same proportion. Web safe color of #1E1337 is #330033 (or #303).

RGB color model

#1E1337 color RGB value is (30,19,55).

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

RGB channels and saturation

R 30 of 255 = 12%
G 19 of 255 = 7%
B 55 of 255 = 22%

30
19
55

R + G + B ~ 14%. #1E1337 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 19 + 55 = 104 (100%)
R 30 of 104 ~ 28.85%
G 19 of 104 ~ 18.27%
B 55 of 104 ~ 52.88%

%28.85
%18.27
%52.88

CMYK color model

#1E1337 color CMYK value is (45,65,0,78).

  • cyan value is 45.45%
  • magenta value is 65.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(45,65,0,78)
C45M65Y0K78 
(45%,65%,0%,78%)
(0.45/0.65/0.00/0.78)	

CMYK percentages

%45.45
%65.45
%0
%78.43

Codes

Color #1E1337 in popluar color models

1E1337
RGB301955
HSL258°48.65%14.51%
HSB/HSV258°65.45%21.57%
CMYK45.45%65.45%0.00%
78.43%

Color #1E1337 in popluar number systems.

HEX1E1337
Decimal301955
Binary1111010011110111
Octal362367

Shades and tints

Shades of #1E1337

#1E1337
(30,19,55)
#1C1232
(28,18,50)
#1A112D
(26,17,45)
#181028
(24,16,40)
#160F23
(22,15,35)
#140E1E
(20,14,30)
#120D19
(18,13,25)
#100C14
(16,12,20)
#0E0B0F
(14,11,15)
#0C0A0A
(12,10,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #1E1337

#1E1337
(30,19,55)
#322849
(50,40,73)
#463D5B
(70,61,91)
#5A526D
(90,82,109)
#6E677F
(110,103,127)
#827C91
(130,124,145)
#9691A3
(150,145,163)
#AAA6B5
(170,166,181)
#BEBBC7
(190,187,199)
#D2D0D9
(210,208,217)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1337; }

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

This text font color is #1E1337.


Background Color

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

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

This div background color is #1E1337.


Border color

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

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

This div border color is #1E1337.


Opacity

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

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

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

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

This text has shadow with #1E1337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1337 on black background.


Color preview on white background

This text has color #1E1337 on white background.



Black color preview on #1E1337 background

This text has black color on #1E1337 background.


White color preview on #1E1337 background

This text has white color on #1E1337 background.