COLOR #2E392C

HEX: #2E392C
RGB: (46,57,44)

Color info

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

RGB color model

#2E392C color RGB value is (46,57,44).

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

RGB channels and saturation

R 46 of 255 = 18%
G 57 of 255 = 22%
B 44 of 255 = 17%

46
57
44

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

Portions of RGB colors in percentages

R + G + B =
46 + 57 + 44 = 147 (100%)
R 46 of 147 ~ 31.29%
G 57 of 147 ~ 38.78%
B 44 of 147 ~ 29.93%

%31.29
%38.78
%29.93

CMYK color model

#2E392C color CMYK value is (19,0,23,78).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 77.65%
CMYK:
(19,0,23,78)
C19M0Y23K78 
(19%,0%,23%,78%)
(0.19/0.00/0.23/0.78)	

CMYK percentages

%19.3
%0
%22.81
%77.65

Codes

Color #2E392C in popluar color models

2E392C
RGB465744
HSL111°12.87%19.80%
HSB/HSV111°22.81%22.35%
CMYK19.30%0.00%22.81%
77.65%

Color #2E392C in popluar number systems.

HEX2E392C
Decimal465744
Binary101110111001101100
Octal567154

Shades and tints

Shades of #2E392C

#2E392C
(46,57,44)
#2A3428
(42,52,40)
#262F24
(38,47,36)
#222A20
(34,42,32)
#1E251C
(30,37,28)
#1A2018
(26,32,24)
#161B14
(22,27,20)
#121610
(18,22,16)
#0E110C
(14,17,12)
#0A0C08
(10,12,8)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #2E392C

#2E392C
(46,57,44)
#414B3F
(65,75,63)
#545D52
(84,93,82)
#676F65
(103,111,101)
#7A8178
(122,129,120)
#8D938B
(141,147,139)
#A0A59E
(160,165,158)
#B3B7B1
(179,183,177)
#C6C9C4
(198,201,196)
#D9DBD7
(217,219,215)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E392C; }

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

This text font color is #2E392C.


Background Color

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

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

This div background color is #2E392C.


Border color

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

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

This div border color is #2E392C.


Opacity

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

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

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

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

This text has shadow with #2E392C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E392C on black background.


Color preview on white background

This text has color #2E392C on white background.



Black color preview on #2E392C background

This text has black color on #2E392C background.


White color preview on #2E392C background

This text has white color on #2E392C background.