COLOR #2E3327

HEX: #2E3327 RGB: (46,51,39)

Color info

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

RGB color model

#2E3327 color RGB value is (46,51,39).

RGB: (46,51,39) (18%, 20%, 15%)

RGB channels and saturation

R 46 of 255 = 18%
G 51 of 255 = 20%
B 39 of 255 = 15%

46
51
39

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

Portions of RGB colors in percentages

R + G + B = 46 + 51 + 39 = 136 (100%)
R 46 of 136 ~ 33.82%
G 51 of 136 ~ 37.5%
B 39 of 136 ~ 28.68'%

%33.82
%37.5
%28.68

CMYK color model

#2E3327 color CMYK value is (10,0,24,80).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 80.00%

CMYK: (10,0,24,80)
C10M0Y24K80 (10%, 0%, 24%, 80%)
(0.10 / 0.00 / 0.24 / 0.80)

CMYK percentages

%9.8
%0
%23.53
%80

Codes

Color #2E3327 in popluar color models

2E 33 27
RGB 46 51 39
HSL 85° 13.33% 17.65%
HSB/HSV 85° 23.53% 20.00%
CMYK 9.80% 0.00% 23.53%
80.00%

Color #2E3327 in popluar number systems.

HEX 2E 33 27
Decimal 46 51 39
Binary 101110 110011 100111
Octal 56 63 47

Shades and tints

Shades of #2E3327

#2E3327
(46,51,39)
#2A2F24
(42,47,36)
#262B21
(38,43,33)
#22271E
(34,39,30)
#1E231B
(30,35,27)
#1A1F18
(26,31,24)
#161B15
(22,27,21)
#121712
(18,23,18)
#0E130F
(14,19,15)
#0A0F0C
(10,15,12)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #2E3327

#2E3327
(46,51,39)
#41453A
(65,69,58)
#54574D
(84,87,77)
#676960
(103,105,96)
#7A7B73
(122,123,115)
#8D8D86
(141,141,134)
#A09F99
(160,159,153)
#B3B1AC
(179,177,172)
#C6C3BF
(198,195,191)
#D9D5D2
(217,213,210)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3327; }

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

This text font color is #2E3327.

Background Color

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

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

This div background color is #2E3327.

Border color

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

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

This div border color is #2E3327.

Opacity

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

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

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

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

This text has shadow with #2E3327 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3327.

Preview

Color preview on black background

This text has color #2E3327 on black background.


Color preview on white background

This text has color #2E3327 on white background.


Black color preview on #2E3327 background

This text has black color on #2E3327 background.


White color preview on #2E3327 background

This text has white color on #2E3327 background.


Related colors

Complementary color

Complementary color for #hex is #D1CCD8.


I love getcolorcode.com

Triadic colors

1 #272E33 and #33272E with #2E3327 are triadic colors.

2 #27332E and #332E27 with #2E3327 are triadic colors.