COLOR #2E3711

HEX: #2E3711
RGB: (46,55,17)

Color info

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

RGB color model

#2E3711 color RGB value is (46,55,17).

  • red value is 46;
  • green value is 55;
  • blue value is 17.
RGB:
(46,55,17)
(18%,22%,7%)

RGB channels and saturation

R 46 of 255 = 18%
G 55 of 255 = 22%
B 17 of 255 = 7%

46
55
17

R + G + B ~ 16%. #2E3711 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 55 + 17 = 118 (100%)
R 46 of 118 ~ 38.98%
G 55 of 118 ~ 46.61%
B 17 of 118 ~ 14.41%

%38.98
%46.61
%14.41

CMYK color model

#2E3711 color CMYK value is (16,0,69,78).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 69.09%
  • key color value is 78.43%
CMYK:
(16,0,69,78)
C16M0Y69K78 
(16%,0%,69%,78%)
(0.16/0.00/0.69/0.78)	

CMYK percentages

%16.36
%0
%69.09
%78.43

Codes

Color #2E3711 in popluar color models

2E3711
RGB465517
HSL74°52.78%14.12%
HSB/HSV74°69.09%21.57%
CMYK16.36%0.00%69.09%
78.43%

Color #2E3711 in popluar number systems.

HEX2E3711
Decimal465517
Binary10111011011110001
Octal566721

Shades and tints

Shades of #2E3711

#2E3711
(46,55,17)
#2A3210
(42,50,16)
#262D0F
(38,45,15)
#22280E
(34,40,14)
#1E230D
(30,35,13)
#1A1E0C
(26,30,12)
#16190B
(22,25,11)
#12140A
(18,20,10)
#0E0F09
(14,15,9)
#0A0A08
(10,10,8)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #2E3711

#2E3711
(46,55,17)
#414926
(65,73,38)
#545B3B
(84,91,59)
#676D50
(103,109,80)
#7A7F65
(122,127,101)
#8D917A
(141,145,122)
#A0A38F
(160,163,143)
#B3B5A4
(179,181,164)
#C6C7B9
(198,199,185)
#D9D9CE
(217,217,206)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3711 color. Also use rgb(46,55,17) instead hex code.

Text Font Color

.myTextColor { color: #2E3711; }

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

This text font color is #2E3711.


Background Color

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

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

This div background color is #2E3711.


Border color

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

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

This div border color is #2E3711.


Opacity

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

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

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

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

This text has shadow with #2E3711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3711 on black background.


Color preview on white background

This text has color #2E3711 on white background.



Black color preview on #2E3711 background

This text has black color on #2E3711 background.


White color preview on #2E3711 background

This text has white color on #2E3711 background.