COLOR #2E4047

HEX: #2E4047 RGB: (46,64,71)

Color info

#2E4047 contains red, green and blue colors in about the same proportion. Web safe color of #2E4047 is #333333 (or #333).

RGB color model

#2E4047 color RGB value is (46,64,71).

RGB: (46,64,71) (18%, 25%, 28%)

RGB channels and saturation

R 46 of 255 = 18%
G 64 of 255 = 25%
B 71 of 255 = 28%

46
64
71

R + G + B ~ 24%. #2E4047 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 64 + 71 = 181 (100%)
R 46 of 181 ~ 25.41%
G 64 of 181 ~ 35.36%
B 71 of 181 ~ 39.23'%

%25.41
%35.36
%39.23

CMYK color model

#2E4047 color CMYK value is (35,10,0,72).

  • cyan value is 35.21%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (35,10,0,72)
C35M10Y0K72 (35%, 10%, 0%, 72%)
(0.35 / 0.10 / 0.00 / 0.72)

CMYK percentages

%35.21
%9.86
%0
%72.16

Codes

Color #2E4047 in popluar color models

2E 40 47
RGB 46 64 71
HSL 197° 21.37% 22.94%
HSB/HSV 197° 35.21% 27.84%
CMYK 35.21% 9.86% 0.00%
72.16%

Color #2E4047 in popluar number systems.

HEX 2E 40 47
Decimal 46 64 71
Binary 101110 1000000 1000111
Octal 56 100 107

Shades and tints

Shades of #2E4047

#2E4047
(46,64,71)
#2A3B41
(42,59,65)
#26363B
(38,54,59)
#223135
(34,49,53)
#1E2C2F
(30,44,47)
#1A2729
(26,39,41)
#162223
(22,34,35)
#121D1D
(18,29,29)
#0E1817
(14,24,23)
#0A1311
(10,19,17)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #2E4047

#2E4047
(46,64,71)
#415157
(65,81,87)
#546267
(84,98,103)
#677377
(103,115,119)
#7A8487
(122,132,135)
#8D9597
(141,149,151)
#A0A6A7
(160,166,167)
#B3B7B7
(179,183,183)
#C6C8C7
(198,200,199)
#D9D9D7
(217,217,215)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4047 color. Also use rgb(46,64,71) instead hex code.

Text Font Color

.myTextColor { color: #2E4047; }

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

This text font color is #2E4047.

Background Color

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

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

This div background color is #2E4047.

Border color

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

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

This div border color is #2E4047.

Opacity

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

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

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

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

This text has shadow with #2E4047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4047.

Preview

Color preview on black background

This text has color #2E4047 on black background.


Color preview on white background

This text has color #2E4047 on white background.


Black color preview on #2E4047 background

This text has black color on #2E4047 background.


White color preview on #2E4047 background

This text has white color on #2E4047 background.


Related colors

Complementary color

Complementary color for #hex is #D1BFB8.


I love getcolorcode.com

Triadic colors

1 #472E40 and #40472E with #2E4047 are triadic colors.

2 #47402E and #402E47 with #2E4047 are triadic colors.