COLOR #2E4558

HEX: #2E4558
RGB: (46,69,88)

Color info

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

RGB color model

#2E4558 color RGB value is (46,69,88).

  • red value is 46;
  • green value is 69;
  • blue value is 88.
RGB:
(46,69,88)
(18%,27%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 69 of 255 = 27%
B 88 of 255 = 35%

46
69
88

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

Portions of RGB colors in percentages

R + G + B =
46 + 69 + 88 = 203 (100%)
R 46 of 203 ~ 22.66%
G 69 of 203 ~ 33.99%
B 88 of 203 ~ 43.35%

%22.66
%33.99
%43.35

CMYK color model

#2E4558 color CMYK value is (48,22,0,65).

  • cyan value is 47.73%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(48,22,0,65)
C48M22Y0K65 
(48%,22%,0%,65%)
(0.48/0.22/0.00/0.65)	

CMYK percentages

%47.73
%21.59
%0
%65.49

Codes

Color #2E4558 in popluar color models

2E4558
RGB466988
HSL207°31.34%26.27%
HSB/HSV207°47.73%34.51%
CMYK47.73%21.59%0.00%
65.49%

Color #2E4558 in popluar number systems.

HEX2E4558
Decimal466988
Binary10111010001011011000
Octal56105130

Shades and tints

Shades of #2E4558

#2E4558
(46,69,88)
#2A3F50
(42,63,80)
#263948
(38,57,72)
#223340
(34,51,64)
#1E2D38
(30,45,56)
#1A2730
(26,39,48)
#162128
(22,33,40)
#121B20
(18,27,32)
#0E1518
(14,21,24)
#0A0F10
(10,15,16)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #2E4558

#2E4558
(46,69,88)
#415567
(65,85,103)
#546576
(84,101,118)
#677585
(103,117,133)
#7A8594
(122,133,148)
#8D95A3
(141,149,163)
#A0A5B2
(160,165,178)
#B3B5C1
(179,181,193)
#C6C5D0
(198,197,208)
#D9D5DF
(217,213,223)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4558 color. Also use rgb(46,69,88) instead hex code.

Text Font Color

.myTextColor { color: #2E4558; }

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

This text font color is #2E4558.


Background Color

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

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

This div background color is #2E4558.


Border color

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

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

This div border color is #2E4558.


Opacity

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

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

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

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

This text has shadow with #2E4558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4558 on black background.


Color preview on white background

This text has color #2E4558 on white background.



Black color preview on #2E4558 background

This text has black color on #2E4558 background.


White color preview on #2E4558 background

This text has white color on #2E4558 background.