COLOR #2E3A27

HEX: #2E3A27
RGB: (46,58,39)

Color info

#2E3A27 contains red, green and blue colors in about the same proportion. Web safe color of #2E3A27 is #333333 (or #333).

RGB color model

#2E3A27 color RGB value is (46,58,39).

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

RGB channels and saturation

R 46 of 255 = 18%
G 58 of 255 = 23%
B 39 of 255 = 15%

46
58
39

R + G + B ~ 19%. #2E3A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 58 + 39 = 143 (100%)
R 46 of 143 ~ 32.17%
G 58 of 143 ~ 40.56%
B 39 of 143 ~ 27.27%

%32.17
%40.56
%27.27

CMYK color model

#2E3A27 color CMYK value is (21,0,33,77).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 77.25%
CMYK:
(21,0,33,77)
C21M0Y33K77 
(21%,0%,33%,77%)
(0.21/0.00/0.33/0.77)	

CMYK percentages

%20.69
%0
%32.76
%77.25

Codes

Color #2E3A27 in popluar color models

2E3A27
RGB465839
HSL98°19.59%19.02%
HSB/HSV98°32.76%22.75%
CMYK20.69%0.00%32.76%
77.25%

Color #2E3A27 in popluar number systems.

HEX2E3A27
Decimal465839
Binary101110111010100111
Octal567247

Shades and tints

Shades of #2E3A27

#2E3A27
(46,58,39)
#2A3524
(42,53,36)
#263021
(38,48,33)
#222B1E
(34,43,30)
#1E261B
(30,38,27)
#1A2118
(26,33,24)
#161C15
(22,28,21)
#121712
(18,23,18)
#0E120F
(14,18,15)
#0A0D0C
(10,13,12)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E3A27

#2E3A27
(46,58,39)
#414B3A
(65,75,58)
#545C4D
(84,92,77)
#676D60
(103,109,96)
#7A7E73
(122,126,115)
#8D8F86
(141,143,134)
#A0A099
(160,160,153)
#B3B1AC
(179,177,172)
#C6C2BF
(198,194,191)
#D9D3D2
(217,211,210)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3A27; }

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

This text font color is #2E3A27.


Background Color

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

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

This div background color is #2E3A27.


Border color

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

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

This div border color is #2E3A27.


Opacity

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

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

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

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

This text has shadow with #2E3A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3A27 on black background.


Color preview on white background

This text has color #2E3A27 on white background.



Black color preview on #2E3A27 background

This text has black color on #2E3A27 background.


White color preview on #2E3A27 background

This text has white color on #2E3A27 background.