COLOR #2E4239

HEX: #2E4239 RGB: (46,66,57)

Color info

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

RGB color model

#2E4239 color RGB value is (46,66,57).

RGB: (46,66,57) (18%, 26%, 22%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 57 of 255 = 22%

46
66
57

R + G + B ~ 22%. #2E4239 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 66 + 57 = 169 (100%)
R 46 of 169 ~ 27.22%
G 66 of 169 ~ 39.05%
B 57 of 169 ~ 33.73'%

%27.22
%39.05
%33.73

CMYK color model

#2E4239 color CMYK value is (30,0,14,74).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 74.12%

CMYK: (30,0,14,74)
C30M0Y14K74 (30%, 0%, 14%, 74%)
(0.30 / 0.00 / 0.14 / 0.74)

CMYK percentages

%30.3
%0
%13.64
%74.12

Codes

Color #2E4239 in popluar color models

2E 42 39
RGB 46 66 57
HSL 153° 17.86% 21.96%
HSB/HSV 153° 30.30% 25.88%
CMYK 30.30% 0.00% 13.64%
74.12%

Color #2E4239 in popluar number systems.

HEX 2E 42 39
Decimal 46 66 57
Binary 101110 1000010 111001
Octal 56 102 71

Shades and tints

Shades of #2E4239

#2E4239
(46,66,57)
#2A3C34
(42,60,52)
#26362F
(38,54,47)
#22302A
(34,48,42)
#1E2A25
(30,42,37)
#1A2420
(26,36,32)
#161E1B
(22,30,27)
#121816
(18,24,22)
#0E1211
(14,18,17)
#0A0C0C
(10,12,12)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #2E4239

#2E4239
(46,66,57)
#41534B
(65,83,75)
#54645D
(84,100,93)
#67756F
(103,117,111)
#7A8681
(122,134,129)
#8D9793
(141,151,147)
#A0A8A5
(160,168,165)
#B3B9B7
(179,185,183)
#C6CAC9
(198,202,201)
#D9DBDB
(217,219,219)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4239; }

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

This text font color is #2E4239.

Background Color

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

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

This div background color is #2E4239.

Border color

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

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

This div border color is #2E4239.

Opacity

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

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

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

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

This text has shadow with #2E4239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4239.

Preview

Color preview on black background

This text has color #2E4239 on black background.


Color preview on white background

This text has color #2E4239 on white background.


Black color preview on #2E4239 background

This text has black color on #2E4239 background.


White color preview on #2E4239 background

This text has white color on #2E4239 background.


Related colors

Complementary color

Complementary color for #hex is #D1BDC6.


I love getcolorcode.com

Triadic colors

1 #392E42 and #42392E with #2E4239 are triadic colors.

2 #39422E and #422E39 with #2E4239 are triadic colors.