COLOR #2E4159

HEX: #2E4159
RGB: (46,65,89)

Color info

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

RGB color model

#2E4159 color RGB value is (46,65,89).

  • red value is 46;
  • green value is 65;
  • blue value is 89.
RGB:
(46,65,89)
(18%,25%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 65 of 255 = 25%
B 89 of 255 = 35%

46
65
89

R + G + B ~ 26%. #2E4159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 65 + 89 = 200 (100%)
R 46 of 200 ~ 23%
G 65 of 200 ~ 32.5%
B 89 of 200 ~ 44.5%

%23
%32.5
%44.5

CMYK color model

#2E4159 color CMYK value is (48,27,0,65).

  • cyan value is 48.31%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(48,27,0,65)
C48M27Y0K65 
(48%,27%,0%,65%)
(0.48/0.27/0.00/0.65)	

CMYK percentages

%48.31
%26.97
%0
%65.1

Codes

Color #2E4159 in popluar color models

2E4159
RGB466589
HSL213°31.85%26.47%
HSB/HSV213°48.31%34.90%
CMYK48.31%26.97%0.00%
65.10%

Color #2E4159 in popluar number systems.

HEX2E4159
Decimal466589
Binary10111010000011011001
Octal56101131

Shades and tints

Shades of #2E4159

#2E4159
(46,65,89)
#2A3C51
(42,60,81)
#263749
(38,55,73)
#223241
(34,50,65)
#1E2D39
(30,45,57)
#1A2831
(26,40,49)
#162329
(22,35,41)
#121E21
(18,30,33)
#0E1919
(14,25,25)
#0A1411
(10,20,17)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #2E4159

#2E4159
(46,65,89)
#415268
(65,82,104)
#546377
(84,99,119)
#677486
(103,116,134)
#7A8595
(122,133,149)
#8D96A4
(141,150,164)
#A0A7B3
(160,167,179)
#B3B8C2
(179,184,194)
#C6C9D1
(198,201,209)
#D9DAE0
(217,218,224)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4159 color. Also use rgb(46,65,89) instead hex code.

Text Font Color

.myTextColor { color: #2E4159; }

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

This text font color is #2E4159.


Background Color

.myBgColor { background-color: #2E4159; }

<div style="background-color:#2E4159">Inner text</div>

This div background color is #2E4159.


Border color

.myBorderColor { border: 1px solid #2E4159; }

<div style="border:3px solid #2E4159">Div</div>

This div border color is #2E4159.


Opacity

.myOpacity80 { color: #2E4159; opacity: 0.8; }

<p style="color:#2E4159;opacity:0.8;">80%</p>

Text with #2E4159 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 #2E4159;}

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

This text has shadow with #2E4159 color.

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

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

This text has shadow with #2E4159 primary color and red secondary color.


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

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

This text has shadow with #2E4159 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4159 on black background.


Color preview on white background

This text has color #2E4159 on white background.



Black color preview on #2E4159 background

This text has black color on #2E4159 background.


White color preview on #2E4159 background

This text has white color on #2E4159 background.