COLOR #1E2F4F

HEX: #1E2F4F
RGB: (30,47,79)

Color info

#1E2F4F contains red, green and blue colors in about the same proportion. Web safe color of #1E2F4F is #333366 (or #336).

RGB color model

#1E2F4F color RGB value is (30,47,79).

  • red value is 30;
  • green value is 47;
  • blue value is 79.
RGB:
(30,47,79)
(12%,18%,31%)

RGB channels and saturation

R 30 of 255 = 12%
G 47 of 255 = 18%
B 79 of 255 = 31%

30
47
79

R + G + B ~ 20%. #1E2F4F is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 47 + 79 = 156 (100%)
R 30 of 156 ~ 19.23%
G 47 of 156 ~ 30.13%
B 79 of 156 ~ 50.64%

%19.23
%30.13
%50.64

CMYK color model

#1E2F4F color CMYK value is (62,41,0,69).

  • cyan value is 62.03%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(62,41,0,69)
C62M41Y0K69 
(62%,41%,0%,69%)
(0.62/0.41/0.00/0.69)	

CMYK percentages

%62.03
%40.51
%0
%69.02

Codes

Color #1E2F4F in popluar color models

1E2F4F
RGB304779
HSL219°44.95%21.37%
HSB/HSV219°62.03%30.98%
CMYK62.03%40.51%0.00%
69.02%

Color #1E2F4F in popluar number systems.

HEX1E2F4F
Decimal304779
Binary111101011111001111
Octal3657117

Shades and tints

Shades of #1E2F4F

#1E2F4F
(30,47,79)
#1C2B48
(28,43,72)
#1A2741
(26,39,65)
#18233A
(24,35,58)
#161F33
(22,31,51)
#141B2C
(20,27,44)
#121725
(18,23,37)
#10131E
(16,19,30)
#0E0F17
(14,15,23)
#0C0B10
(12,11,16)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #1E2F4F

#1E2F4F
(30,47,79)
#32415F
(50,65,95)
#46536F
(70,83,111)
#5A657F
(90,101,127)
#6E778F
(110,119,143)
#82899F
(130,137,159)
#969BAF
(150,155,175)
#AAADBF
(170,173,191)
#BEBFCF
(190,191,207)
#D2D1DF
(210,209,223)
#E6E3EF
(230,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2F4F color. Also use rgb(30,47,79) instead hex code.

Text Font Color

.myTextColor { color: #1E2F4F; }

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

This text font color is #1E2F4F.


Background Color

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

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

This div background color is #1E2F4F.


Border color

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

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

This div border color is #1E2F4F.


Opacity

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

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

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

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

This text has shadow with #1E2F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2F4F on black background.


Color preview on white background

This text has color #1E2F4F on white background.



Black color preview on #1E2F4F background

This text has black color on #1E2F4F background.


White color preview on #1E2F4F background

This text has white color on #1E2F4F background.