COLOR #2E332D

HEX: #2E332D
RGB: (46,51,45)

Color info

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

RGB color model

#2E332D color RGB value is (46,51,45).

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

RGB channels and saturation

R 46 of 255 = 18%
G 51 of 255 = 20%
B 45 of 255 = 18%

46
51
45

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

Portions of RGB colors in percentages

R + G + B =
46 + 51 + 45 = 142 (100%)
R 46 of 142 ~ 32.39%
G 51 of 142 ~ 35.92%
B 45 of 142 ~ 31.69%

%32.39
%35.92
%31.69

CMYK color model

#2E332D color CMYK value is (10,0,12,80).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 80.00%
CMYK:
(10,0,12,80)
C10M0Y12K80 
(10%,0%,12%,80%)
(0.10/0.00/0.12/0.80)	

CMYK percentages

%9.8
%0
%11.76
%80

Codes

Color #2E332D in popluar color models

2E332D
RGB465145
HSL110°6.25%18.82%
HSB/HSV110°11.76%20.00%
CMYK9.80%0.00%11.76%
80.00%

Color #2E332D in popluar number systems.

HEX2E332D
Decimal465145
Binary101110110011101101
Octal566355

Shades and tints

Shades of #2E332D

#2E332D
(46,51,45)
#2A2F29
(42,47,41)
#262B25
(38,43,37)
#222721
(34,39,33)
#1E231D
(30,35,29)
#1A1F19
(26,31,25)
#161B15
(22,27,21)
#121711
(18,23,17)
#0E130D
(14,19,13)
#0A0F09
(10,15,9)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #2E332D

#2E332D
(46,51,45)
#414540
(65,69,64)
#545753
(84,87,83)
#676966
(103,105,102)
#7A7B79
(122,123,121)
#8D8D8C
(141,141,140)
#A09F9F
(160,159,159)
#B3B1B2
(179,177,178)
#C6C3C5
(198,195,197)
#D9D5D8
(217,213,216)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E332D; }

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

This text font color is #2E332D.


Background Color

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

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

This div background color is #2E332D.


Border color

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

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

This div border color is #2E332D.


Opacity

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

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

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

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

This text has shadow with #2E332D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E332D on black background.


Color preview on white background

This text has color #2E332D on white background.



Black color preview on #2E332D background

This text has black color on #2E332D background.


White color preview on #2E332D background

This text has white color on #2E332D background.