COLOR #1E273A

HEX: #1E273A
RGB: (30,39,58)

Color info

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

RGB color model

#1E273A color RGB value is (30,39,58).

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

RGB channels and saturation

R 30 of 255 = 12%
G 39 of 255 = 15%
B 58 of 255 = 23%

30
39
58

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

Portions of RGB colors in percentages

R + G + B =
30 + 39 + 58 = 127 (100%)
R 30 of 127 ~ 23.62%
G 39 of 127 ~ 30.71%
B 58 of 127 ~ 45.67%

%23.62
%30.71
%45.67

CMYK color model

#1E273A color CMYK value is (48,33,0,77).

  • cyan value is 48.28%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(48,33,0,77)
C48M33Y0K77 
(48%,33%,0%,77%)
(0.48/0.33/0.00/0.77)	

CMYK percentages

%48.28
%32.76
%0
%77.25

Codes

Color #1E273A in popluar color models

1E273A
RGB303958
HSL221°31.82%17.25%
HSB/HSV221°48.28%22.75%
CMYK48.28%32.76%0.00%
77.25%

Color #1E273A in popluar number systems.

HEX1E273A
Decimal303958
Binary11110100111111010
Octal364772

Shades and tints

Shades of #1E273A

#1E273A
(30,39,58)
#1C2435
(28,36,53)
#1A2130
(26,33,48)
#181E2B
(24,30,43)
#161B26
(22,27,38)
#141821
(20,24,33)
#12151C
(18,21,28)
#101217
(16,18,23)
#0E0F12
(14,15,18)
#0C0C0D
(12,12,13)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #1E273A

#1E273A
(30,39,58)
#323A4B
(50,58,75)
#464D5C
(70,77,92)
#5A606D
(90,96,109)
#6E737E
(110,115,126)
#82868F
(130,134,143)
#9699A0
(150,153,160)
#AAACB1
(170,172,177)
#BEBFC2
(190,191,194)
#D2D2D3
(210,210,211)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E273A; }

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

This text font color is #1E273A.


Background Color

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

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

This div background color is #1E273A.


Border color

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

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

This div border color is #1E273A.


Opacity

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

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

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

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

This text has shadow with #1E273A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E273A on black background.


Color preview on white background

This text has color #1E273A on white background.



Black color preview on #1E273A background

This text has black color on #1E273A background.


White color preview on #1E273A background

This text has white color on #1E273A background.