COLOR #2E3137

HEX: #2E3137 RGB: (46,49,55)

Color info

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

RGB color model

#2E3137 color RGB value is (46,49,55).

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

RGB channels and saturation

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

46
49
55

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

Portions of RGB colors in percentages

R + G + B = 46 + 49 + 55 = 150 (100%)
R 46 of 150 ~ 30.67%
G 49 of 150 ~ 32.67%
B 55 of 150 ~ 36.67'%

%30.67
%32.67
%36.67

CMYK color model

#2E3137 color CMYK value is (16,11,0,78).

  • cyan value is 16.36%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK: (16,11,0,78) C16M11Y0K78 (16%,11%,0%,78%) (0.16/0.11/0.00/0.78) 

CMYK percentages

%16.36
%10.91
%0
%78.43

Codes

Color #2E3137 in popluar color models

2E 31 37
RGB 46 49 55
HSL 220° 8.91% 19.80%
HSB/HSV 220° 16.36% 21.57%
CMYK 16.36% 10.91% 0.00%
78.43%

Color #2E3137 in popluar number systems.

HEX 2E 31 37
Decimal 46 49 55
Binary 101110 110001 110111
Octal 56 61 67

Shades and tints

Shades of #2E3137

#2E3137
(46,49,55)
#2A2D32
(42,45,50)
#26292D
(38,41,45)
#222528
(34,37,40)
#1E2123
(30,33,35)
#1A1D1E
(26,29,30)
#161919
(22,25,25)
#121514
(18,21,20)
#0E110F
(14,17,15)
#0A0D0A
(10,13,10)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #2E3137

#2E3137
(46,49,55)
#414349
(65,67,73)
#54555B
(84,85,91)
#67676D
(103,103,109)
#7A797F
(122,121,127)
#8D8B91
(141,139,145)
#A09DA3
(160,157,163)
#B3AFB5
(179,175,181)
#C6C1C7
(198,193,199)
#D9D3D9
(217,211,217)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3137; }

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

This text font color is #2E3137.

Background Color

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

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

This div background color is #2E3137.

Border color

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

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

This div border color is #2E3137.

Opacity

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

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

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

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

This text has shadow with #2E3137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3137.

Preview

Color preview on black background

This text has color #2E3137 on black background.


Color preview on white background

This text has color #2E3137 on white background.


Black color preview on #2E3137 background

This text has black color on #2E3137 background.


White color preview on #2E3137 background

This text has white color on #2E3137 background.


Related colors

Complementary color

Complementary color for #hex is #D1CEC8.


I love getcolorcode.com

Triadic colors

1 #372E31 and #31372E with #2E3137 are triadic colors.

2 #37312E and #312E37 with #2E3137 are triadic colors.