COLOR #2E3443

HEX: #2E3443 RGB: (46,52,67)

Color info

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

RGB color model

#2E3443 color RGB value is (46,52,67).

RGB: (46,52,67) (18%, 20%, 26%)

RGB channels and saturation

R 46 of 255 = 18%
G 52 of 255 = 20%
B 67 of 255 = 26%

46
52
67

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

Portions of RGB colors in percentages

R + G + B = 46 + 52 + 67 = 165 (100%)
R 46 of 165 ~ 27.88%
G 52 of 165 ~ 31.52%
B 67 of 165 ~ 40.61'%

%27.88
%31.52
%40.61

CMYK color model

#2E3443 color CMYK value is (31,22,0,74).

  • cyan value is 31.34%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (31,22,0,74)
C31M22Y0K74 (31%, 22%, 0%, 74%)
(0.31 / 0.22 / 0.00 / 0.74)

CMYK percentages

%31.34
%22.39
%0
%73.73

Codes

Color #2E3443 in popluar color models

2E 34 43
RGB 46 52 67
HSL 223° 18.58% 22.16%
HSB/HSV 223° 31.34% 26.27%
CMYK 31.34% 22.39% 0.00%
73.73%

Color #2E3443 in popluar number systems.

HEX 2E 34 43
Decimal 46 52 67
Binary 101110 110100 1000011
Octal 56 64 103

Shades and tints

Shades of #2E3443

#2E3443
(46,52,67)
#2A303D
(42,48,61)
#262C37
(38,44,55)
#222831
(34,40,49)
#1E242B
(30,36,43)
#1A2025
(26,32,37)
#161C1F
(22,28,31)
#121819
(18,24,25)
#0E1413
(14,20,19)
#0A100D
(10,16,13)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #2E3443

#2E3443
(46,52,67)
#414654
(65,70,84)
#545865
(84,88,101)
#676A76
(103,106,118)
#7A7C87
(122,124,135)
#8D8E98
(141,142,152)
#A0A0A9
(160,160,169)
#B3B2BA
(179,178,186)
#C6C4CB
(198,196,203)
#D9D6DC
(217,214,220)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3443; }

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

This text font color is #2E3443.

Background Color

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

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

This div background color is #2E3443.

Border color

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

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

This div border color is #2E3443.

Opacity

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

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

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

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

This text has shadow with #2E3443 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3443.

Preview

Color preview on black background

This text has color #2E3443 on black background.


Color preview on white background

This text has color #2E3443 on white background.


Black color preview on #2E3443 background

This text has black color on #2E3443 background.


White color preview on #2E3443 background

This text has white color on #2E3443 background.


Related colors

Complementary color

Complementary color for #hex is #D1CBBC.


I love getcolorcode.com

Triadic colors

1 #432E34 and #34432E with #2E3443 are triadic colors.

2 #43342E and #342E43 with #2E3443 are triadic colors.