COLOR #2E4E41

HEX: #2E4E41
RGB: (46,78,65)

Color info

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

RGB color model

#2E4E41 color RGB value is (46,78,65).

  • red value is 46;
  • green value is 78;
  • blue value is 65.
RGB:
(46,78,65)
(18%,31%,25%)

RGB channels and saturation

R 46 of 255 = 18%
G 78 of 255 = 31%
B 65 of 255 = 25%

46
78
65

R + G + B ~ 25%. #2E4E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 78 + 65 = 189 (100%)
R 46 of 189 ~ 24.34%
G 78 of 189 ~ 41.27%
B 65 of 189 ~ 34.39%

%24.34
%41.27
%34.39

CMYK color model

#2E4E41 color CMYK value is (41,0,17,69).

  • cyan value is 41.03%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 69.41%
CMYK:
(41,0,17,69)
C41M0Y17K69 
(41%,0%,17%,69%)
(0.41/0.00/0.17/0.69)	

CMYK percentages

%41.03
%0
%16.67
%69.41

Codes

Color #2E4E41 in popluar color models

2E4E41
RGB467865
HSL156°25.81%24.31%
HSB/HSV156°41.03%30.59%
CMYK41.03%0.00%16.67%
69.41%

Color #2E4E41 in popluar number systems.

HEX2E4E41
Decimal467865
Binary10111010011101000001
Octal56116101

Shades and tints

Shades of #2E4E41

#2E4E41
(46,78,65)
#2A473C
(42,71,60)
#264037
(38,64,55)
#223932
(34,57,50)
#1E322D
(30,50,45)
#1A2B28
(26,43,40)
#162423
(22,36,35)
#121D1E
(18,29,30)
#0E1619
(14,22,25)
#0A0F14
(10,15,20)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #2E4E41

#2E4E41
(46,78,65)
#415E52
(65,94,82)
#546E63
(84,110,99)
#677E74
(103,126,116)
#7A8E85
(122,142,133)
#8D9E96
(141,158,150)
#A0AEA7
(160,174,167)
#B3BEB8
(179,190,184)
#C6CEC9
(198,206,201)
#D9DEDA
(217,222,218)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4E41; }

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

This text font color is #2E4E41.


Background Color

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

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

This div background color is #2E4E41.


Border color

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

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

This div border color is #2E4E41.


Opacity

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

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

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

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

This text has shadow with #2E4E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4E41 on black background.


Color preview on white background

This text has color #2E4E41 on white background.



Black color preview on #2E4E41 background

This text has black color on #2E4E41 background.


White color preview on #2E4E41 background

This text has white color on #2E4E41 background.