COLOR #2E402E

HEX: #2E402E
RGB: (46,64,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
64
46

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

Portions of RGB colors in percentages

R + G + B =
46 + 64 + 46 = 156 (100%)
R 46 of 156 ~ 29.49%
G 64 of 156 ~ 41.03%
B 46 of 156 ~ 29.49%

%29.49
%41.03
%29.49

CMYK color model

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

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

CMYK percentages

%28.13
%0
%28.13
%74.9

Codes

Color #2E402E in popluar color models

2E402E
RGB466446
HSL120°16.36%21.57%
HSB/HSV120°28.13%25.10%
CMYK28.13%0.00%28.13%
74.90%

Color #2E402E in popluar number systems.

HEX2E402E
Decimal466446
Binary1011101000000101110
Octal5610056

Shades and tints

Shades of #2E402E

#2E402E
(46,64,46)
#2A3B2A
(42,59,42)
#263626
(38,54,38)
#223122
(34,49,34)
#1E2C1E
(30,44,30)
#1A271A
(26,39,26)
#162216
(22,34,22)
#121D12
(18,29,18)
#0E180E
(14,24,14)
#0A130A
(10,19,10)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #2E402E

#2E402E
(46,64,46)
#415141
(65,81,65)
#546254
(84,98,84)
#677367
(103,115,103)
#7A847A
(122,132,122)
#8D958D
(141,149,141)
#A0A6A0
(160,166,160)
#B3B7B3
(179,183,179)
#C6C8C6
(198,200,198)
#D9D9D9
(217,217,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E402E; }

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

This text font color is #2E402E.


Background Color

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

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

This div background color is #2E402E.


Border color

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

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

This div border color is #2E402E.


Opacity

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

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

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

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

This text has shadow with #2E402E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E402E on black background.


Color preview on white background

This text has color #2E402E on white background.



Black color preview on #2E402E background

This text has black color on #2E402E background.


White color preview on #2E402E background

This text has white color on #2E402E background.