COLOR #2E3139

HEX: #2E3139 RGB: (46,49,57)

Color info

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

RGB color model

#2E3139 color RGB value is (46,49,57).

RGB: (46,49,57) (18%, 19%, 22%)

RGB channels and saturation

R 46 of 255 = 18%
G 49 of 255 = 19%
B 57 of 255 = 22%

46
49
57

R + G + B ~ 20%. #2E3139 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 49 + 57 = 152 (100%)
R 46 of 152 ~ 30.26%
G 49 of 152 ~ 32.24%
B 57 of 152 ~ 37.5'%

%30.26
%32.24
%37.5

CMYK color model

#2E3139 color CMYK value is (19,14,0,78).

  • cyan value is 19.30%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (19,14,0,78)
C19M14Y0K78 (19%, 14%, 0%, 78%)
(0.19 / 0.14 / 0.00 / 0.78)

CMYK percentages

%19.3
%14.04
%0
%77.65

Codes

Color #2E3139 in popluar color models

2E 31 39
RGB 46 49 57
HSL 224° 10.68% 20.20%
HSB/HSV 224° 19.30% 22.35%
CMYK 19.30% 14.04% 0.00%
77.65%

Color #2E3139 in popluar number systems.

HEX 2E 31 39
Decimal 46 49 57
Binary 101110 110001 111001
Octal 56 61 71

Shades and tints

Shades of #2E3139

#2E3139
(46,49,57)
#2A2D34
(42,45,52)
#26292F
(38,41,47)
#22252A
(34,37,42)
#1E2125
(30,33,37)
#1A1D20
(26,29,32)
#16191B
(22,25,27)
#121516
(18,21,22)
#0E1111
(14,17,17)
#0A0D0C
(10,13,12)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #2E3139

#2E3139
(46,49,57)
#41434B
(65,67,75)
#54555D
(84,85,93)
#67676F
(103,103,111)
#7A7981
(122,121,129)
#8D8B93
(141,139,147)
#A09DA5
(160,157,165)
#B3AFB7
(179,175,183)
#C6C1C9
(198,193,201)
#D9D3DB
(217,211,219)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3139 color. Also use rgb(46,49,57) instead hex code.

Text Font Color

.myTextColor { color: #2E3139; }

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

This text font color is #2E3139.

Background Color

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

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

This div background color is #2E3139.

Border color

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

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

This div border color is #2E3139.

Opacity

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

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

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

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

This text has shadow with #2E3139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3139.

Preview

Color preview on black background

This text has color #2E3139 on black background.


Color preview on white background

This text has color #2E3139 on white background.


Black color preview on #2E3139 background

This text has black color on #2E3139 background.


White color preview on #2E3139 background

This text has white color on #2E3139 background.


Related colors

Complementary color

Complementary color for #hex is #D1CEC6.


I love getcolorcode.com

Triadic colors

1 #392E31 and #31392E with #2E3139 are triadic colors.

2 #39312E and #312E39 with #2E3139 are triadic colors.