COLOR #2E402C

HEX: #2E402C
RGB: (46,64,44)

Color info

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

RGB color model

#2E402C color RGB value is (46,64,44).

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

RGB channels and saturation

R 46 of 255 = 18%
G 64 of 255 = 25%
B 44 of 255 = 17%

46
64
44

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

Portions of RGB colors in percentages

R + G + B =
46 + 64 + 44 = 154 (100%)
R 46 of 154 ~ 29.87%
G 64 of 154 ~ 41.56%
B 44 of 154 ~ 28.57%

%29.87
%41.56
%28.57

CMYK color model

#2E402C color CMYK value is (28,0,31,75).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 74.90%
CMYK:
(28,0,31,75)
C28M0Y31K75 
(28%,0%,31%,75%)
(0.28/0.00/0.31/0.75)	

CMYK percentages

%28.13
%0
%31.25
%74.9

Codes

Color #2E402C in popluar color models

2E402C
RGB466444
HSL114°18.52%21.18%
HSB/HSV114°31.25%25.10%
CMYK28.13%0.00%31.25%
74.90%

Color #2E402C in popluar number systems.

HEX2E402C
Decimal466444
Binary1011101000000101100
Octal5610054

Shades and tints

Shades of #2E402C

#2E402C
(46,64,44)
#2A3B28
(42,59,40)
#263624
(38,54,36)
#223120
(34,49,32)
#1E2C1C
(30,44,28)
#1A2718
(26,39,24)
#162214
(22,34,20)
#121D10
(18,29,16)
#0E180C
(14,24,12)
#0A1308
(10,19,8)
#060E04
(6,14,4)
#000000
(0,0,0)

Tints of #2E402C

#2E402C
(46,64,44)
#41513F
(65,81,63)
#546252
(84,98,82)
#677365
(103,115,101)
#7A8478
(122,132,120)
#8D958B
(141,149,139)
#A0A69E
(160,166,158)
#B3B7B1
(179,183,177)
#C6C8C4
(198,200,196)
#D9D9D7
(217,217,215)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E402C; }

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

This text font color is #2E402C.


Background Color

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

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

This div background color is #2E402C.


Border color

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

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

This div border color is #2E402C.


Opacity

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

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

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

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

This text has shadow with #2E402C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E402C on black background.


Color preview on white background

This text has color #2E402C on white background.



Black color preview on #2E402C background

This text has black color on #2E402C background.


White color preview on #2E402C background

This text has white color on #2E402C background.