COLOR #2E4144

HEX: #2E4144
RGB: (46,65,68)

Color info

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

RGB color model

#2E4144 color RGB value is (46,65,68).

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

RGB channels and saturation

R 46 of 255 = 18%
G 65 of 255 = 25%
B 68 of 255 = 27%

46
65
68

R + G + B ~ 23%. #2E4144 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 65 + 68 = 179 (100%)
R 46 of 179 ~ 25.7%
G 65 of 179 ~ 36.31%
B 68 of 179 ~ 37.99%

%25.7
%36.31
%37.99

CMYK color model

#2E4144 color CMYK value is (32,4,0,73).

  • cyan value is 32.35%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(32,4,0,73)
C32M4Y0K73 
(32%,4%,0%,73%)
(0.32/0.04/0.00/0.73)	

CMYK percentages

%32.35
%4.41
%0
%73.33

Codes

Color #2E4144 in popluar color models

2E4144
RGB466568
HSL188°19.30%22.35%
HSB/HSV188°32.35%26.67%
CMYK32.35%4.41%0.00%
73.33%

Color #2E4144 in popluar number systems.

HEX2E4144
Decimal466568
Binary10111010000011000100
Octal56101104

Shades and tints

Shades of #2E4144

#2E4144
(46,65,68)
#2A3C3E
(42,60,62)
#263738
(38,55,56)
#223232
(34,50,50)
#1E2D2C
(30,45,44)
#1A2826
(26,40,38)
#162320
(22,35,32)
#121E1A
(18,30,26)
#0E1914
(14,25,20)
#0A140E
(10,20,14)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #2E4144

#2E4144
(46,65,68)
#415255
(65,82,85)
#546366
(84,99,102)
#677477
(103,116,119)
#7A8588
(122,133,136)
#8D9699
(141,150,153)
#A0A7AA
(160,167,170)
#B3B8BB
(179,184,187)
#C6C9CC
(198,201,204)
#D9DADD
(217,218,221)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4144; }

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

This text font color is #2E4144.


Background Color

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

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

This div background color is #2E4144.


Border color

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

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

This div border color is #2E4144.


Opacity

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

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

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

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

This text has shadow with #2E4144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4144 on black background.


Color preview on white background

This text has color #2E4144 on white background.



Black color preview on #2E4144 background

This text has black color on #2E4144 background.


White color preview on #2E4144 background

This text has white color on #2E4144 background.