COLOR #2E294B

HEX: #2E294B
RGB: (46,41,75)

Color info

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

RGB color model

#2E294B color RGB value is (46,41,75).

  • red value is 46;
  • green value is 41;
  • blue value is 75.
RGB:
(46,41,75)
(18%,16%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 41 of 255 = 16%
B 75 of 255 = 29%

46
41
75

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

Portions of RGB colors in percentages

R + G + B =
46 + 41 + 75 = 162 (100%)
R 46 of 162 ~ 28.4%
G 41 of 162 ~ 25.31%
B 75 of 162 ~ 46.3%

%28.4
%25.31
%46.3

CMYK color model

#2E294B color CMYK value is (39,45,0,71).

  • cyan value is 38.67%
  • magenta value is 45.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(39,45,0,71)
C39M45Y0K71 
(39%,45%,0%,71%)
(0.39/0.45/0.00/0.71)	

CMYK percentages

%38.67
%45.33
%0
%70.59

Codes

Color #2E294B in popluar color models

2E294B
RGB464175
HSL249°29.31%22.75%
HSB/HSV249°45.33%29.41%
CMYK38.67%45.33%0.00%
70.59%

Color #2E294B in popluar number systems.

HEX2E294B
Decimal464175
Binary1011101010011001011
Octal5651113

Shades and tints

Shades of #2E294B

#2E294B
(46,41,75)
#2A2645
(42,38,69)
#26233F
(38,35,63)
#222039
(34,32,57)
#1E1D33
(30,29,51)
#1A1A2D
(26,26,45)
#161727
(22,23,39)
#121421
(18,20,33)
#0E111B
(14,17,27)
#0A0E15
(10,14,21)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #2E294B

#2E294B
(46,41,75)
#413C5B
(65,60,91)
#544F6B
(84,79,107)
#67627B
(103,98,123)
#7A758B
(122,117,139)
#8D889B
(141,136,155)
#A09BAB
(160,155,171)
#B3AEBB
(179,174,187)
#C6C1CB
(198,193,203)
#D9D4DB
(217,212,219)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E294B color. Also use rgb(46,41,75) instead hex code.

Text Font Color

.myTextColor { color: #2E294B; }

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

This text font color is #2E294B.


Background Color

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

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

This div background color is #2E294B.


Border color

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

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

This div border color is #2E294B.


Opacity

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

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

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

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

This text has shadow with #2E294B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E294B on black background.


Color preview on white background

This text has color #2E294B on white background.



Black color preview on #2E294B background

This text has black color on #2E294B background.


White color preview on #2E294B background

This text has white color on #2E294B background.