COLOR #2E422B

HEX: #2E422B
RGB: (46,66,43)

Color info

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

RGB color model

#2E422B color RGB value is (46,66,43).

  • red value is 46;
  • green value is 66;
  • blue value is 43.
RGB:
(46,66,43)
(18%,26%,17%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 43 of 255 = 17%

46
66
43

R + G + B ~ 20%. #2E422B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 66 + 43 = 155 (100%)
R 46 of 155 ~ 29.68%
G 66 of 155 ~ 42.58%
B 43 of 155 ~ 27.74%

%29.68
%42.58
%27.74

CMYK color model

#2E422B color CMYK value is (30,0,35,74).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 74.12%
CMYK:
(30,0,35,74)
C30M0Y35K74 
(30%,0%,35%,74%)
(0.30/0.00/0.35/0.74)	

CMYK percentages

%30.3
%0
%34.85
%74.12

Codes

Color #2E422B in popluar color models

2E422B
RGB466643
HSL112°21.10%21.37%
HSB/HSV112°34.85%25.88%
CMYK30.30%0.00%34.85%
74.12%

Color #2E422B in popluar number systems.

HEX2E422B
Decimal466643
Binary1011101000010101011
Octal5610253

Shades and tints

Shades of #2E422B

#2E422B
(46,66,43)
#2A3C28
(42,60,40)
#263625
(38,54,37)
#223022
(34,48,34)
#1E2A1F
(30,42,31)
#1A241C
(26,36,28)
#161E19
(22,30,25)
#121816
(18,24,22)
#0E1213
(14,18,19)
#0A0C10
(10,12,16)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #2E422B

#2E422B
(46,66,43)
#41533E
(65,83,62)
#546451
(84,100,81)
#677564
(103,117,100)
#7A8677
(122,134,119)
#8D978A
(141,151,138)
#A0A89D
(160,168,157)
#B3B9B0
(179,185,176)
#C6CAC3
(198,202,195)
#D9DBD6
(217,219,214)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E422B color. Also use rgb(46,66,43) instead hex code.

Text Font Color

.myTextColor { color: #2E422B; }

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

This text font color is #2E422B.


Background Color

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

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

This div background color is #2E422B.


Border color

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

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

This div border color is #2E422B.


Opacity

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

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

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

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

This text has shadow with #2E422B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E422B on black background.


Color preview on white background

This text has color #2E422B on white background.



Black color preview on #2E422B background

This text has black color on #2E422B background.


White color preview on #2E422B background

This text has white color on #2E422B background.