COLOR #2E3A06

HEX: #2E3A06
RGB: (46,58,6)

Color info

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

RGB color model

#2E3A06 color RGB value is (46,58,6).

  • red value is 46;
  • green value is 58;
  • blue value is 6.
RGB:
(46,58,6)
(18%,23%,2%)

RGB channels and saturation

R 46 of 255 = 18%
G 58 of 255 = 23%
B 6 of 255 = 2%

46
58
6

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

Portions of RGB colors in percentages

R + G + B =
46 + 58 + 6 = 110 (100%)
R 46 of 110 ~ 41.82%
G 58 of 110 ~ 52.73%
B 6 of 110 ~ 5.45%

%41.82
%52.73

CMYK color model

#2E3A06 color CMYK value is (21,0,90,77).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 89.66%
  • key color value is 77.25%
CMYK:
(21,0,90,77)
C21M0Y90K77 
(21%,0%,90%,77%)
(0.21/0.00/0.90/0.77)	

CMYK percentages

%20.69
%0
%89.66
%77.25

Codes

Color #2E3A06 in popluar color models

2E3A06
RGB46586
HSL74°81.25%12.55%
HSB/HSV74°89.66%22.75%
CMYK20.69%0.00%89.66%
77.25%

Color #2E3A06 in popluar number systems.

HEX2E3A06
Decimal46586
Binary101110111010110
Octal56726

Shades and tints

Shades of #2E3A06

#2E3A06
(46,58,6)
#2A3506
(42,53,6)
#263006
(38,48,6)
#222B06
(34,43,6)
#1E2606
(30,38,6)
#1A2106
(26,33,6)
#161C06
(22,28,6)
#121706
(18,23,6)
#0E1206
(14,18,6)
#0A0D06
(10,13,6)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #2E3A06

#2E3A06
(46,58,6)
#414B1C
(65,75,28)
#545C32
(84,92,50)
#676D48
(103,109,72)
#7A7E5E
(122,126,94)
#8D8F74
(141,143,116)
#A0A08A
(160,160,138)
#B3B1A0
(179,177,160)
#C6C2B6
(198,194,182)
#D9D3CC
(217,211,204)
#ECE4E2
(236,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3A06; }

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

This text font color is #2E3A06.


Background Color

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

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

This div background color is #2E3A06.


Border color

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

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

This div border color is #2E3A06.


Opacity

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

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

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

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

This text has shadow with #2E3A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3A06 on black background.


Color preview on white background

This text has color #2E3A06 on white background.



Black color preview on #2E3A06 background

This text has black color on #2E3A06 background.


White color preview on #2E3A06 background

This text has white color on #2E3A06 background.