COLOR #2E3F04

HEX: #2E3F04
RGB: (46,63,4)

Color info

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

RGB color model

#2E3F04 color RGB value is (46,63,4).

  • red value is 46;
  • green value is 63;
  • blue value is 4.
RGB:
(46,63,4)
(18%,25%,2%)

RGB channels and saturation

R 46 of 255 = 18%
G 63 of 255 = 25%
B 4 of 255 = 2%

46
63
4

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

Portions of RGB colors in percentages

R + G + B =
46 + 63 + 4 = 113 (100%)
R 46 of 113 ~ 40.71%
G 63 of 113 ~ 55.75%
B 4 of 113 ~ 3.54%

%40.71
%55.75

CMYK color model

#2E3F04 color CMYK value is (27,0,94,75).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 93.65%
  • key color value is 75.29%
CMYK:
(27,0,94,75)
C27M0Y94K75 
(27%,0%,94%,75%)
(0.27/0.00/0.94/0.75)	

CMYK percentages

%26.98
%0
%93.65
%75.29

Codes

Color #2E3F04 in popluar color models

2E3F04
RGB46634
HSL77°88.06%13.14%
HSB/HSV77°93.65%24.71%
CMYK26.98%0.00%93.65%
75.29%

Color #2E3F04 in popluar number systems.

HEX2E3F04
Decimal46634
Binary101110111111100
Octal56774

Shades and tints

Shades of #2E3F04

#2E3F04
(46,63,4)
#2A3A04
(42,58,4)
#263504
(38,53,4)
#223004
(34,48,4)
#1E2B04
(30,43,4)
#1A2604
(26,38,4)
#162104
(22,33,4)
#121C04
(18,28,4)
#0E1704
(14,23,4)
#0A1204
(10,18,4)
#060D04
(6,13,4)
#000000
(0,0,0)

Tints of #2E3F04

#2E3F04
(46,63,4)
#41501A
(65,80,26)
#546130
(84,97,48)
#677246
(103,114,70)
#7A835C
(122,131,92)
#8D9472
(141,148,114)
#A0A588
(160,165,136)
#B3B69E
(179,182,158)
#C6C7B4
(198,199,180)
#D9D8CA
(217,216,202)
#ECE9E0
(236,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3F04; }

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

This text font color is #2E3F04.


Background Color

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

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

This div background color is #2E3F04.


Border color

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

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

This div border color is #2E3F04.


Opacity

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

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

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

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

This text has shadow with #2E3F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3F04 on black background.


Color preview on white background

This text has color #2E3F04 on white background.



Black color preview on #2E3F04 background

This text has black color on #2E3F04 background.


White color preview on #2E3F04 background

This text has white color on #2E3F04 background.