COLOR #2E3E5E

HEX: #2E3E5E
RGB: (46,62,94)

Color info

#2E3E5E contains red, green and blue colors in about the same proportion. Web safe color of #2E3E5E is #333366 (or #336).

RGB color model

#2E3E5E color RGB value is (46,62,94).

  • red value is 46;
  • green value is 62;
  • blue value is 94.
RGB:
(46,62,94)
(18%,24%,37%)

RGB channels and saturation

R 46 of 255 = 18%
G 62 of 255 = 24%
B 94 of 255 = 37%

46
62
94

R + G + B ~ 26%. #2E3E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 62 + 94 = 202 (100%)
R 46 of 202 ~ 22.77%
G 62 of 202 ~ 30.69%
B 94 of 202 ~ 46.53%

%22.77
%30.69
%46.53

CMYK color model

#2E3E5E color CMYK value is (51,34,0,63).

  • cyan value is 51.06%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(51,34,0,63)
C51M34Y0K63 
(51%,34%,0%,63%)
(0.51/0.34/0.00/0.63)	

CMYK percentages

%51.06
%34.04
%0
%63.14

Codes

Color #2E3E5E in popluar color models

2E3E5E
RGB466294
HSL220°34.29%27.45%
HSB/HSV220°51.06%36.86%
CMYK51.06%34.04%0.00%
63.14%

Color #2E3E5E in popluar number systems.

HEX2E3E5E
Decimal466294
Binary1011101111101011110
Octal5676136

Shades and tints

Shades of #2E3E5E

#2E3E5E
(46,62,94)
#2A3956
(42,57,86)
#26344E
(38,52,78)
#222F46
(34,47,70)
#1E2A3E
(30,42,62)
#1A2536
(26,37,54)
#16202E
(22,32,46)
#121B26
(18,27,38)
#0E161E
(14,22,30)
#0A1116
(10,17,22)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #2E3E5E

#2E3E5E
(46,62,94)
#414F6C
(65,79,108)
#54607A
(84,96,122)
#677188
(103,113,136)
#7A8296
(122,130,150)
#8D93A4
(141,147,164)
#A0A4B2
(160,164,178)
#B3B5C0
(179,181,192)
#C6C6CE
(198,198,206)
#D9D7DC
(217,215,220)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3E5E color. Also use rgb(46,62,94) instead hex code.

Text Font Color

.myTextColor { color: #2E3E5E; }

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

This text font color is #2E3E5E.


Background Color

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

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

This div background color is #2E3E5E.


Border color

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

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

This div border color is #2E3E5E.


Opacity

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

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

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

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

This text has shadow with #2E3E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3E5E on black background.


Color preview on white background

This text has color #2E3E5E on white background.



Black color preview on #2E3E5E background

This text has black color on #2E3E5E background.


White color preview on #2E3E5E background

This text has white color on #2E3E5E background.