COLOR #2E3243

HEX: #2E3243
RGB: (46,50,67)

Color info

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

RGB color model

#2E3243 color RGB value is (46,50,67).

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

RGB channels and saturation

R 46 of 255 = 18%
G 50 of 255 = 20%
B 67 of 255 = 26%

46
50
67

R + G + B ~ 21%. #2E3243 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 50 + 67 = 163 (100%)
R 46 of 163 ~ 28.22%
G 50 of 163 ~ 30.67%
B 67 of 163 ~ 41.1%

%28.22
%30.67
%41.1

CMYK color model

#2E3243 color CMYK value is (31,25,0,74).

  • cyan value is 31.34%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(31,25,0,74)
C31M25Y0K74 
(31%,25%,0%,74%)
(0.31/0.25/0.00/0.74)	

CMYK percentages

%31.34
%25.37
%0
%73.73

Codes

Color #2E3243 in popluar color models

2E3243
RGB465067
HSL229°18.58%22.16%
HSB/HSV229°31.34%26.27%
CMYK31.34%25.37%0.00%
73.73%

Color #2E3243 in popluar number systems.

HEX2E3243
Decimal465067
Binary1011101100101000011
Octal5662103

Shades and tints

Shades of #2E3243

#2E3243
(46,50,67)
#2A2E3D
(42,46,61)
#262A37
(38,42,55)
#222631
(34,38,49)
#1E222B
(30,34,43)
#1A1E25
(26,30,37)
#161A1F
(22,26,31)
#121619
(18,22,25)
#0E1213
(14,18,19)
#0A0E0D
(10,14,13)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #2E3243

#2E3243
(46,50,67)
#414454
(65,68,84)
#545665
(84,86,101)
#676876
(103,104,118)
#7A7A87
(122,122,135)
#8D8C98
(141,140,152)
#A09EA9
(160,158,169)
#B3B0BA
(179,176,186)
#C6C2CB
(198,194,203)
#D9D4DC
(217,212,220)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3243; }

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

This text font color is #2E3243.


Background Color

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

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

This div background color is #2E3243.


Border color

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

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

This div border color is #2E3243.


Opacity

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

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

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

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

This text has shadow with #2E3243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3243 on black background.


Color preview on white background

This text has color #2E3243 on white background.



Black color preview on #2E3243 background

This text has black color on #2E3243 background.


White color preview on #2E3243 background

This text has white color on #2E3243 background.