COLOR #2E313A

HEX: #2E313A
RGB: (46,49,58)

Color info

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

RGB color model

#2E313A color RGB value is (46,49,58).

  • red value is 46;
  • green value is 49;
  • blue value is 58.
RGB:
(46,49,58)
(18%,19%,23%)

RGB channels and saturation

R 46 of 255 = 18%
G 49 of 255 = 19%
B 58 of 255 = 23%

46
49
58

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

Portions of RGB colors in percentages

R + G + B =
46 + 49 + 58 = 153 (100%)
R 46 of 153 ~ 30.07%
G 49 of 153 ~ 32.03%
B 58 of 153 ~ 37.91%

%30.07
%32.03
%37.91

CMYK color model

#2E313A color CMYK value is (21,16,0,77).

  • cyan value is 20.69%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(21,16,0,77)
C21M16Y0K77 
(21%,16%,0%,77%)
(0.21/0.16/0.00/0.77)	

CMYK percentages

%20.69
%15.52
%0
%77.25

Codes

Color #2E313A in popluar color models

2E313A
RGB464958
HSL225°11.54%20.39%
HSB/HSV225°20.69%22.75%
CMYK20.69%15.52%0.00%
77.25%

Color #2E313A in popluar number systems.

HEX2E313A
Decimal464958
Binary101110110001111010
Octal566172

Shades and tints

Shades of #2E313A

#2E313A
(46,49,58)
#2A2D35
(42,45,53)
#262930
(38,41,48)
#22252B
(34,37,43)
#1E2126
(30,33,38)
#1A1D21
(26,29,33)
#16191C
(22,25,28)
#121517
(18,21,23)
#0E1112
(14,17,18)
#0A0D0D
(10,13,13)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #2E313A

#2E313A
(46,49,58)
#41434B
(65,67,75)
#54555C
(84,85,92)
#67676D
(103,103,109)
#7A797E
(122,121,126)
#8D8B8F
(141,139,143)
#A09DA0
(160,157,160)
#B3AFB1
(179,175,177)
#C6C1C2
(198,193,194)
#D9D3D3
(217,211,211)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E313A color. Also use rgb(46,49,58) instead hex code.

Text Font Color

.myTextColor { color: #2E313A; }

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

This text font color is #2E313A.


Background Color

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

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

This div background color is #2E313A.


Border color

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

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

This div border color is #2E313A.


Opacity

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

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

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

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

This text has shadow with #2E313A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E313A on black background.


Color preview on white background

This text has color #2E313A on white background.



Black color preview on #2E313A background

This text has black color on #2E313A background.


White color preview on #2E313A background

This text has white color on #2E313A background.