COLOR #2E392D

HEX: #2E392D
RGB: (46,57,45)

Color info

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

RGB color model

#2E392D color RGB value is (46,57,45).

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

RGB channels and saturation

R 46 of 255 = 18%
G 57 of 255 = 22%
B 45 of 255 = 18%

46
57
45

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

Portions of RGB colors in percentages

R + G + B =
46 + 57 + 45 = 148 (100%)
R 46 of 148 ~ 31.08%
G 57 of 148 ~ 38.51%
B 45 of 148 ~ 30.41%

%31.08
%38.51
%30.41

CMYK color model

#2E392D color CMYK value is (19,0,21,78).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 77.65%
CMYK:
(19,0,21,78)
C19M0Y21K78 
(19%,0%,21%,78%)
(0.19/0.00/0.21/0.78)	

CMYK percentages

%19.3
%0
%21.05
%77.65

Codes

Color #2E392D in popluar color models

2E392D
RGB465745
HSL115°11.76%20.00%
HSB/HSV115°21.05%22.35%
CMYK19.30%0.00%21.05%
77.65%

Color #2E392D in popluar number systems.

HEX2E392D
Decimal465745
Binary101110111001101101
Octal567155

Shades and tints

Shades of #2E392D

#2E392D
(46,57,45)
#2A3429
(42,52,41)
#262F25
(38,47,37)
#222A21
(34,42,33)
#1E251D
(30,37,29)
#1A2019
(26,32,25)
#161B15
(22,27,21)
#121611
(18,22,17)
#0E110D
(14,17,13)
#0A0C09
(10,12,9)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #2E392D

#2E392D
(46,57,45)
#414B40
(65,75,64)
#545D53
(84,93,83)
#676F66
(103,111,102)
#7A8179
(122,129,121)
#8D938C
(141,147,140)
#A0A59F
(160,165,159)
#B3B7B2
(179,183,178)
#C6C9C5
(198,201,197)
#D9DBD8
(217,219,216)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E392D; }

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

This text font color is #2E392D.


Background Color

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

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

This div background color is #2E392D.


Border color

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

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

This div border color is #2E392D.


Opacity

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

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

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

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

This text has shadow with #2E392D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E392D on black background.


Color preview on white background

This text has color #2E392D on white background.



Black color preview on #2E392D background

This text has black color on #2E392D background.


White color preview on #2E392D background

This text has white color on #2E392D background.