COLOR #2E2B31

HEX: #2E2B31 RGB: (46,43,49)

Color info

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

RGB color model

#2E2B31 color RGB value is (46,43,49).

RGB: (46,43,49) (18%, 17%, 19%)

RGB channels and saturation

R 46 of 255 = 18%
G 43 of 255 = 17%
B 49 of 255 = 19%

46
43
49

R + G + B ~ 18%. #2E2B31 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 43 + 49 = 138 (100%)
R 46 of 138 ~ 33.33%
G 43 of 138 ~ 31.16%
B 49 of 138 ~ 35.51'%

%33.33
%31.16
%35.51

CMYK color model

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

  • cyan value is 6.12%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (6,12,0,81)
C6M12Y0K81 (6%, 12%, 0%, 81%)
(0.06 / 0.12 / 0.00 / 0.81)

CMYK percentages

%6.12
%12.24
%0
%80.78

Codes

Color #2E2B31 in popluar color models

2E 2B 31
RGB 46 43 49
HSL 270° 6.52% 18.04%
HSB/HSV 270° 12.24% 19.22%
CMYK 6.12% 12.24% 0.00%
80.78%

Color #2E2B31 in popluar number systems.

HEX 2E 2B 31
Decimal 46 43 49
Binary 101110 101011 110001
Octal 56 53 61

Shades and tints

Shades of #2E2B31

#2E2B31
(46,43,49)
#2A282D
(42,40,45)
#262529
(38,37,41)
#222225
(34,34,37)
#1E1F21
(30,31,33)
#1A1C1D
(26,28,29)
#161919
(22,25,25)
#121615
(18,22,21)
#0E1311
(14,19,17)
#0A100D
(10,16,13)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #2E2B31

#2E2B31
(46,43,49)
#413E43
(65,62,67)
#545155
(84,81,85)
#676467
(103,100,103)
#7A7779
(122,119,121)
#8D8A8B
(141,138,139)
#A09D9D
(160,157,157)
#B3B0AF
(179,176,175)
#C6C3C1
(198,195,193)
#D9D6D3
(217,214,211)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2B31; }

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

This text font color is #2E2B31.

Background Color

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

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

This div background color is #2E2B31.

Border color

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

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

This div border color is #2E2B31.

Opacity

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

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

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

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

This text has shadow with #2E2B31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2B31.

Preview

Color preview on black background

This text has color #2E2B31 on black background.


Color preview on white background

This text has color #2E2B31 on white background.


Black color preview on #2E2B31 background

This text has black color on #2E2B31 background.


White color preview on #2E2B31 background

This text has white color on #2E2B31 background.


Related colors

Complementary color

Complementary color for #hex is #D1D4CE.


I love getcolorcode.com

Triadic colors

1 #312E2B and #2B312E with #2E2B31 are triadic colors.

2 #312B2E and #2B2E31 with #2E2B31 are triadic colors.