COLOR #1E3541

HEX: #1E3541
RGB: (30,53,65)

Color info

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

RGB color model

#1E3541 color RGB value is (30,53,65).

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

RGB channels and saturation

R 30 of 255 = 12%
G 53 of 255 = 21%
B 65 of 255 = 25%

30
53
65

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

Portions of RGB colors in percentages

R + G + B =
30 + 53 + 65 = 148 (100%)
R 30 of 148 ~ 20.27%
G 53 of 148 ~ 35.81%
B 65 of 148 ~ 43.92%

%20.27
%35.81
%43.92

CMYK color model

#1E3541 color CMYK value is (54,18,0,75).

  • cyan value is 53.85%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(54,18,0,75)
C54M18Y0K75 
(54%,18%,0%,75%)
(0.54/0.18/0.00/0.75)	

CMYK percentages

%53.85
%18.46
%0
%74.51

Codes

Color #1E3541 in popluar color models

1E3541
RGB305365
HSL201°36.84%18.63%
HSB/HSV201°53.85%25.49%
CMYK53.85%18.46%0.00%
74.51%

Color #1E3541 in popluar number systems.

HEX1E3541
Decimal305365
Binary111101101011000001
Octal3665101

Shades and tints

Shades of #1E3541

#1E3541
(30,53,65)
#1C313C
(28,49,60)
#1A2D37
(26,45,55)
#182932
(24,41,50)
#16252D
(22,37,45)
#142128
(20,33,40)
#121D23
(18,29,35)
#10191E
(16,25,30)
#0E1519
(14,21,25)
#0C1114
(12,17,20)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #1E3541

#1E3541
(30,53,65)
#324752
(50,71,82)
#465963
(70,89,99)
#5A6B74
(90,107,116)
#6E7D85
(110,125,133)
#828F96
(130,143,150)
#96A1A7
(150,161,167)
#AAB3B8
(170,179,184)
#BEC5C9
(190,197,201)
#D2D7DA
(210,215,218)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3541; }

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

This text font color is #1E3541.


Background Color

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

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

This div background color is #1E3541.


Border color

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

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

This div border color is #1E3541.


Opacity

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

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

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

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

This text has shadow with #1E3541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3541 on black background.


Color preview on white background

This text has color #1E3541 on white background.



Black color preview on #1E3541 background

This text has black color on #1E3541 background.


White color preview on #1E3541 background

This text has white color on #1E3541 background.