COLOR #1E253A

HEX: #1E253A
RGB: (30,37,58)

Color info

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

RGB color model

#1E253A color RGB value is (30,37,58).

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

RGB channels and saturation

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

30
37
58

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

Portions of RGB colors in percentages

R + G + B =
30 + 37 + 58 = 125 (100%)
R 30 of 125 ~ 24%
G 37 of 125 ~ 29.6%
B 58 of 125 ~ 46.4%

%24
%29.6
%46.4

CMYK color model

#1E253A color CMYK value is (48,36,0,77).

  • cyan value is 48.28%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(48,36,0,77)
C48M36Y0K77 
(48%,36%,0%,77%)
(0.48/0.36/0.00/0.77)	

CMYK percentages

%48.28
%36.21
%0
%77.25

Codes

Color #1E253A in popluar color models

1E253A
RGB303758
HSL225°31.82%17.25%
HSB/HSV225°48.28%22.75%
CMYK48.28%36.21%0.00%
77.25%

Color #1E253A in popluar number systems.

HEX1E253A
Decimal303758
Binary11110100101111010
Octal364572

Shades and tints

Shades of #1E253A

#1E253A
(30,37,58)
#1C2235
(28,34,53)
#1A1F30
(26,31,48)
#181C2B
(24,28,43)
#161926
(22,25,38)
#141621
(20,22,33)
#12131C
(18,19,28)
#101017
(16,16,23)
#0E0D12
(14,13,18)
#0C0A0D
(12,10,13)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #1E253A

#1E253A
(30,37,58)
#32384B
(50,56,75)
#464B5C
(70,75,92)
#5A5E6D
(90,94,109)
#6E717E
(110,113,126)
#82848F
(130,132,143)
#9697A0
(150,151,160)
#AAAAB1
(170,170,177)
#BEBDC2
(190,189,194)
#D2D0D3
(210,208,211)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E253A; }

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

This text font color is #1E253A.


Background Color

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

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

This div background color is #1E253A.


Border color

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

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

This div border color is #1E253A.


Opacity

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

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

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

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

This text has shadow with #1E253A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E253A on black background.


Color preview on white background

This text has color #1E253A on white background.



Black color preview on #1E253A background

This text has black color on #1E253A background.


White color preview on #1E253A background

This text has white color on #1E253A background.