COLOR #2E2E3B

HEX: #2E2E3B RGB: (46,46,59)

Color info

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

RGB color model

#2E2E3B color RGB value is (46,46,59).

RGB: (46,46,59) (18%, 18%, 23%)

RGB channels and saturation

R 46 of 255 = 18%
G 46 of 255 = 18%
B 59 of 255 = 23%

46
46
59

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

Portions of RGB colors in percentages

R + G + B = 46 + 46 + 59 = 151 (100%)
R 46 of 151 ~ 30.46%
G 46 of 151 ~ 30.46%
B 59 of 151 ~ 39.07'%

%30.46
%30.46
%39.07

CMYK color model

#2E2E3B color CMYK value is (22,22,0,77).

  • cyan value is 22.03%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (22,22,0,77)
C22M22Y0K77 (22%, 22%, 0%, 77%)
(0.22 / 0.22 / 0.00 / 0.77)

CMYK percentages

%22.03
%22.03
%0
%76.86

Codes

Color #2E2E3B in popluar color models

2E 2E 3B
RGB 46 46 59
HSL 240° 12.38% 20.59%
HSB/HSV 240° 22.03% 23.14%
CMYK 22.03% 22.03% 0.00%
76.86%

Color #2E2E3B in popluar number systems.

HEX 2E 2E 3B
Decimal 46 46 59
Binary 101110 101110 111011
Octal 56 56 73

Shades and tints

Shades of #2E2E3B

#2E2E3B
(46,46,59)
#2A2A36
(42,42,54)
#262631
(38,38,49)
#22222C
(34,34,44)
#1E1E27
(30,30,39)
#1A1A22
(26,26,34)
#16161D
(22,22,29)
#121218
(18,18,24)
#0E0E13
(14,14,19)
#0A0A0E
(10,10,14)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #2E2E3B

#2E2E3B
(46,46,59)
#41414C
(65,65,76)
#54545D
(84,84,93)
#67676E
(103,103,110)
#7A7A7F
(122,122,127)
#8D8D90
(141,141,144)
#A0A0A1
(160,160,161)
#B3B3B2
(179,179,178)
#C6C6C3
(198,198,195)
#D9D9D4
(217,217,212)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2E3B; }

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

This text font color is #2E2E3B.

Background Color

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

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

This div background color is #2E2E3B.

Border color

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

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

This div border color is #2E2E3B.

Opacity

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

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

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

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

This text has shadow with #2E2E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2E3B.

Preview

Color preview on black background

This text has color #2E2E3B on black background.


Color preview on white background

This text has color #2E2E3B on white background.


Black color preview on #2E2E3B background

This text has black color on #2E2E3B background.


White color preview on #2E2E3B background

This text has white color on #2E2E3B background.


Related colors

Complementary color

Complementary color for #hex is #D1D1C4.


I love getcolorcode.com