COLOR #2E4253

HEX: #2E4253 RGB: (46,66,83)

Color info

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

RGB color model

#2E4253 color RGB value is (46,66,83).

RGB: (46,66,83) (18%, 26%, 33%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 83 of 255 = 33%

46
66
83

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

Portions of RGB colors in percentages

R + G + B = 46 + 66 + 83 = 195 (100%)
R 46 of 195 ~ 23.59%
G 66 of 195 ~ 33.85%
B 83 of 195 ~ 42.56'%

%23.59
%33.85
%42.56

CMYK color model

#2E4253 color CMYK value is (45,20,0,67).

  • cyan value is 44.58%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (45,20,0,67)
C45M20Y0K67 (45%, 20%, 0%, 67%)
(0.45 / 0.20 / 0.00 / 0.67)

CMYK percentages

%44.58
%20.48
%0
%67.45

Codes

Color #2E4253 in popluar color models

2E 42 53
RGB 46 66 83
HSL 208° 28.68% 25.29%
HSB/HSV 208° 44.58% 32.55%
CMYK 44.58% 20.48% 0.00%
67.45%

Color #2E4253 in popluar number systems.

HEX 2E 42 53
Decimal 46 66 83
Binary 101110 1000010 1010011
Octal 56 102 123

Shades and tints

Shades of #2E4253

#2E4253
(46,66,83)
#2A3C4C
(42,60,76)
#263645
(38,54,69)
#22303E
(34,48,62)
#1E2A37
(30,42,55)
#1A2430
(26,36,48)
#161E29
(22,30,41)
#121822
(18,24,34)
#0E121B
(14,18,27)
#0A0C14
(10,12,20)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #2E4253

#2E4253
(46,66,83)
#415362
(65,83,98)
#546471
(84,100,113)
#677580
(103,117,128)
#7A868F
(122,134,143)
#8D979E
(141,151,158)
#A0A8AD
(160,168,173)
#B3B9BC
(179,185,188)
#C6CACB
(198,202,203)
#D9DBDA
(217,219,218)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4253; }

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

This text font color is #2E4253.

Background Color

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

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

This div background color is #2E4253.

Border color

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

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

This div border color is #2E4253.

Opacity

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

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

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

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

This text has shadow with #2E4253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4253.

Preview

Color preview on black background

This text has color #2E4253 on black background.


Color preview on white background

This text has color #2E4253 on white background.


Black color preview on #2E4253 background

This text has black color on #2E4253 background.


White color preview on #2E4253 background

This text has white color on #2E4253 background.


Related colors

Complementary color

Complementary color for #hex is #D1BDAC.


I love getcolorcode.com

Triadic colors

1 #532E42 and #42532E with #2E4253 are triadic colors.

2 #53422E and #422E53 with #2E4253 are triadic colors.