COLOR #2E3031

HEX: #2E3031 RGB: (46,48,49)

Color info

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

RGB color model

#2E3031 color RGB value is (46,48,49).

RGB: (46,48,49) (18%, 19%, 19%)

RGB channels and saturation

R 46 of 255 = 18%
G 48 of 255 = 19%
B 49 of 255 = 19%

46
48
49

R + G + B ~ 19%. #2E3031 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 48 + 49 = 143 (100%)
R 46 of 143 ~ 32.17%
G 48 of 143 ~ 33.57%
B 49 of 143 ~ 34.27'%

%32.17
%33.57
%34.27

CMYK color model

#2E3031 color CMYK value is (6,2,0,81).

  • cyan value is 6.12%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK: (6,2,0,81) C6M2Y0K81 (6%,2%,0%,81%) (0.06/0.02/0.00/0.81) 

CMYK percentages

%6.12
%2.04
%0
%80.78

Codes

Color #2E3031 in popluar color models

2E 30 31
RGB 46 48 49
HSL 200° 3.16% 18.63%
HSB/HSV 200° 6.12% 19.22%
CMYK 6.12% 2.04% 0.00%
80.78%

Color #2E3031 in popluar number systems.

HEX 2E 30 31
Decimal 46 48 49
Binary 101110 110000 110001
Octal 56 60 61

Shades and tints

Shades of #2E3031

#2E3031
(46,48,49)
#2A2C2D
(42,44,45)
#262829
(38,40,41)
#222425
(34,36,37)
#1E2021
(30,32,33)
#1A1C1D
(26,28,29)
#161819
(22,24,25)
#121415
(18,20,21)
#0E1011
(14,16,17)
#0A0C0D
(10,12,13)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E3031

#2E3031
(46,48,49)
#414243
(65,66,67)
#545455
(84,84,85)
#676667
(103,102,103)
#7A7879
(122,120,121)
#8D8A8B
(141,138,139)
#A09C9D
(160,156,157)
#B3AEAF
(179,174,175)
#C6C0C1
(198,192,193)
#D9D2D3
(217,210,211)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3031; }

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

This text font color is #2E3031.

Background Color

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

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

This div background color is #2E3031.

Border color

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

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

This div border color is #2E3031.

Opacity

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

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

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

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

This text has shadow with #2E3031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3031.

Preview

Color preview on black background

This text has color #2E3031 on black background.


Color preview on white background

This text has color #2E3031 on white background.


Black color preview on #2E3031 background

This text has black color on #2E3031 background.


White color preview on #2E3031 background

This text has white color on #2E3031 background.


Related colors

Complementary color

Complementary color for #hex is #D1CFCE.


I love getcolorcode.com

Triadic colors

1 #312E30 and #30312E with #2E3031 are triadic colors.

2 #31302E and #302E31 with #2E3031 are triadic colors.