COLOR #2E3B04

HEX: #2E3B04 RGB: (46,59,4)

Color info

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

RGB color model

#2E3B04 color RGB value is (46,59,4).

RGB: (46,59,4) (18%, 23%, 2%)

RGB channels and saturation

R 46 of 255 = 18%
G 59 of 255 = 23%
B 4 of 255 = 2%

46
59
4

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

Portions of RGB colors in percentages

R + G + B = 46 + 59 + 4 = 109 (100%)
R 46 of 109 ~ 42.2%
G 59 of 109 ~ 54.13%
B 4 of 109 ~ 3.67'%

%42.2
%54.13

CMYK color model

#2E3B04 color CMYK value is (22,0,93,77).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 93.22%
  • key color value is 76.86%

CMYK: (22,0,93,77)
C22M0Y93K77 (22%, 0%, 93%, 77%)
(0.22 / 0.00 / 0.93 / 0.77)

CMYK percentages

%22.03
%0
%93.22
%76.86

Codes

Color #2E3B04 in popluar color models

2E 3B 04
RGB 46 59 4
HSL 74° 87.30% 12.35%
HSB/HSV 74° 93.22% 23.14%
CMYK 22.03% 0.00% 93.22%
76.86%

Color #2E3B04 in popluar number systems.

HEX 2E 3B 04
Decimal 46 59 4
Binary 101110 111011 100
Octal 56 73 4

Shades and tints

Shades of #2E3B04

#2E3B04
(46,59,4)
#2A3604
(42,54,4)
#263104
(38,49,4)
#222C04
(34,44,4)
#1E2704
(30,39,4)
#1A2204
(26,34,4)
#161D04
(22,29,4)
#121804
(18,24,4)
#0E1304
(14,19,4)
#0A0E04
(10,14,4)
#060904
(6,9,4)
#000000
(0,0,0)

Tints of #2E3B04

#2E3B04
(46,59,4)
#414C1A
(65,76,26)
#545D30
(84,93,48)
#676E46
(103,110,70)
#7A7F5C
(122,127,92)
#8D9072
(141,144,114)
#A0A188
(160,161,136)
#B3B29E
(179,178,158)
#C6C3B4
(198,195,180)
#D9D4CA
(217,212,202)
#ECE5E0
(236,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3B04; }

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

This text font color is #2E3B04.

Background Color

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

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

This div background color is #2E3B04.

Border color

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

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

This div border color is #2E3B04.

Opacity

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

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

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

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

This text has shadow with #2E3B04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3B04.

Preview

Color preview on black background

This text has color #2E3B04 on black background.


Color preview on white background

This text has color #2E3B04 on white background.


Black color preview on #2E3B04 background

This text has black color on #2E3B04 background.


White color preview on #2E3B04 background

This text has white color on #2E3B04 background.


Related colors

Complementary color

Complementary color for #hex is #D1C4FB.


I love getcolorcode.com

Triadic colors

1 #042E3B and #3B042E with #2E3B04 are triadic colors.

2 #043B2E and #3B2E04 with #2E3B04 are triadic colors.