COLOR #2E442E

HEX: #2E442E
RGB: (46,68,46)

Color info

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

RGB color model

#2E442E color RGB value is (46,68,46).

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

RGB channels and saturation

R 46 of 255 = 18%
G 68 of 255 = 27%
B 46 of 255 = 18%

46
68
46

R + G + B ~ 21%. #2E442E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 68 + 46 = 160 (100%)
R 46 of 160 ~ 28.75%
G 68 of 160 ~ 42.5%
B 46 of 160 ~ 28.75%

%28.75
%42.5
%28.75

CMYK color model

#2E442E color CMYK value is (32,0,32,73).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 73.33%
CMYK:
(32,0,32,73)
C32M0Y32K73 
(32%,0%,32%,73%)
(0.32/0.00/0.32/0.73)	

CMYK percentages

%32.35
%0
%32.35
%73.33

Codes

Color #2E442E in popluar color models

2E442E
RGB466846
HSL120°19.30%22.35%
HSB/HSV120°32.35%26.67%
CMYK32.35%0.00%32.35%
73.33%

Color #2E442E in popluar number systems.

HEX2E442E
Decimal466846
Binary1011101000100101110
Octal5610456

Shades and tints

Shades of #2E442E

#2E442E
(46,68,46)
#2A3E2A
(42,62,42)
#263826
(38,56,38)
#223222
(34,50,34)
#1E2C1E
(30,44,30)
#1A261A
(26,38,26)
#162016
(22,32,22)
#121A12
(18,26,18)
#0E140E
(14,20,14)
#0A0E0A
(10,14,10)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #2E442E

#2E442E
(46,68,46)
#415541
(65,85,65)
#546654
(84,102,84)
#677767
(103,119,103)
#7A887A
(122,136,122)
#8D998D
(141,153,141)
#A0AAA0
(160,170,160)
#B3BBB3
(179,187,179)
#C6CCC6
(198,204,198)
#D9DDD9
(217,221,217)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E442E; }

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

This text font color is #2E442E.


Background Color

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

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

This div background color is #2E442E.


Border color

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

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

This div border color is #2E442E.


Opacity

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

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

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

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

This text has shadow with #2E442E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E442E on black background.


Color preview on white background

This text has color #2E442E on white background.



Black color preview on #2E442E background

This text has black color on #2E442E background.


White color preview on #2E442E background

This text has white color on #2E442E background.