COLOR #2E3D36

HEX: #2E3D36 RGB: (46,61,54)

Color info

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

RGB color model

#2E3D36 color RGB value is (46,61,54).

RGB: (46,61,54) (18%, 24%, 21%)

RGB channels and saturation

R 46 of 255 = 18%
G 61 of 255 = 24%
B 54 of 255 = 21%

46
61
54

R + G + B ~ 21%. #2E3D36 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 61 + 54 = 161 (100%)
R 46 of 161 ~ 28.57%
G 61 of 161 ~ 37.89%
B 54 of 161 ~ 33.54'%

%28.57
%37.89
%33.54

CMYK color model

#2E3D36 color CMYK value is (25,0,11,76).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 76.08%

CMYK: (25,0,11,76)
C25M0Y11K76 (25%, 0%, 11%, 76%)
(0.25 / 0.00 / 0.11 / 0.76)

CMYK percentages

%24.59
%0
%11.48
%76.08

Codes

Color #2E3D36 in popluar color models

2E 3D 36
RGB 46 61 54
HSL 152° 14.02% 20.98%
HSB/HSV 152° 24.59% 23.92%
CMYK 24.59% 0.00% 11.48%
76.08%

Color #2E3D36 in popluar number systems.

HEX 2E 3D 36
Decimal 46 61 54
Binary 101110 111101 110110
Octal 56 75 66

Shades and tints

Shades of #2E3D36

#2E3D36
(46,61,54)
#2A3832
(42,56,50)
#26332E
(38,51,46)
#222E2A
(34,46,42)
#1E2926
(30,41,38)
#1A2422
(26,36,34)
#161F1E
(22,31,30)
#121A1A
(18,26,26)
#0E1516
(14,21,22)
#0A1012
(10,16,18)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #2E3D36

#2E3D36
(46,61,54)
#414E48
(65,78,72)
#545F5A
(84,95,90)
#67706C
(103,112,108)
#7A817E
(122,129,126)
#8D9290
(141,146,144)
#A0A3A2
(160,163,162)
#B3B4B4
(179,180,180)
#C6C5C6
(198,197,198)
#D9D6D8
(217,214,216)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3D36; }

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

This text font color is #2E3D36.

Background Color

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

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

This div background color is #2E3D36.

Border color

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

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

This div border color is #2E3D36.

Opacity

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

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

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

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

This text has shadow with #2E3D36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3D36.

Preview

Color preview on black background

This text has color #2E3D36 on black background.


Color preview on white background

This text has color #2E3D36 on white background.


Black color preview on #2E3D36 background

This text has black color on #2E3D36 background.


White color preview on #2E3D36 background

This text has white color on #2E3D36 background.


Related colors

Complementary color

Complementary color for #hex is #D1C2C9.


I love getcolorcode.com

Triadic colors

1 #362E3D and #3D362E with #2E3D36 are triadic colors.

2 #363D2E and #3D2E36 with #2E3D36 are triadic colors.