COLOR #2E3943

HEX: #2E3943
RGB: (46,57,67)

Color info

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

RGB color model

#2E3943 color RGB value is (46,57,67).

  • red value is 46;
  • green value is 57;
  • blue value is 67.
RGB:
(46,57,67)
(18%,22%,26%)

RGB channels and saturation

R 46 of 255 = 18%
G 57 of 255 = 22%
B 67 of 255 = 26%

46
57
67

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

Portions of RGB colors in percentages

R + G + B =
46 + 57 + 67 = 170 (100%)
R 46 of 170 ~ 27.06%
G 57 of 170 ~ 33.53%
B 67 of 170 ~ 39.41%

%27.06
%33.53
%39.41

CMYK color model

#2E3943 color CMYK value is (31,15,0,74).

  • cyan value is 31.34%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(31,15,0,74)
C31M15Y0K74 
(31%,15%,0%,74%)
(0.31/0.15/0.00/0.74)	

CMYK percentages

%31.34
%14.93
%0
%73.73

Codes

Color #2E3943 in popluar color models

2E3943
RGB465767
HSL209°18.58%22.16%
HSB/HSV209°31.34%26.27%
CMYK31.34%14.93%0.00%
73.73%

Color #2E3943 in popluar number systems.

HEX2E3943
Decimal465767
Binary1011101110011000011
Octal5671103

Shades and tints

Shades of #2E3943

#2E3943
(46,57,67)
#2A343D
(42,52,61)
#262F37
(38,47,55)
#222A31
(34,42,49)
#1E252B
(30,37,43)
#1A2025
(26,32,37)
#161B1F
(22,27,31)
#121619
(18,22,25)
#0E1113
(14,17,19)
#0A0C0D
(10,12,13)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #2E3943

#2E3943
(46,57,67)
#414B54
(65,75,84)
#545D65
(84,93,101)
#676F76
(103,111,118)
#7A8187
(122,129,135)
#8D9398
(141,147,152)
#A0A5A9
(160,165,169)
#B3B7BA
(179,183,186)
#C6C9CB
(198,201,203)
#D9DBDC
(217,219,220)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3943; }

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

This text font color is #2E3943.


Background Color

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

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

This div background color is #2E3943.


Border color

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

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

This div border color is #2E3943.


Opacity

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

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

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

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

This text has shadow with #2E3943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3943 on black background.


Color preview on white background

This text has color #2E3943 on white background.



Black color preview on #2E3943 background

This text has black color on #2E3943 background.


White color preview on #2E3943 background

This text has white color on #2E3943 background.