COLOR #2E4A51

HEX: #2E4A51 RGB: (46,74,81)

Color info

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

RGB color model

#2E4A51 color RGB value is (46,74,81).

RGB: (46,74,81) (18%, 29%, 32%)

RGB channels and saturation

R 46 of 255 = 18%
G 74 of 255 = 29%
B 81 of 255 = 32%

46
74
81

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

Portions of RGB colors in percentages

R + G + B = 46 + 74 + 81 = 201 (100%)
R 46 of 201 ~ 22.89%
G 74 of 201 ~ 36.82%
B 81 of 201 ~ 40.3'%

%22.89
%36.82
%40.3

CMYK color model

#2E4A51 color CMYK value is (43,9,0,68).

  • cyan value is 43.21%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (43,9,0,68)
C43M9Y0K68 (43%, 9%, 0%, 68%)
(0.43 / 0.09 / 0.00 / 0.68)

CMYK percentages

%43.21
%8.64
%0
%68.24

Codes

Color #2E4A51 in popluar color models

2E 4A 51
RGB 46 74 81
HSL 192° 27.56% 24.90%
HSB/HSV 192° 43.21% 31.76%
CMYK 43.21% 8.64% 0.00%
68.24%

Color #2E4A51 in popluar number systems.

HEX 2E 4A 51
Decimal 46 74 81
Binary 101110 1001010 1010001
Octal 56 112 121

Shades and tints

Shades of #2E4A51

#2E4A51
(46,74,81)
#2A444A
(42,68,74)
#263E43
(38,62,67)
#22383C
(34,56,60)
#1E3235
(30,50,53)
#1A2C2E
(26,44,46)
#162627
(22,38,39)
#122020
(18,32,32)
#0E1A19
(14,26,25)
#0A1412
(10,20,18)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #2E4A51

#2E4A51
(46,74,81)
#415A60
(65,90,96)
#546A6F
(84,106,111)
#677A7E
(103,122,126)
#7A8A8D
(122,138,141)
#8D9A9C
(141,154,156)
#A0AAAB
(160,170,171)
#B3BABA
(179,186,186)
#C6CAC9
(198,202,201)
#D9DAD8
(217,218,216)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4A51 color. Also use rgb(46,74,81) instead hex code.

Text Font Color

.myTextColor { color: #2E4A51; }

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

This text font color is #2E4A51.

Background Color

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

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

This div background color is #2E4A51.

Border color

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

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

This div border color is #2E4A51.

Opacity

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

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

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

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

This text has shadow with #2E4A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4A51.

Preview

Color preview on black background

This text has color #2E4A51 on black background.


Color preview on white background

This text has color #2E4A51 on white background.


Black color preview on #2E4A51 background

This text has black color on #2E4A51 background.


White color preview on #2E4A51 background

This text has white color on #2E4A51 background.


Related colors

Complementary color

Complementary color for #hex is #D1B5AE.


I love getcolorcode.com

Triadic colors

1 #512E4A and #4A512E with #2E4A51 are triadic colors.

2 #514A2E and #4A2E51 with #2E4A51 are triadic colors.