COLOR #1E2141

HEX: #1E2141
RGB: (30,33,65)

Color info

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

RGB color model

#1E2141 color RGB value is (30,33,65).

  • red value is 30;
  • green value is 33;
  • blue value is 65.
RGB:
(30,33,65)
(12%,13%,25%)

RGB channels and saturation

R 30 of 255 = 12%
G 33 of 255 = 13%
B 65 of 255 = 25%

30
33
65

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

Portions of RGB colors in percentages

R + G + B =
30 + 33 + 65 = 128 (100%)
R 30 of 128 ~ 23.44%
G 33 of 128 ~ 25.78%
B 65 of 128 ~ 50.78%

%23.44
%25.78
%50.78

CMYK color model

#1E2141 color CMYK value is (54,49,0,75).

  • cyan value is 53.85%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(54,49,0,75)
C54M49Y0K75 
(54%,49%,0%,75%)
(0.54/0.49/0.00/0.75)	

CMYK percentages

%53.85
%49.23
%0
%74.51

Codes

Color #1E2141 in popluar color models

1E2141
RGB303365
HSL235°36.84%18.63%
HSB/HSV235°53.85%25.49%
CMYK53.85%49.23%0.00%
74.51%

Color #1E2141 in popluar number systems.

HEX1E2141
Decimal303365
Binary111101000011000001
Octal3641101

Shades and tints

Shades of #1E2141

#1E2141
(30,33,65)
#1C1E3C
(28,30,60)
#1A1B37
(26,27,55)
#181832
(24,24,50)
#16152D
(22,21,45)
#141228
(20,18,40)
#120F23
(18,15,35)
#100C1E
(16,12,30)
#0E0919
(14,9,25)
#0C0614
(12,6,20)
#0A030F
(10,3,15)
#000000
(0,0,0)

Tints of #1E2141

#1E2141
(30,33,65)
#323552
(50,53,82)
#464963
(70,73,99)
#5A5D74
(90,93,116)
#6E7185
(110,113,133)
#828596
(130,133,150)
#9699A7
(150,153,167)
#AAADB8
(170,173,184)
#BEC1C9
(190,193,201)
#D2D5DA
(210,213,218)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2141 color. Also use rgb(30,33,65) instead hex code.

Text Font Color

.myTextColor { color: #1E2141; }

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

This text font color is #1E2141.


Background Color

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

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

This div background color is #1E2141.


Border color

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

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

This div border color is #1E2141.


Opacity

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

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

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

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

This text has shadow with #1E2141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2141 on black background.


Color preview on white background

This text has color #1E2141 on white background.



Black color preview on #1E2141 background

This text has black color on #1E2141 background.


White color preview on #1E2141 background

This text has white color on #1E2141 background.