COLOR #2E3A2F

HEX: #2E3A2F
RGB: (46,58,47)

Color info

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

RGB color model

#2E3A2F color RGB value is (46,58,47).

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

RGB channels and saturation

R 46 of 255 = 18%
G 58 of 255 = 23%
B 47 of 255 = 18%

46
58
47

R + G + B ~ 20%. #2E3A2F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 58 + 47 = 151 (100%)
R 46 of 151 ~ 30.46%
G 58 of 151 ~ 38.41%
B 47 of 151 ~ 31.13%

%30.46
%38.41
%31.13

CMYK color model

#2E3A2F color CMYK value is (21,0,19,77).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 77.25%
CMYK:
(21,0,19,77)
C21M0Y19K77 
(21%,0%,19%,77%)
(0.21/0.00/0.19/0.77)	

CMYK percentages

%20.69
%0
%18.97
%77.25

Codes

Color #2E3A2F in popluar color models

2E3A2F
RGB465847
HSL125°11.54%20.39%
HSB/HSV125°20.69%22.75%
CMYK20.69%0.00%18.97%
77.25%

Color #2E3A2F in popluar number systems.

HEX2E3A2F
Decimal465847
Binary101110111010101111
Octal567257

Shades and tints

Shades of #2E3A2F

#2E3A2F
(46,58,47)
#2A352B
(42,53,43)
#263027
(38,48,39)
#222B23
(34,43,35)
#1E261F
(30,38,31)
#1A211B
(26,33,27)
#161C17
(22,28,23)
#121713
(18,23,19)
#0E120F
(14,18,15)
#0A0D0B
(10,13,11)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #2E3A2F

#2E3A2F
(46,58,47)
#414B41
(65,75,65)
#545C53
(84,92,83)
#676D65
(103,109,101)
#7A7E77
(122,126,119)
#8D8F89
(141,143,137)
#A0A09B
(160,160,155)
#B3B1AD
(179,177,173)
#C6C2BF
(198,194,191)
#D9D3D1
(217,211,209)
#ECE4E3
(236,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3A2F; }

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

This text font color is #2E3A2F.


Background Color

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

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

This div background color is #2E3A2F.


Border color

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

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

This div border color is #2E3A2F.


Opacity

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

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

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

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

This text has shadow with #2E3A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3A2F on black background.


Color preview on white background

This text has color #2E3A2F on white background.



Black color preview on #2E3A2F background

This text has black color on #2E3A2F background.


White color preview on #2E3A2F background

This text has white color on #2E3A2F background.