COLOR #2E3829

HEX: #2E3829
RGB: (46,56,41)

Color info

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

RGB color model

#2E3829 color RGB value is (46,56,41).

  • red value is 46;
  • green value is 56;
  • blue value is 41.
RGB:
(46,56,41)
(18%,22%,16%)

RGB channels and saturation

R 46 of 255 = 18%
G 56 of 255 = 22%
B 41 of 255 = 16%

46
56
41

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

Portions of RGB colors in percentages

R + G + B =
46 + 56 + 41 = 143 (100%)
R 46 of 143 ~ 32.17%
G 56 of 143 ~ 39.16%
B 41 of 143 ~ 28.67%

%32.17
%39.16
%28.67

CMYK color model

#2E3829 color CMYK value is (18,0,27,78).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(18,0,27,78)
C18M0Y27K78 
(18%,0%,27%,78%)
(0.18/0.00/0.27/0.78)	

CMYK percentages

%17.86
%0
%26.79
%78.04

Codes

Color #2E3829 in popluar color models

2E3829
RGB465641
HSL100°15.46%19.02%
HSB/HSV100°26.79%21.96%
CMYK17.86%0.00%26.79%
78.04%

Color #2E3829 in popluar number systems.

HEX2E3829
Decimal465641
Binary101110111000101001
Octal567051

Shades and tints

Shades of #2E3829

#2E3829
(46,56,41)
#2A3326
(42,51,38)
#262E23
(38,46,35)
#222920
(34,41,32)
#1E241D
(30,36,29)
#1A1F1A
(26,31,26)
#161A17
(22,26,23)
#121514
(18,21,20)
#0E1011
(14,16,17)
#0A0B0E
(10,11,14)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #2E3829

#2E3829
(46,56,41)
#414A3C
(65,74,60)
#545C4F
(84,92,79)
#676E62
(103,110,98)
#7A8075
(122,128,117)
#8D9288
(141,146,136)
#A0A49B
(160,164,155)
#B3B6AE
(179,182,174)
#C6C8C1
(198,200,193)
#D9DAD4
(217,218,212)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3829 color. Also use rgb(46,56,41) instead hex code.

Text Font Color

.myTextColor { color: #2E3829; }

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

This text font color is #2E3829.


Background Color

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

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

This div background color is #2E3829.


Border color

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

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

This div border color is #2E3829.


Opacity

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

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

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

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

This text has shadow with #2E3829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3829 on black background.


Color preview on white background

This text has color #2E3829 on white background.



Black color preview on #2E3829 background

This text has black color on #2E3829 background.


White color preview on #2E3829 background

This text has white color on #2E3829 background.