COLOR #2E3544

HEX: #2E3544
RGB: (46,53,68)

Color info

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

RGB color model

#2E3544 color RGB value is (46,53,68).

  • red value is 46;
  • green value is 53;
  • blue value is 68.
RGB:
(46,53,68)
(18%,21%,27%)

RGB channels and saturation

R 46 of 255 = 18%
G 53 of 255 = 21%
B 68 of 255 = 27%

46
53
68

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

Portions of RGB colors in percentages

R + G + B =
46 + 53 + 68 = 167 (100%)
R 46 of 167 ~ 27.54%
G 53 of 167 ~ 31.74%
B 68 of 167 ~ 40.72%

%27.54
%31.74
%40.72

CMYK color model

#2E3544 color CMYK value is (32,22,0,73).

  • cyan value is 32.35%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(32,22,0,73)
C32M22Y0K73 
(32%,22%,0%,73%)
(0.32/0.22/0.00/0.73)	

CMYK percentages

%32.35
%22.06
%0
%73.33

Codes

Color #2E3544 in popluar color models

2E3544
RGB465368
HSL221°19.30%22.35%
HSB/HSV221°32.35%26.67%
CMYK32.35%22.06%0.00%
73.33%

Color #2E3544 in popluar number systems.

HEX2E3544
Decimal465368
Binary1011101101011000100
Octal5665104

Shades and tints

Shades of #2E3544

#2E3544
(46,53,68)
#2A313E
(42,49,62)
#262D38
(38,45,56)
#222932
(34,41,50)
#1E252C
(30,37,44)
#1A2126
(26,33,38)
#161D20
(22,29,32)
#12191A
(18,25,26)
#0E1514
(14,21,20)
#0A110E
(10,17,14)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #2E3544

#2E3544
(46,53,68)
#414755
(65,71,85)
#545966
(84,89,102)
#676B77
(103,107,119)
#7A7D88
(122,125,136)
#8D8F99
(141,143,153)
#A0A1AA
(160,161,170)
#B3B3BB
(179,179,187)
#C6C5CC
(198,197,204)
#D9D7DD
(217,215,221)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3544 color. Also use rgb(46,53,68) instead hex code.

Text Font Color

.myTextColor { color: #2E3544; }

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

This text font color is #2E3544.


Background Color

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

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

This div background color is #2E3544.


Border color

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

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

This div border color is #2E3544.


Opacity

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

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

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

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

This text has shadow with #2E3544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3544 on black background.


Color preview on white background

This text has color #2E3544 on white background.



Black color preview on #2E3544 background

This text has black color on #2E3544 background.


White color preview on #2E3544 background

This text has white color on #2E3544 background.