COLOR #2E4153

HEX: #2E4153
RGB: (46,65,83)

Color info

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

RGB color model

#2E4153 color RGB value is (46,65,83).

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

RGB channels and saturation

R 46 of 255 = 18%
G 65 of 255 = 25%
B 83 of 255 = 33%

46
65
83

R + G + B ~ 25%. #2E4153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 65 + 83 = 194 (100%)
R 46 of 194 ~ 23.71%
G 65 of 194 ~ 33.51%
B 83 of 194 ~ 42.78%

%23.71
%33.51
%42.78

CMYK color model

#2E4153 color CMYK value is (45,22,0,67).

  • cyan value is 44.58%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(45,22,0,67)
C45M22Y0K67 
(45%,22%,0%,67%)
(0.45/0.22/0.00/0.67)	

CMYK percentages

%44.58
%21.69
%0
%67.45

Codes

Color #2E4153 in popluar color models

2E4153
RGB466583
HSL209°28.68%25.29%
HSB/HSV209°44.58%32.55%
CMYK44.58%21.69%0.00%
67.45%

Color #2E4153 in popluar number systems.

HEX2E4153
Decimal466583
Binary10111010000011010011
Octal56101123

Shades and tints

Shades of #2E4153

#2E4153
(46,65,83)
#2A3C4C
(42,60,76)
#263745
(38,55,69)
#22323E
(34,50,62)
#1E2D37
(30,45,55)
#1A2830
(26,40,48)
#162329
(22,35,41)
#121E22
(18,30,34)
#0E191B
(14,25,27)
#0A1414
(10,20,20)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #2E4153

#2E4153
(46,65,83)
#415262
(65,82,98)
#546371
(84,99,113)
#677480
(103,116,128)
#7A858F
(122,133,143)
#8D969E
(141,150,158)
#A0A7AD
(160,167,173)
#B3B8BC
(179,184,188)
#C6C9CB
(198,201,203)
#D9DADA
(217,218,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4153; }

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

This text font color is #2E4153.


Background Color

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

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

This div background color is #2E4153.


Border color

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

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

This div border color is #2E4153.


Opacity

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

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

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

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

This text has shadow with #2E4153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4153 on black background.


Color preview on white background

This text has color #2E4153 on white background.



Black color preview on #2E4153 background

This text has black color on #2E4153 background.


White color preview on #2E4153 background

This text has white color on #2E4153 background.