COLOR #2E2826

HEX: #2E2826
RGB: (46,40,38)

Color info

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

RGB color model

#2E2826 color RGB value is (46,40,38).

  • red value is 46;
  • green value is 40;
  • blue value is 38.
RGB:
(46,40,38)
(18%,16%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 40 of 255 = 16%
B 38 of 255 = 15%

46
40
38

R + G + B ~ 16%. #2E2826 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 40 + 38 = 124 (100%)
R 46 of 124 ~ 37.1%
G 40 of 124 ~ 32.26%
B 38 of 124 ~ 30.65%

%37.1
%32.26
%30.65

CMYK color model

#2E2826 color CMYK value is (0,13,17,82).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 17.39%
  • key color value is 81.96%
CMYK:
(0,13,17,82)
C0M13Y17K82 
(0%,13%,17%,82%)
(0.00/0.13/0.17/0.82)	

CMYK percentages

%0
%13.04
%17.39
%81.96

Codes

Color #2E2826 in popluar color models

2E2826
RGB464038
HSL15°9.52%16.47%
HSB/HSV15°17.39%18.04%
CMYK0.00%13.04%17.39%
81.96%

Color #2E2826 in popluar number systems.

HEX2E2826
Decimal464038
Binary101110101000100110
Octal565046

Shades and tints

Shades of #2E2826

#2E2826
(46,40,38)
#2A2523
(42,37,35)
#262220
(38,34,32)
#221F1D
(34,31,29)
#1E1C1A
(30,28,26)
#1A1917
(26,25,23)
#161614
(22,22,20)
#121311
(18,19,17)
#0E100E
(14,16,14)
#0A0D0B
(10,13,11)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #2E2826

#2E2826
(46,40,38)
#413B39
(65,59,57)
#544E4C
(84,78,76)
#67615F
(103,97,95)
#7A7472
(122,116,114)
#8D8785
(141,135,133)
#A09A98
(160,154,152)
#B3ADAB
(179,173,171)
#C6C0BE
(198,192,190)
#D9D3D1
(217,211,209)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2826 color. Also use rgb(46,40,38) instead hex code.

Text Font Color

.myTextColor { color: #2E2826; }

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

This text font color is #2E2826.


Background Color

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

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

This div background color is #2E2826.


Border color

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

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

This div border color is #2E2826.


Opacity

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

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

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

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

This text has shadow with #2E2826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2826 on black background.


Color preview on white background

This text has color #2E2826 on white background.



Black color preview on #2E2826 background

This text has black color on #2E2826 background.


White color preview on #2E2826 background

This text has white color on #2E2826 background.