COLOR #2E2613

HEX: #2E2613
RGB: (46,38,19)

Color info

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

RGB color model

#2E2613 color RGB value is (46,38,19).

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

RGB channels and saturation

R 46 of 255 = 18%
G 38 of 255 = 15%
B 19 of 255 = 7%

46
38
19

R + G + B ~ 13%. #2E2613 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 38 + 19 = 103 (100%)
R 46 of 103 ~ 44.66%
G 38 of 103 ~ 36.89%
B 19 of 103 ~ 18.45%

%44.66
%36.89
%18.45

CMYK color model

#2E2613 color CMYK value is (0,17,59,82).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 58.70%
  • key color value is 81.96%
CMYK: (0,17,59,82) C0M17Y59K82 (0%,17%,59%,82%) (0.00/0.17/0.59/0.82)

CMYK percentages

%0
%17.39
%58.7
%81.96

Codes

Color #2E2613 in popluar color models

2E2613
RGB463819
HSL42°41.54%12.75%
HSB/HSV42°58.70%18.04%
CMYK0.00%17.39%58.70%
81.96%

Color #2E2613 in popluar number systems.

HEX2E2613
Decimal463819
Binary10111010011010011
Octal564623

Shades and tints

Shades of #2E2613

#2E2613
(46,38,19)
#2A2312
(42,35,18)
#262011
(38,32,17)
#221D10
(34,29,16)
#1E1A0F
(30,26,15)
#1A170E
(26,23,14)
#16140D
(22,20,13)
#12110C
(18,17,12)
#0E0E0B
(14,14,11)
#0A0B0A
(10,11,10)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E2613

#2E2613
(46,38,19)
#413928
(65,57,40)
#544C3D
(84,76,61)
#675F52
(103,95,82)
#7A7267
(122,114,103)
#8D857C
(141,133,124)
#A09891
(160,152,145)
#B3ABA6
(179,171,166)
#C6BEBB
(198,190,187)
#D9D1D0
(217,209,208)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2613; }

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

This text font color is #2E2613.


Background Color

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

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

This div background color is #2E2613.


Border color

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

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

This div border color is #2E2613.


Opacity

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

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

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

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

This text has shadow with #2E2613 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2E2613 on black background.


Color preview on white background

This text has color #2E2613 on white background.



Black color preview on #2E2613 background

This text has black color on #2E2613 background.


White color preview on #2E2613 background

This text has white color on #2E2613 background.