COLOR #2E2600

HEX: #2E2600
RGB: (46,38,0)

Color info

#2E2600 contains only red and green colors. Web safe color of #2E2600 is #333300 (or #330).

RGB color model

#2E2600 color RGB value is (46,38,0).

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

RGB channels and saturation

R 46 of 255 = 18%
G 38 of 255 = 15%
B 0 of 255 = 0%

46
38
0

R + G + B ~ 11%. #2E2600 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 38 + 0 = 84 (100%)
R 46 of 84 ~ 54.76%
G 38 of 84 ~ 45.24%
B 0 of 84 ~ 0%

%54.76
%45.24

CMYK color model

#2E2600 color CMYK value is (0,17,100,82).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 100.00%
  • key color value is 81.96%
CMYK:
(0,17,100,82)
C0M17Y100K82 
(0%,17%,100%,82%)
(0.00/0.17/1.00/0.82)	

CMYK percentages

%0
%17.39
%100
%81.96

Codes

Color #2E2600 in popluar color models

2E2600
RGB46380
HSL50°100.00%9.02%
HSB/HSV50°100.00%18.04%
CMYK0.00%17.39%100.00%
81.96%

Color #2E2600 in popluar number systems.

HEX2E2600
Decimal46380
Binary1011101001100
Octal56460

Shades and tints

Shades of #2E2600

#2E2600
(46,38,0)
#2A2300
(42,35,0)
#262000
(38,32,0)
#221D00
(34,29,0)
#1E1A00
(30,26,0)
#1A1700
(26,23,0)
#161400
(22,20,0)
#121100
(18,17,0)
#0E0E00
(14,14,0)
#0A0B00
(10,11,0)
#060800
(6,8,0)
#000000
(0,0,0)

Tints of #2E2600

#2E2600
(46,38,0)
#413917
(65,57,23)
#544C2E
(84,76,46)
#675F45
(103,95,69)
#7A725C
(122,114,92)
#8D8573
(141,133,115)
#A0988A
(160,152,138)
#B3ABA1
(179,171,161)
#C6BEB8
(198,190,184)
#D9D1CF
(217,209,207)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2600; }

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

This text font color is #2E2600.


Background Color

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

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

This div background color is #2E2600.


Border color

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

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

This div border color is #2E2600.


Opacity

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

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

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

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

This text has shadow with #2E2600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2600 on black background.


Color preview on white background

This text has color #2E2600 on white background.



Black color preview on #2E2600 background

This text has black color on #2E2600 background.


White color preview on #2E2600 background

This text has white color on #2E2600 background.