COLOR #2E4653

HEX: #2E4653
RGB: (46,70,83)

Color info

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

RGB color model

#2E4653 color RGB value is (46,70,83).

  • red value is 46;
  • green value is 70;
  • blue value is 83.
RGB:
(46,70,83)
(18%,27%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 70 of 255 = 27%
B 83 of 255 = 33%

46
70
83

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

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 83 = 199 (100%)
R 46 of 199 ~ 23.12%
G 70 of 199 ~ 35.18%
B 83 of 199 ~ 41.71%

%23.12
%35.18
%41.71

CMYK color model

#2E4653 color CMYK value is (45,16,0,67).

  • cyan value is 44.58%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(45,16,0,67)
C45M16Y0K67 
(45%,16%,0%,67%)
(0.45/0.16/0.00/0.67)	

CMYK percentages

%44.58
%15.66
%0
%67.45

Codes

Color #2E4653 in popluar color models

2E4653
RGB467083
HSL201°28.68%25.29%
HSB/HSV201°44.58%32.55%
CMYK44.58%15.66%0.00%
67.45%

Color #2E4653 in popluar number systems.

HEX2E4653
Decimal467083
Binary10111010001101010011
Octal56106123

Shades and tints

Shades of #2E4653

#2E4653
(46,70,83)
#2A404C
(42,64,76)
#263A45
(38,58,69)
#22343E
(34,52,62)
#1E2E37
(30,46,55)
#1A2830
(26,40,48)
#162229
(22,34,41)
#121C22
(18,28,34)
#0E161B
(14,22,27)
#0A1014
(10,16,20)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #2E4653

#2E4653
(46,70,83)
#415662
(65,86,98)
#546671
(84,102,113)
#677680
(103,118,128)
#7A868F
(122,134,143)
#8D969E
(141,150,158)
#A0A6AD
(160,166,173)
#B3B6BC
(179,182,188)
#C6C6CB
(198,198,203)
#D9D6DA
(217,214,218)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4653 color. Also use rgb(46,70,83) instead hex code.

Text Font Color

.myTextColor { color: #2E4653; }

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

This text font color is #2E4653.


Background Color

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

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

This div background color is #2E4653.


Border color

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

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

This div border color is #2E4653.


Opacity

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

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

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

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

This text has shadow with #2E4653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4653 on black background.


Color preview on white background

This text has color #2E4653 on white background.



Black color preview on #2E4653 background

This text has black color on #2E4653 background.


White color preview on #2E4653 background

This text has white color on #2E4653 background.