COLOR #2E2E1A

HEX: #2E2E1A
RGB: (46,46,26)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
46
26

R + G + B ~ 15%. #2E2E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 46 + 26 = 118 (100%)
R 46 of 118 ~ 38.98%
G 46 of 118 ~ 38.98%
B 26 of 118 ~ 22.03%

%38.98
%38.98
%22.03

CMYK color model

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

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

CMYK percentages

%0
%0
%43.48
%81.96

Codes

Color #2E2E1A in popluar color models

2E2E1A
RGB464626
HSL60°27.78%14.12%
HSB/HSV60°43.48%18.04%
CMYK0.00%0.00%43.48%
81.96%

Color #2E2E1A in popluar number systems.

HEX2E2E1A
Decimal464626
Binary10111010111011010
Octal565632

Shades and tints

Shades of #2E2E1A

#2E2E1A
(46,46,26)
#2A2A18
(42,42,24)
#262616
(38,38,22)
#222214
(34,34,20)
#1E1E12
(30,30,18)
#1A1A10
(26,26,16)
#16160E
(22,22,14)
#12120C
(18,18,12)
#0E0E0A
(14,14,10)
#0A0A08
(10,10,8)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #2E2E1A

#2E2E1A
(46,46,26)
#41412E
(65,65,46)
#545442
(84,84,66)
#676756
(103,103,86)
#7A7A6A
(122,122,106)
#8D8D7E
(141,141,126)
#A0A092
(160,160,146)
#B3B3A6
(179,179,166)
#C6C6BA
(198,198,186)
#D9D9CE
(217,217,206)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2E1A; }

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

This text font color is #2E2E1A.


Background Color

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

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

This div background color is #2E2E1A.


Border color

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

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

This div border color is #2E2E1A.


Opacity

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

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

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

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

This text has shadow with #2E2E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2E1A on black background.


Color preview on white background

This text has color #2E2E1A on white background.



Black color preview on #2E2E1A background

This text has black color on #2E2E1A background.


White color preview on #2E2E1A background

This text has white color on #2E2E1A background.