COLOR #2E042E

HEX: #2E042E
RGB: (46,4,46)

Color info

#2E042E contains red, green and blue colors in about the same proportion. Web safe color of #2E042E is #330033 (or #303).

RGB color model

#2E042E color RGB value is (46,4,46).

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

RGB channels and saturation

R 46 of 255 = 18%
G 4 of 255 = 2%
B 46 of 255 = 18%

46
4
46

R + G + B ~ 13%. #2E042E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 4 + 46 = 96 (100%)
R 46 of 96 ~ 47.92%
G 4 of 96 ~ 4.17%
B 46 of 96 ~ 47.92%

%47.92
%47.92

CMYK color model

#2E042E color CMYK value is (0,91,0,82).

  • cyan value is 0.00%
  • magenta value is 91.30%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(0,91,0,82)
C0M91Y0K82 
(0%,91%,0%,82%)
(0.00/0.91/0.00/0.82)	

CMYK percentages

%0
%91.3
%0
%81.96

Codes

Color #2E042E in popluar color models

2E042E
RGB46446
HSL300°84.00%9.80%
HSB/HSV300°91.30%18.04%
CMYK0.00%91.30%0.00%
81.96%

Color #2E042E in popluar number systems.

HEX2E042E
Decimal46446
Binary101110100101110
Octal56456

Shades and tints

Shades of #2E042E

#2E042E
(46,4,46)
#2A042A
(42,4,42)
#260426
(38,4,38)
#220422
(34,4,34)
#1E041E
(30,4,30)
#1A041A
(26,4,26)
#160416
(22,4,22)
#120412
(18,4,18)
#0E040E
(14,4,14)
#0A040A
(10,4,10)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #2E042E

#2E042E
(46,4,46)
#411A41
(65,26,65)
#543054
(84,48,84)
#674667
(103,70,103)
#7A5C7A
(122,92,122)
#8D728D
(141,114,141)
#A088A0
(160,136,160)
#B39EB3
(179,158,179)
#C6B4C6
(198,180,198)
#D9CAD9
(217,202,217)
#ECE0EC
(236,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E042E; }

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

This text font color is #2E042E.


Background Color

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

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

This div background color is #2E042E.


Border color

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

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

This div border color is #2E042E.


Opacity

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

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

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

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

This text has shadow with #2E042E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E042E on black background.


Color preview on white background

This text has color #2E042E on white background.



Black color preview on #2E042E background

This text has black color on #2E042E background.


White color preview on #2E042E background

This text has white color on #2E042E background.