COLOR #1E253F

HEX: #1E253F
RGB: (30,37,63)

Color info

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

RGB color model

#1E253F color RGB value is (30,37,63).

  • red value is 30;
  • green value is 37;
  • blue value is 63.
RGB:
(30,37,63)
(12%,15%,25%)

RGB channels and saturation

R 30 of 255 = 12%
G 37 of 255 = 15%
B 63 of 255 = 25%

30
37
63

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

Portions of RGB colors in percentages

R + G + B =
30 + 37 + 63 = 130 (100%)
R 30 of 130 ~ 23.08%
G 37 of 130 ~ 28.46%
B 63 of 130 ~ 48.46%

%23.08
%28.46
%48.46

CMYK color model

#1E253F color CMYK value is (52,41,0,75).

  • cyan value is 52.38%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(52,41,0,75)
C52M41Y0K75 
(52%,41%,0%,75%)
(0.52/0.41/0.00/0.75)	

CMYK percentages

%52.38
%41.27
%0
%75.29

Codes

Color #1E253F in popluar color models

1E253F
RGB303763
HSL227°35.48%18.24%
HSB/HSV227°52.38%24.71%
CMYK52.38%41.27%0.00%
75.29%

Color #1E253F in popluar number systems.

HEX1E253F
Decimal303763
Binary11110100101111111
Octal364577

Shades and tints

Shades of #1E253F

#1E253F
(30,37,63)
#1C223A
(28,34,58)
#1A1F35
(26,31,53)
#181C30
(24,28,48)
#16192B
(22,25,43)
#141626
(20,22,38)
#121321
(18,19,33)
#10101C
(16,16,28)
#0E0D17
(14,13,23)
#0C0A12
(12,10,18)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #1E253F

#1E253F
(30,37,63)
#323850
(50,56,80)
#464B61
(70,75,97)
#5A5E72
(90,94,114)
#6E7183
(110,113,131)
#828494
(130,132,148)
#9697A5
(150,151,165)
#AAAAB6
(170,170,182)
#BEBDC7
(190,189,199)
#D2D0D8
(210,208,216)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E253F color. Also use rgb(30,37,63) instead hex code.

Text Font Color

.myTextColor { color: #1E253F; }

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

This text font color is #1E253F.


Background Color

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

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

This div background color is #1E253F.


Border color

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

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

This div border color is #1E253F.


Opacity

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

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

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

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

This text has shadow with #1E253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E253F on black background.


Color preview on white background

This text has color #1E253F on white background.



Black color preview on #1E253F background

This text has black color on #1E253F background.


White color preview on #1E253F background

This text has white color on #1E253F background.