COLOR #1E133D

HEX: #1E133D
RGB: (30,19,61)

Color info

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

RGB color model

#1E133D color RGB value is (30,19,61).

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

RGB channels and saturation

R 30 of 255 = 12%
G 19 of 255 = 7%
B 61 of 255 = 24%

30
19
61

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

Portions of RGB colors in percentages

R + G + B =
30 + 19 + 61 = 110 (100%)
R 30 of 110 ~ 27.27%
G 19 of 110 ~ 17.27%
B 61 of 110 ~ 55.45%

%27.27
%17.27
%55.45

CMYK color model

#1E133D color CMYK value is (51,69,0,76).

  • cyan value is 50.82%
  • magenta value is 68.85%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(51,69,0,76)
C51M69Y0K76 
(51%,69%,0%,76%)
(0.51/0.69/0.00/0.76)	

CMYK percentages

%50.82
%68.85
%0
%76.08

Codes

Color #1E133D in popluar color models

1E133D
RGB301961
HSL256°52.50%15.69%
HSB/HSV256°68.85%23.92%
CMYK50.82%68.85%0.00%
76.08%

Color #1E133D in popluar number systems.

HEX1E133D
Decimal301961
Binary1111010011111101
Octal362375

Shades and tints

Shades of #1E133D

#1E133D
(30,19,61)
#1C1238
(28,18,56)
#1A1133
(26,17,51)
#18102E
(24,16,46)
#160F29
(22,15,41)
#140E24
(20,14,36)
#120D1F
(18,13,31)
#100C1A
(16,12,26)
#0E0B15
(14,11,21)
#0C0A10
(12,10,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #1E133D

#1E133D
(30,19,61)
#32284E
(50,40,78)
#463D5F
(70,61,95)
#5A5270
(90,82,112)
#6E6781
(110,103,129)
#827C92
(130,124,146)
#9691A3
(150,145,163)
#AAA6B4
(170,166,180)
#BEBBC5
(190,187,197)
#D2D0D6
(210,208,214)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E133D; }

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

This text font color is #1E133D.


Background Color

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

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

This div background color is #1E133D.


Border color

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

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

This div border color is #1E133D.


Opacity

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

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

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

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

This text has shadow with #1E133D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E133D on black background.


Color preview on white background

This text has color #1E133D on white background.



Black color preview on #1E133D background

This text has black color on #1E133D background.


White color preview on #1E133D background

This text has white color on #1E133D background.