COLOR #2E333E

HEX: #2E333E
RGB: (46,51,62)

Color info

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

RGB color model

#2E333E color RGB value is (46,51,62).

  • red value is 46;
  • green value is 51;
  • blue value is 62.
RGB:
(46,51,62)
(18%,20%,24%)

RGB channels and saturation

R 46 of 255 = 18%
G 51 of 255 = 20%
B 62 of 255 = 24%

46
51
62

R + G + B ~ 21%. #2E333E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 51 + 62 = 159 (100%)
R 46 of 159 ~ 28.93%
G 51 of 159 ~ 32.08%
B 62 of 159 ~ 38.99%

%28.93
%32.08
%38.99

CMYK color model

#2E333E color CMYK value is (26,18,0,76).

  • cyan value is 25.81%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(26,18,0,76)
C26M18Y0K76 
(26%,18%,0%,76%)
(0.26/0.18/0.00/0.76)	

CMYK percentages

%25.81
%17.74
%0
%75.69

Codes

Color #2E333E in popluar color models

2E333E
RGB465162
HSL221°14.81%21.18%
HSB/HSV221°25.81%24.31%
CMYK25.81%17.74%0.00%
75.69%

Color #2E333E in popluar number systems.

HEX2E333E
Decimal465162
Binary101110110011111110
Octal566376

Shades and tints

Shades of #2E333E

#2E333E
(46,51,62)
#2A2F39
(42,47,57)
#262B34
(38,43,52)
#22272F
(34,39,47)
#1E232A
(30,35,42)
#1A1F25
(26,31,37)
#161B20
(22,27,32)
#12171B
(18,23,27)
#0E1316
(14,19,22)
#0A0F11
(10,15,17)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #2E333E

#2E333E
(46,51,62)
#41454F
(65,69,79)
#545760
(84,87,96)
#676971
(103,105,113)
#7A7B82
(122,123,130)
#8D8D93
(141,141,147)
#A09FA4
(160,159,164)
#B3B1B5
(179,177,181)
#C6C3C6
(198,195,198)
#D9D5D7
(217,213,215)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E333E color. Also use rgb(46,51,62) instead hex code.

Text Font Color

.myTextColor { color: #2E333E; }

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

This text font color is #2E333E.


Background Color

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

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

This div background color is #2E333E.


Border color

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

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

This div border color is #2E333E.


Opacity

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

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

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

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

This text has shadow with #2E333E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E333E on black background.


Color preview on white background

This text has color #2E333E on white background.



Black color preview on #2E333E background

This text has black color on #2E333E background.


White color preview on #2E333E background

This text has white color on #2E333E background.