COLOR #2E221A

HEX: #2E221A
RGB: (46,34,26)

Color info

#2E221A contains red, green and blue colors in about the same proportion. Web safe color of #2E221A is #333300 (or #330).

RGB color model

#2E221A color RGB value is (46,34,26).

  • red value is 46;
  • green value is 34;
  • blue value is 26.
RGB:
(46,34,26)
(18%,13%,10%)

RGB channels and saturation

R 46 of 255 = 18%
G 34 of 255 = 13%
B 26 of 255 = 10%

46
34
26

R + G + B ~ 14%. #2E221A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 34 + 26 = 106 (100%)
R 46 of 106 ~ 43.4%
G 34 of 106 ~ 32.08%
B 26 of 106 ~ 24.53%

%43.4
%32.08
%24.53

CMYK color model

#2E221A color CMYK value is (0,26,43,82).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 43.48%
  • key color value is 81.96%
CMYK:
(0,26,43,82)
C0M26Y43K82 
(0%,26%,43%,82%)
(0.00/0.26/0.43/0.82)	

CMYK percentages

%0
%26.09
%43.48
%81.96

Codes

Color #2E221A in popluar color models

2E221A
RGB463426
HSL24°27.78%14.12%
HSB/HSV24°43.48%18.04%
CMYK0.00%26.09%43.48%
81.96%

Color #2E221A in popluar number systems.

HEX2E221A
Decimal463426
Binary10111010001011010
Octal564232

Shades and tints

Shades of #2E221A

#2E221A
(46,34,26)
#2A1F18
(42,31,24)
#261C16
(38,28,22)
#221914
(34,25,20)
#1E1612
(30,22,18)
#1A1310
(26,19,16)
#16100E
(22,16,14)
#120D0C
(18,13,12)
#0E0A0A
(14,10,10)
#0A0708
(10,7,8)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #2E221A

#2E221A
(46,34,26)
#41362E
(65,54,46)
#544A42
(84,74,66)
#675E56
(103,94,86)
#7A726A
(122,114,106)
#8D867E
(141,134,126)
#A09A92
(160,154,146)
#B3AEA6
(179,174,166)
#C6C2BA
(198,194,186)
#D9D6CE
(217,214,206)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E221A color. Also use rgb(46,34,26) instead hex code.

Text Font Color

.myTextColor { color: #2E221A; }

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

This text font color is #2E221A.


Background Color

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

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

This div background color is #2E221A.


Border color

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

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

This div border color is #2E221A.


Opacity

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

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

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

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

This text has shadow with #2E221A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E221A on black background.


Color preview on white background

This text has color #2E221A on white background.



Black color preview on #2E221A background

This text has black color on #2E221A background.


White color preview on #2E221A background

This text has white color on #2E221A background.