COLOR #2E391A

HEX: #2E391A
RGB: (46,57,26)

Color info

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

RGB color model

#2E391A color RGB value is (46,57,26).

  • red value is 46;
  • green value is 57;
  • blue value is 26.
RGB:
(46,57,26)
(18%,22%,10%)

RGB channels and saturation

R 46 of 255 = 18%
G 57 of 255 = 22%
B 26 of 255 = 10%

46
57
26

R + G + B ~ 17%. #2E391A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 57 + 26 = 129 (100%)
R 46 of 129 ~ 35.66%
G 57 of 129 ~ 44.19%
B 26 of 129 ~ 20.16%

%35.66
%44.19
%20.16

CMYK color model

#2E391A color CMYK value is (19,0,54,78).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 54.39%
  • key color value is 77.65%
CMYK:
(19,0,54,78)
C19M0Y54K78 
(19%,0%,54%,78%)
(0.19/0.00/0.54/0.78)	

CMYK percentages

%19.3
%0
%54.39
%77.65

Codes

Color #2E391A in popluar color models

2E391A
RGB465726
HSL81°37.35%16.27%
HSB/HSV81°54.39%22.35%
CMYK19.30%0.00%54.39%
77.65%

Color #2E391A in popluar number systems.

HEX2E391A
Decimal465726
Binary10111011100111010
Octal567132

Shades and tints

Shades of #2E391A

#2E391A
(46,57,26)
#2A3418
(42,52,24)
#262F16
(38,47,22)
#222A14
(34,42,20)
#1E2512
(30,37,18)
#1A2010
(26,32,16)
#161B0E
(22,27,14)
#12160C
(18,22,12)
#0E110A
(14,17,10)
#0A0C08
(10,12,8)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #2E391A

#2E391A
(46,57,26)
#414B2E
(65,75,46)
#545D42
(84,93,66)
#676F56
(103,111,86)
#7A816A
(122,129,106)
#8D937E
(141,147,126)
#A0A592
(160,165,146)
#B3B7A6
(179,183,166)
#C6C9BA
(198,201,186)
#D9DBCE
(217,219,206)
#ECEDE2
(236,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E391A color. Also use rgb(46,57,26) instead hex code.

Text Font Color

.myTextColor { color: #2E391A; }

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

This text font color is #2E391A.


Background Color

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

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

This div background color is #2E391A.


Border color

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

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

This div border color is #2E391A.


Opacity

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

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

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

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

This text has shadow with #2E391A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E391A on black background.


Color preview on white background

This text has color #2E391A on white background.



Black color preview on #2E391A background

This text has black color on #2E391A background.


White color preview on #2E391A background

This text has white color on #2E391A background.