COLOR #2E4467

HEX: #2E4467
RGB: (46,68,103)

Color info

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

RGB color model

#2E4467 color RGB value is (46,68,103).

  • red value is 46;
  • green value is 68;
  • blue value is 103.
RGB:
(46,68,103)
(18%,27%,40%)

RGB channels and saturation

R 46 of 255 = 18%
G 68 of 255 = 27%
B 103 of 255 = 40%

46
68
103

R + G + B ~ 28%. #2E4467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 68 + 103 = 217 (100%)
R 46 of 217 ~ 21.2%
G 68 of 217 ~ 31.34%
B 103 of 217 ~ 47.47%

%21.2
%31.34
%47.47

CMYK color model

#2E4467 color CMYK value is (55,34,0,60).

  • cyan value is 55.34%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(55,34,0,60)
C55M34Y0K60 
(55%,34%,0%,60%)
(0.55/0.34/0.00/0.60)	

CMYK percentages

%55.34
%33.98
%0
%59.61

Codes

Color #2E4467 in popluar color models

2E4467
RGB4668103
HSL217°38.26%29.22%
HSB/HSV217°55.34%40.39%
CMYK55.34%33.98%0.00%
59.61%

Color #2E4467 in popluar number systems.

HEX2E4467
Decimal4668103
Binary10111010001001100111
Octal56104147

Shades and tints

Shades of #2E4467

#2E4467
(46,68,103)
#2A3E5E
(42,62,94)
#263855
(38,56,85)
#22324C
(34,50,76)
#1E2C43
(30,44,67)
#1A263A
(26,38,58)
#162031
(22,32,49)
#121A28
(18,26,40)
#0E141F
(14,20,31)
#0A0E16
(10,14,22)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #2E4467

#2E4467
(46,68,103)
#415574
(65,85,116)
#546681
(84,102,129)
#67778E
(103,119,142)
#7A889B
(122,136,155)
#8D99A8
(141,153,168)
#A0AAB5
(160,170,181)
#B3BBC2
(179,187,194)
#C6CCCF
(198,204,207)
#D9DDDC
(217,221,220)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4467 color. Also use rgb(46,68,103) instead hex code.

Text Font Color

.myTextColor { color: #2E4467; }

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

This text font color is #2E4467.


Background Color

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

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

This div background color is #2E4467.


Border color

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

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

This div border color is #2E4467.


Opacity

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

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

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

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

This text has shadow with #2E4467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4467 on black background.


Color preview on white background

This text has color #2E4467 on white background.



Black color preview on #2E4467 background

This text has black color on #2E4467 background.


White color preview on #2E4467 background

This text has white color on #2E4467 background.