COLOR #2E4840

HEX: #2E4840
RGB: (46,72,64)

Color info

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

RGB color model

#2E4840 color RGB value is (46,72,64).

  • red value is 46;
  • green value is 72;
  • blue value is 64.
RGB:
(46,72,64)
(18%,28%,25%)

RGB channels and saturation

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

46
72
64

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

Portions of RGB colors in percentages

R + G + B =
46 + 72 + 64 = 182 (100%)
R 46 of 182 ~ 25.27%
G 72 of 182 ~ 39.56%
B 64 of 182 ~ 35.16%

%25.27
%39.56
%35.16

CMYK color model

#2E4840 color CMYK value is (36,0,11,72).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(36,0,11,72)
C36M0Y11K72 
(36%,0%,11%,72%)
(0.36/0.00/0.11/0.72)	

CMYK percentages

%36.11
%0
%11.11
%71.76

Codes

Color #2E4840 in popluar color models

2E4840
RGB467264
HSL162°22.03%23.14%
HSB/HSV162°36.11%28.24%
CMYK36.11%0.00%11.11%
71.76%

Color #2E4840 in popluar number systems.

HEX2E4840
Decimal467264
Binary10111010010001000000
Octal56110100

Shades and tints

Shades of #2E4840

#2E4840
(46,72,64)
#2A423B
(42,66,59)
#263C36
(38,60,54)
#223631
(34,54,49)
#1E302C
(30,48,44)
#1A2A27
(26,42,39)
#162422
(22,36,34)
#121E1D
(18,30,29)
#0E1818
(14,24,24)
#0A1213
(10,18,19)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #2E4840

#2E4840
(46,72,64)
#415851
(65,88,81)
#546862
(84,104,98)
#677873
(103,120,115)
#7A8884
(122,136,132)
#8D9895
(141,152,149)
#A0A8A6
(160,168,166)
#B3B8B7
(179,184,183)
#C6C8C8
(198,200,200)
#D9D8D9
(217,216,217)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4840; }

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

This text font color is #2E4840.


Background Color

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

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

This div background color is #2E4840.


Border color

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

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

This div border color is #2E4840.


Opacity

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

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

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

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

This text has shadow with #2E4840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4840 on black background.


Color preview on white background

This text has color #2E4840 on white background.



Black color preview on #2E4840 background

This text has black color on #2E4840 background.


White color preview on #2E4840 background

This text has white color on #2E4840 background.