COLOR #2E3441

HEX: #2E3441
RGB: (46,52,65)

Color info

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

RGB color model

#2E3441 color RGB value is (46,52,65).

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

RGB channels and saturation

R 46 of 255 = 18%
G 52 of 255 = 20%
B 65 of 255 = 25%

46
52
65

R + G + B ~ 21%. #2E3441 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 52 + 65 = 163 (100%)
R 46 of 163 ~ 28.22%
G 52 of 163 ~ 31.9%
B 65 of 163 ~ 39.88%

%28.22
%31.9
%39.88

CMYK color model

#2E3441 color CMYK value is (29,20,0,75).

  • cyan value is 29.23%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(29,20,0,75)
C29M20Y0K75 
(29%,20%,0%,75%)
(0.29/0.20/0.00/0.75)	

CMYK percentages

%29.23
%20
%0
%74.51

Codes

Color #2E3441 in popluar color models

2E3441
RGB465265
HSL221°17.12%21.76%
HSB/HSV221°29.23%25.49%
CMYK29.23%20.00%0.00%
74.51%

Color #2E3441 in popluar number systems.

HEX2E3441
Decimal465265
Binary1011101101001000001
Octal5664101

Shades and tints

Shades of #2E3441

#2E3441
(46,52,65)
#2A303C
(42,48,60)
#262C37
(38,44,55)
#222832
(34,40,50)
#1E242D
(30,36,45)
#1A2028
(26,32,40)
#161C23
(22,28,35)
#12181E
(18,24,30)
#0E1419
(14,20,25)
#0A1014
(10,16,20)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #2E3441

#2E3441
(46,52,65)
#414652
(65,70,82)
#545863
(84,88,99)
#676A74
(103,106,116)
#7A7C85
(122,124,133)
#8D8E96
(141,142,150)
#A0A0A7
(160,160,167)
#B3B2B8
(179,178,184)
#C6C4C9
(198,196,201)
#D9D6DA
(217,214,218)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3441; }

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

This text font color is #2E3441.


Background Color

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

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

This div background color is #2E3441.


Border color

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

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

This div border color is #2E3441.


Opacity

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

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

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

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

This text has shadow with #2E3441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3441 on black background.


Color preview on white background

This text has color #2E3441 on white background.



Black color preview on #2E3441 background

This text has black color on #2E3441 background.


White color preview on #2E3441 background

This text has white color on #2E3441 background.