COLOR #2E3531

HEX: #2E3531 RGB: (46,53,49)

Color info

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

RGB color model

#2E3531 color RGB value is (46,53,49).

RGB: (46,53,49) (18%, 21%, 19%)

RGB channels and saturation

R 46 of 255 = 18%
G 53 of 255 = 21%
B 49 of 255 = 19%

46
53
49

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

Portions of RGB colors in percentages

R + G + B = 46 + 53 + 49 = 148 (100%)
R 46 of 148 ~ 31.08%
G 53 of 148 ~ 35.81%
B 49 of 148 ~ 33.11'%

%31.08
%35.81
%33.11

CMYK color model

#2E3531 color CMYK value is (13,0,8,79).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 7.55%
  • key color value is 79.22%

CMYK: (13,0,8,79)
C13M0Y8K79 (13%, 0%, 8%, 79%)
(0.13 / 0.00 / 0.08 / 0.79)

CMYK percentages

%13.21
%0
%7.55
%79.22

Codes

Color #2E3531 in popluar color models

2E 35 31
RGB 46 53 49
HSL 146° 7.07% 19.41%
HSB/HSV 146° 13.21% 20.78%
CMYK 13.21% 0.00% 7.55%
79.22%

Color #2E3531 in popluar number systems.

HEX 2E 35 31
Decimal 46 53 49
Binary 101110 110101 110001
Octal 56 65 61

Shades and tints

Shades of #2E3531

#2E3531
(46,53,49)
#2A312D
(42,49,45)
#262D29
(38,45,41)
#222925
(34,41,37)
#1E2521
(30,37,33)
#1A211D
(26,33,29)
#161D19
(22,29,25)
#121915
(18,25,21)
#0E1511
(14,21,17)
#0A110D
(10,17,13)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #2E3531

#2E3531
(46,53,49)
#414743
(65,71,67)
#545955
(84,89,85)
#676B67
(103,107,103)
#7A7D79
(122,125,121)
#8D8F8B
(141,143,139)
#A0A19D
(160,161,157)
#B3B3AF
(179,179,175)
#C6C5C1
(198,197,193)
#D9D7D3
(217,215,211)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3531; }

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

This text font color is #2E3531.

Background Color

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

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

This div background color is #2E3531.

Border color

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

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

This div border color is #2E3531.

Opacity

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

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

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

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

This text has shadow with #2E3531 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3531.

Preview

Color preview on black background

This text has color #2E3531 on black background.


Color preview on white background

This text has color #2E3531 on white background.


Black color preview on #2E3531 background

This text has black color on #2E3531 background.


White color preview on #2E3531 background

This text has white color on #2E3531 background.


Related colors

Complementary color

Complementary color for #hex is #D1CACE.


I love getcolorcode.com

Triadic colors

1 #312E35 and #35312E with #2E3531 are triadic colors.

2 #31352E and #352E31 with #2E3531 are triadic colors.