COLOR #2E3847

HEX: #2E3847
RGB: (46,56,71)

Color info

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

RGB color model

#2E3847 color RGB value is (46,56,71).

  • red value is 46;
  • green value is 56;
  • blue value is 71.
RGB:
(46,56,71)
(18%,22%,28%)

RGB channels and saturation

R 46 of 255 = 18%
G 56 of 255 = 22%
B 71 of 255 = 28%

46
56
71

R + G + B ~ 23%. #2E3847 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 56 + 71 = 173 (100%)
R 46 of 173 ~ 26.59%
G 56 of 173 ~ 32.37%
B 71 of 173 ~ 41.04%

%26.59
%32.37
%41.04

CMYK color model

#2E3847 color CMYK value is (35,21,0,72).

  • cyan value is 35.21%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(35,21,0,72)
C35M21Y0K72 
(35%,21%,0%,72%)
(0.35/0.21/0.00/0.72)	

CMYK percentages

%35.21
%21.13
%0
%72.16

Codes

Color #2E3847 in popluar color models

2E3847
RGB465671
HSL216°21.37%22.94%
HSB/HSV216°35.21%27.84%
CMYK35.21%21.13%0.00%
72.16%

Color #2E3847 in popluar number systems.

HEX2E3847
Decimal465671
Binary1011101110001000111
Octal5670107

Shades and tints

Shades of #2E3847

#2E3847
(46,56,71)
#2A3341
(42,51,65)
#262E3B
(38,46,59)
#222935
(34,41,53)
#1E242F
(30,36,47)
#1A1F29
(26,31,41)
#161A23
(22,26,35)
#12151D
(18,21,29)
#0E1017
(14,16,23)
#0A0B11
(10,11,17)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #2E3847

#2E3847
(46,56,71)
#414A57
(65,74,87)
#545C67
(84,92,103)
#676E77
(103,110,119)
#7A8087
(122,128,135)
#8D9297
(141,146,151)
#A0A4A7
(160,164,167)
#B3B6B7
(179,182,183)
#C6C8C7
(198,200,199)
#D9DAD7
(217,218,215)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3847 color. Also use rgb(46,56,71) instead hex code.

Text Font Color

.myTextColor { color: #2E3847; }

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

This text font color is #2E3847.


Background Color

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

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

This div background color is #2E3847.


Border color

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

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

This div border color is #2E3847.


Opacity

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

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

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

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

This text has shadow with #2E3847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3847 on black background.


Color preview on white background

This text has color #2E3847 on white background.



Black color preview on #2E3847 background

This text has black color on #2E3847 background.


White color preview on #2E3847 background

This text has white color on #2E3847 background.