COLOR #2E2913

HEX: #2E2913
RGB: (46,41,19)

Color info

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

RGB color model

#2E2913 color RGB value is (46,41,19).

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

RGB channels and saturation

R 46 of 255 = 18%
G 41 of 255 = 16%
B 19 of 255 = 7%

46
41
19

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

Portions of RGB colors in percentages

R + G + B =
46 + 41 + 19 = 106 (100%)
R 46 of 106 ~ 43.4%
G 41 of 106 ~ 38.68%
B 19 of 106 ~ 17.92%

%43.4
%38.68
%17.92

CMYK color model

#2E2913 color CMYK value is (0,11,59,82).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 58.70%
  • key color value is 81.96%
CMYK:
(0,11,59,82)
C0M11Y59K82 
(0%,11%,59%,82%)
(0.00/0.11/0.59/0.82)	

CMYK percentages

%0
%10.87
%58.7
%81.96

Codes

Color #2E2913 in popluar color models

2E2913
RGB464119
HSL49°41.54%12.75%
HSB/HSV49°58.70%18.04%
CMYK0.00%10.87%58.70%
81.96%

Color #2E2913 in popluar number systems.

HEX2E2913
Decimal464119
Binary10111010100110011
Octal565123

Shades and tints

Shades of #2E2913

#2E2913
(46,41,19)
#2A2612
(42,38,18)
#262311
(38,35,17)
#222010
(34,32,16)
#1E1D0F
(30,29,15)
#1A1A0E
(26,26,14)
#16170D
(22,23,13)
#12140C
(18,20,12)
#0E110B
(14,17,11)
#0A0E0A
(10,14,10)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #2E2913

#2E2913
(46,41,19)
#413C28
(65,60,40)
#544F3D
(84,79,61)
#676252
(103,98,82)
#7A7567
(122,117,103)
#8D887C
(141,136,124)
#A09B91
(160,155,145)
#B3AEA6
(179,174,166)
#C6C1BB
(198,193,187)
#D9D4D0
(217,212,208)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2913; }

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

This text font color is #2E2913.


Background Color

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

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

This div background color is #2E2913.


Border color

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

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

This div border color is #2E2913.


Opacity

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

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

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

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

This text has shadow with #2E2913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2913 on black background.


Color preview on white background

This text has color #2E2913 on white background.



Black color preview on #2E2913 background

This text has black color on #2E2913 background.


White color preview on #2E2913 background

This text has white color on #2E2913 background.