COLOR #2E3238

HEX: #2E3238
RGB: (46,50,56)

Color info

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

RGB color model

#2E3238 color RGB value is (46,50,56).

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

RGB channels and saturation

R 46 of 255 = 18%
G 50 of 255 = 20%
B 56 of 255 = 22%

46
50
56

R + G + B ~ 20%. #2E3238 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 50 + 56 = 152 (100%)
R 46 of 152 ~ 30.26%
G 50 of 152 ~ 32.89%
B 56 of 152 ~ 36.84%

%30.26
%32.89
%36.84

CMYK color model

#2E3238 color CMYK value is (18,11,0,78).

  • cyan value is 17.86%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(18,11,0,78)
C18M11Y0K78 
(18%,11%,0%,78%)
(0.18/0.11/0.00/0.78)	

CMYK percentages

%17.86
%10.71
%0
%78.04

Codes

Color #2E3238 in popluar color models

2E3238
RGB465056
HSL216°9.80%20.00%
HSB/HSV216°17.86%21.96%
CMYK17.86%10.71%0.00%
78.04%

Color #2E3238 in popluar number systems.

HEX2E3238
Decimal465056
Binary101110110010111000
Octal566270

Shades and tints

Shades of #2E3238

#2E3238
(46,50,56)
#2A2E33
(42,46,51)
#262A2E
(38,42,46)
#222629
(34,38,41)
#1E2224
(30,34,36)
#1A1E1F
(26,30,31)
#161A1A
(22,26,26)
#121615
(18,22,21)
#0E1210
(14,18,16)
#0A0E0B
(10,14,11)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #2E3238

#2E3238
(46,50,56)
#41444A
(65,68,74)
#54565C
(84,86,92)
#67686E
(103,104,110)
#7A7A80
(122,122,128)
#8D8C92
(141,140,146)
#A09EA4
(160,158,164)
#B3B0B6
(179,176,182)
#C6C2C8
(198,194,200)
#D9D4DA
(217,212,218)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3238; }

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

This text font color is #2E3238.


Background Color

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

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

This div background color is #2E3238.


Border color

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

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

This div border color is #2E3238.


Opacity

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

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

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

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

This text has shadow with #2E3238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3238 on black background.


Color preview on white background

This text has color #2E3238 on white background.



Black color preview on #2E3238 background

This text has black color on #2E3238 background.


White color preview on #2E3238 background

This text has white color on #2E3238 background.