COLOR #2E314D

HEX: #2E314D
RGB: (46,49,77)

Color info

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

RGB color model

#2E314D color RGB value is (46,49,77).

  • red value is 46;
  • green value is 49;
  • blue value is 77.
RGB:
(46,49,77)
(18%,19%,30%)

RGB channels and saturation

R 46 of 255 = 18%
G 49 of 255 = 19%
B 77 of 255 = 30%

46
49
77

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

Portions of RGB colors in percentages

R + G + B =
46 + 49 + 77 = 172 (100%)
R 46 of 172 ~ 26.74%
G 49 of 172 ~ 28.49%
B 77 of 172 ~ 44.77%

%26.74
%28.49
%44.77

CMYK color model

#2E314D color CMYK value is (40,36,0,70).

  • cyan value is 40.26%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(40,36,0,70)
C40M36Y0K70 
(40%,36%,0%,70%)
(0.40/0.36/0.00/0.70)	

CMYK percentages

%40.26
%36.36
%0
%69.8

Codes

Color #2E314D in popluar color models

2E314D
RGB464977
HSL234°25.20%24.12%
HSB/HSV234°40.26%30.20%
CMYK40.26%36.36%0.00%
69.80%

Color #2E314D in popluar number systems.

HEX2E314D
Decimal464977
Binary1011101100011001101
Octal5661115

Shades and tints

Shades of #2E314D

#2E314D
(46,49,77)
#2A2D46
(42,45,70)
#26293F
(38,41,63)
#222538
(34,37,56)
#1E2131
(30,33,49)
#1A1D2A
(26,29,42)
#161923
(22,25,35)
#12151C
(18,21,28)
#0E1115
(14,17,21)
#0A0D0E
(10,13,14)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #2E314D

#2E314D
(46,49,77)
#41435D
(65,67,93)
#54556D
(84,85,109)
#67677D
(103,103,125)
#7A798D
(122,121,141)
#8D8B9D
(141,139,157)
#A09DAD
(160,157,173)
#B3AFBD
(179,175,189)
#C6C1CD
(198,193,205)
#D9D3DD
(217,211,221)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E314D color. Also use rgb(46,49,77) instead hex code.

Text Font Color

.myTextColor { color: #2E314D; }

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

This text font color is #2E314D.


Background Color

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

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

This div background color is #2E314D.


Border color

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

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

This div border color is #2E314D.


Opacity

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

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

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

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

This text has shadow with #2E314D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E314D on black background.


Color preview on white background

This text has color #2E314D on white background.



Black color preview on #2E314D background

This text has black color on #2E314D background.


White color preview on #2E314D background

This text has white color on #2E314D background.