COLOR #1E243A

HEX: #1E243A
RGB: (30,36,58)

Color info

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

RGB color model

#1E243A color RGB value is (30,36,58).

  • red value is 30;
  • green value is 36;
  • blue value is 58.
RGB:
(30,36,58)
(12%,14%,23%)

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 58 of 255 = 23%

30
36
58

R + G + B ~ 16%. #1E243A is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 36 + 58 = 124 (100%)
R 30 of 124 ~ 24.19%
G 36 of 124 ~ 29.03%
B 58 of 124 ~ 46.77%

%24.19
%29.03
%46.77

CMYK color model

#1E243A color CMYK value is (48,38,0,77).

  • cyan value is 48.28%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(48,38,0,77)
C48M38Y0K77 
(48%,38%,0%,77%)
(0.48/0.38/0.00/0.77)	

CMYK percentages

%48.28
%37.93
%0
%77.25

Codes

Color #1E243A in popluar color models

1E243A
RGB303658
HSL227°31.82%17.25%
HSB/HSV227°48.28%22.75%
CMYK48.28%37.93%0.00%
77.25%

Color #1E243A in popluar number systems.

HEX1E243A
Decimal303658
Binary11110100100111010
Octal364472

Shades and tints

Shades of #1E243A

#1E243A
(30,36,58)
#1C2135
(28,33,53)
#1A1E30
(26,30,48)
#181B2B
(24,27,43)
#161826
(22,24,38)
#141521
(20,21,33)
#12121C
(18,18,28)
#100F17
(16,15,23)
#0E0C12
(14,12,18)
#0C090D
(12,9,13)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #1E243A

#1E243A
(30,36,58)
#32374B
(50,55,75)
#464A5C
(70,74,92)
#5A5D6D
(90,93,109)
#6E707E
(110,112,126)
#82838F
(130,131,143)
#9696A0
(150,150,160)
#AAA9B1
(170,169,177)
#BEBCC2
(190,188,194)
#D2CFD3
(210,207,211)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E243A color. Also use rgb(30,36,58) instead hex code.

Text Font Color

.myTextColor { color: #1E243A; }

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

This text font color is #1E243A.


Background Color

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

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

This div background color is #1E243A.


Border color

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

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

This div border color is #1E243A.


Opacity

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

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

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

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

This text has shadow with #1E243A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E243A on black background.


Color preview on white background

This text has color #1E243A on white background.



Black color preview on #1E243A background

This text has black color on #1E243A background.


White color preview on #1E243A background

This text has white color on #1E243A background.