COLOR #2E4E3D

HEX: #2E4E3D RGB: (46,78,61)

Color info

#2E4E3D contains red, green and blue colors in about the same proportion. Web safe color of #2E4E3D is #336633 (or #363).

RGB color model

#2E4E3D color RGB value is (46,78,61).

RGB: (46,78,61) (18%, 31%, 24%)

RGB channels and saturation

R 46 of 255 = 18%
G 78 of 255 = 31%
B 61 of 255 = 24%

46
78
61

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

Portions of RGB colors in percentages

R + G + B = 46 + 78 + 61 = 185 (100%)
R 46 of 185 ~ 24.86%
G 78 of 185 ~ 42.16%
B 61 of 185 ~ 32.97'%

%24.86
%42.16
%32.97

CMYK color model

#2E4E3D color CMYK value is (41,0,22,69).

  • cyan value is 41.03%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 69.41%

CMYK: (41,0,22,69)
C41M0Y22K69 (41%, 0%, 22%, 69%)
(0.41 / 0.00 / 0.22 / 0.69)

CMYK percentages

%41.03
%0
%21.79
%69.41

Codes

Color #2E4E3D in popluar color models

2E 4E 3D
RGB 46 78 61
HSL 148° 25.81% 24.31%
HSB/HSV 148° 41.03% 30.59%
CMYK 41.03% 0.00% 21.79%
69.41%

Color #2E4E3D in popluar number systems.

HEX 2E 4E 3D
Decimal 46 78 61
Binary 101110 1001110 111101
Octal 56 116 75

Shades and tints

Shades of #2E4E3D

#2E4E3D
(46,78,61)
#2A4738
(42,71,56)
#264033
(38,64,51)
#22392E
(34,57,46)
#1E3229
(30,50,41)
#1A2B24
(26,43,36)
#16241F
(22,36,31)
#121D1A
(18,29,26)
#0E1615
(14,22,21)
#0A0F10
(10,15,16)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #2E4E3D

#2E4E3D
(46,78,61)
#415E4E
(65,94,78)
#546E5F
(84,110,95)
#677E70
(103,126,112)
#7A8E81
(122,142,129)
#8D9E92
(141,158,146)
#A0AEA3
(160,174,163)
#B3BEB4
(179,190,180)
#C6CEC5
(198,206,197)
#D9DED6
(217,222,214)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4E3D color. Also use rgb(46,78,61) instead hex code.

Text Font Color

.myTextColor { color: #2E4E3D; }

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

This text font color is #2E4E3D.

Background Color

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

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

This div background color is #2E4E3D.

Border color

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

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

This div border color is #2E4E3D.

Opacity

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

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

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

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

This text has shadow with #2E4E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4E3D.

Preview

Color preview on black background

This text has color #2E4E3D on black background.


Color preview on white background

This text has color #2E4E3D on white background.


Black color preview on #2E4E3D background

This text has black color on #2E4E3D background.


White color preview on #2E4E3D background

This text has white color on #2E4E3D background.


Related colors

Complementary color

Complementary color for #hex is #D1B1C2.


I love getcolorcode.com

Triadic colors

1 #3D2E4E and #4E3D2E with #2E4E3D are triadic colors.

2 #3D4E2E and #4E2E3D with #2E4E3D are triadic colors.