COLOR #2E3741

HEX: #2E3741 RGB: (46,55,65)

Color info

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

RGB color model

#2E3741 color RGB value is (46,55,65).

RGB: (46,55,65) (18%, 22%, 25%)

RGB channels and saturation

R 46 of 255 = 18%
G 55 of 255 = 22%
B 65 of 255 = 25%

46
55
65

R + G + B ~ 22%. #2E3741 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 55 + 65 = 166 (100%)
R 46 of 166 ~ 27.71%
G 55 of 166 ~ 33.13%
B 65 of 166 ~ 39.16'%

%27.71
%33.13
%39.16

CMYK color model

#2E3741 color CMYK value is (29,15,0,75).

  • cyan value is 29.23%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (29,15,0,75)
C29M15Y0K75 (29%, 15%, 0%, 75%)
(0.29 / 0.15 / 0.00 / 0.75)

CMYK percentages

%29.23
%15.38
%0
%74.51

Codes

Color #2E3741 in popluar color models

2E 37 41
RGB 46 55 65
HSL 212° 17.12% 21.76%
HSB/HSV 212° 29.23% 25.49%
CMYK 29.23% 15.38% 0.00%
74.51%

Color #2E3741 in popluar number systems.

HEX 2E 37 41
Decimal 46 55 65
Binary 101110 110111 1000001
Octal 56 67 101

Shades and tints

Shades of #2E3741

#2E3741
(46,55,65)
#2A323C
(42,50,60)
#262D37
(38,45,55)
#222832
(34,40,50)
#1E232D
(30,35,45)
#1A1E28
(26,30,40)
#161923
(22,25,35)
#12141E
(18,20,30)
#0E0F19
(14,15,25)
#0A0A14
(10,10,20)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #2E3741

#2E3741
(46,55,65)
#414952
(65,73,82)
#545B63
(84,91,99)
#676D74
(103,109,116)
#7A7F85
(122,127,133)
#8D9196
(141,145,150)
#A0A3A7
(160,163,167)
#B3B5B8
(179,181,184)
#C6C7C9
(198,199,201)
#D9D9DA
(217,217,218)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3741; }

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

This text font color is #2E3741.

Background Color

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

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

This div background color is #2E3741.

Border color

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

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

This div border color is #2E3741.

Opacity

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

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

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

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

This text has shadow with #2E3741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3741.

Preview

Color preview on black background

This text has color #2E3741 on black background.


Color preview on white background

This text has color #2E3741 on white background.


Black color preview on #2E3741 background

This text has black color on #2E3741 background.


White color preview on #2E3741 background

This text has white color on #2E3741 background.


Related colors

Complementary color

Complementary color for #hex is #D1C8BE.


I love getcolorcode.com

Triadic colors

1 #412E37 and #37412E with #2E3741 are triadic colors.

2 #41372E and #372E41 with #2E3741 are triadic colors.