COLOR #2E4856

HEX: #2E4856
RGB: (46,72,86)

Color info

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

RGB color model

#2E4856 color RGB value is (46,72,86).

  • red value is 46;
  • green value is 72;
  • blue value is 86.
RGB:
(46,72,86)
(18%,28%,34%)

RGB channels and saturation

R 46 of 255 = 18%
G 72 of 255 = 28%
B 86 of 255 = 34%

46
72
86

R + G + B ~ 27%. #2E4856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 72 + 86 = 204 (100%)
R 46 of 204 ~ 22.55%
G 72 of 204 ~ 35.29%
B 86 of 204 ~ 42.16%

%22.55
%35.29
%42.16

CMYK color model

#2E4856 color CMYK value is (47,16,0,66).

  • cyan value is 46.51%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(47,16,0,66)
C47M16Y0K66 
(47%,16%,0%,66%)
(0.47/0.16/0.00/0.66)	

CMYK percentages

%46.51
%16.28
%0
%66.27

Codes

Color #2E4856 in popluar color models

2E4856
RGB467286
HSL201°30.30%25.88%
HSB/HSV201°46.51%33.73%
CMYK46.51%16.28%0.00%
66.27%

Color #2E4856 in popluar number systems.

HEX2E4856
Decimal467286
Binary10111010010001010110
Octal56110126

Shades and tints

Shades of #2E4856

#2E4856
(46,72,86)
#2A424F
(42,66,79)
#263C48
(38,60,72)
#223641
(34,54,65)
#1E303A
(30,48,58)
#1A2A33
(26,42,51)
#16242C
(22,36,44)
#121E25
(18,30,37)
#0E181E
(14,24,30)
#0A1217
(10,18,23)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #2E4856

#2E4856
(46,72,86)
#415865
(65,88,101)
#546874
(84,104,116)
#677883
(103,120,131)
#7A8892
(122,136,146)
#8D98A1
(141,152,161)
#A0A8B0
(160,168,176)
#B3B8BF
(179,184,191)
#C6C8CE
(198,200,206)
#D9D8DD
(217,216,221)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4856 color. Also use rgb(46,72,86) instead hex code.

Text Font Color

.myTextColor { color: #2E4856; }

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

This text font color is #2E4856.


Background Color

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

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

This div background color is #2E4856.


Border color

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

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

This div border color is #2E4856.


Opacity

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

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

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

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

This text has shadow with #2E4856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4856 on black background.


Color preview on white background

This text has color #2E4856 on white background.



Black color preview on #2E4856 background

This text has black color on #2E4856 background.


White color preview on #2E4856 background

This text has white color on #2E4856 background.