COLOR #2E4138

HEX: #2E4138
RGB: (46,65,56)

Color info

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

RGB color model

#2E4138 color RGB value is (46,65,56).

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

RGB channels and saturation

R 46 of 255 = 18%
G 65 of 255 = 25%
B 56 of 255 = 22%

46
65
56

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

Portions of RGB colors in percentages

R + G + B =
46 + 65 + 56 = 167 (100%)
R 46 of 167 ~ 27.54%
G 65 of 167 ~ 38.92%
B 56 of 167 ~ 33.53%

%27.54
%38.92
%33.53

CMYK color model

#2E4138 color CMYK value is (29,0,14,75).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(29,0,14,75)
C29M0Y14K75 
(29%,0%,14%,75%)
(0.29/0.00/0.14/0.75)	

CMYK percentages

%29.23
%0
%13.85
%74.51

Codes

Color #2E4138 in popluar color models

2E4138
RGB466556
HSL152°17.12%21.76%
HSB/HSV152°29.23%25.49%
CMYK29.23%0.00%13.85%
74.51%

Color #2E4138 in popluar number systems.

HEX2E4138
Decimal466556
Binary1011101000001111000
Octal5610170

Shades and tints

Shades of #2E4138

#2E4138
(46,65,56)
#2A3C33
(42,60,51)
#26372E
(38,55,46)
#223229
(34,50,41)
#1E2D24
(30,45,36)
#1A281F
(26,40,31)
#16231A
(22,35,26)
#121E15
(18,30,21)
#0E1910
(14,25,16)
#0A140B
(10,20,11)
#060F06
(6,15,6)
#000000
(0,0,0)

Tints of #2E4138

#2E4138
(46,65,56)
#41524A
(65,82,74)
#54635C
(84,99,92)
#67746E
(103,116,110)
#7A8580
(122,133,128)
#8D9692
(141,150,146)
#A0A7A4
(160,167,164)
#B3B8B6
(179,184,182)
#C6C9C8
(198,201,200)
#D9DADA
(217,218,218)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4138; }

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

This text font color is #2E4138.


Background Color

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

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

This div background color is #2E4138.


Border color

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

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

This div border color is #2E4138.


Opacity

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

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

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

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

This text has shadow with #2E4138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4138 on black background.


Color preview on white background

This text has color #2E4138 on white background.



Black color preview on #2E4138 background

This text has black color on #2E4138 background.


White color preview on #2E4138 background

This text has white color on #2E4138 background.