COLOR #1E3241

HEX: #1E3241
RGB: (30,50,65)

Color info

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

RGB color model

#1E3241 color RGB value is (30,50,65).

  • red value is 30;
  • green value is 50;
  • blue value is 65.
RGB:
(30,50,65)
(12%,20%,25%)

RGB channels and saturation

R 30 of 255 = 12%
G 50 of 255 = 20%
B 65 of 255 = 25%

30
50
65

R + G + B ~ 19%. #1E3241 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 50 + 65 = 145 (100%)
R 30 of 145 ~ 20.69%
G 50 of 145 ~ 34.48%
B 65 of 145 ~ 44.83%

%20.69
%34.48
%44.83

CMYK color model

#1E3241 color CMYK value is (54,23,0,75).

  • cyan value is 53.85%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(54,23,0,75)
C54M23Y0K75 
(54%,23%,0%,75%)
(0.54/0.23/0.00/0.75)	

CMYK percentages

%53.85
%23.08
%0
%74.51

Codes

Color #1E3241 in popluar color models

1E3241
RGB305065
HSL206°36.84%18.63%
HSB/HSV206°53.85%25.49%
CMYK53.85%23.08%0.00%
74.51%

Color #1E3241 in popluar number systems.

HEX1E3241
Decimal305065
Binary111101100101000001
Octal3662101

Shades and tints

Shades of #1E3241

#1E3241
(30,50,65)
#1C2E3C
(28,46,60)
#1A2A37
(26,42,55)
#182632
(24,38,50)
#16222D
(22,34,45)
#141E28
(20,30,40)
#121A23
(18,26,35)
#10161E
(16,22,30)
#0E1219
(14,18,25)
#0C0E14
(12,14,20)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #1E3241

#1E3241
(30,50,65)
#324452
(50,68,82)
#465663
(70,86,99)
#5A6874
(90,104,116)
#6E7A85
(110,122,133)
#828C96
(130,140,150)
#969EA7
(150,158,167)
#AAB0B8
(170,176,184)
#BEC2C9
(190,194,201)
#D2D4DA
(210,212,218)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3241 color. Also use rgb(30,50,65) instead hex code.

Text Font Color

.myTextColor { color: #1E3241; }

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

This text font color is #1E3241.


Background Color

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

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

This div background color is #1E3241.


Border color

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

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

This div border color is #1E3241.


Opacity

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

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

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

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

This text has shadow with #1E3241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3241 on black background.


Color preview on white background

This text has color #1E3241 on white background.



Black color preview on #1E3241 background

This text has black color on #1E3241 background.


White color preview on #1E3241 background

This text has white color on #1E3241 background.