COLOR #2E4149

HEX: #2E4149 RGB: (46,65,73)

Color info

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

RGB color model

#2E4149 color RGB value is (46,65,73).

RGB: (46,65,73) (18%, 25%, 29%)

RGB channels and saturation

R 46 of 255 = 18%
G 65 of 255 = 25%
B 73 of 255 = 29%

46
65
73

R + G + B ~ 24%. #2E4149 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 65 + 73 = 184 (100%)
R 46 of 184 ~ 25%
G 65 of 184 ~ 35.33%
B 73 of 184 ~ 39.67'%

%25
%35.33
%39.67

CMYK color model

#2E4149 color CMYK value is (37,11,0,71).

  • cyan value is 36.99%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (37,11,0,71)
C37M11Y0K71 (37%, 11%, 0%, 71%)
(0.37 / 0.11 / 0.00 / 0.71)

CMYK percentages

%36.99
%10.96
%0
%71.37

Codes

Color #2E4149 in popluar color models

2E 41 49
RGB 46 65 73
HSL 198° 22.69% 23.33%
HSB/HSV 198° 36.99% 28.63%
CMYK 36.99% 10.96% 0.00%
71.37%

Color #2E4149 in popluar number systems.

HEX 2E 41 49
Decimal 46 65 73
Binary 101110 1000001 1001001
Octal 56 101 111

Shades and tints

Shades of #2E4149

#2E4149
(46,65,73)
#2A3C43
(42,60,67)
#26373D
(38,55,61)
#223237
(34,50,55)
#1E2D31
(30,45,49)
#1A282B
(26,40,43)
#162325
(22,35,37)
#121E1F
(18,30,31)
#0E1919
(14,25,25)
#0A1413
(10,20,19)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #2E4149

#2E4149
(46,65,73)
#415259
(65,82,89)
#546369
(84,99,105)
#677479
(103,116,121)
#7A8589
(122,133,137)
#8D9699
(141,150,153)
#A0A7A9
(160,167,169)
#B3B8B9
(179,184,185)
#C6C9C9
(198,201,201)
#D9DAD9
(217,218,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4149; }

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

This text font color is #2E4149.

Background Color

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

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

This div background color is #2E4149.

Border color

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

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

This div border color is #2E4149.

Opacity

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

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

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

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

This text has shadow with #2E4149 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4149.

Preview

Color preview on black background

This text has color #2E4149 on black background.


Color preview on white background

This text has color #2E4149 on white background.


Black color preview on #2E4149 background

This text has black color on #2E4149 background.


White color preview on #2E4149 background

This text has white color on #2E4149 background.


Related colors

Complementary color

Complementary color for #hex is #D1BEB6.


I love getcolorcode.com

Triadic colors

1 #492E41 and #41492E with #2E4149 are triadic colors.

2 #49412E and #412E49 with #2E4149 are triadic colors.