COLOR #2E042B

HEX: #2E042B
RGB: (46,4,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
4
43

R + G + B ~ 12%. #2E042B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 4 + 43 = 93 (100%)
R 46 of 93 ~ 49.46%
G 4 of 93 ~ 4.3%
B 43 of 93 ~ 46.24%

%49.46
%46.24

CMYK color model

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

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

CMYK percentages

%0
%91.3
%6.52
%81.96

Codes

Color #2E042B in popluar color models

2E042B
RGB46443
HSL304°84.00%9.80%
HSB/HSV304°91.30%18.04%
CMYK0.00%91.30%6.52%
81.96%

Color #2E042B in popluar number systems.

HEX2E042B
Decimal46443
Binary101110100101011
Octal56453

Shades and tints

Shades of #2E042B

#2E042B
(46,4,43)
#2A0428
(42,4,40)
#260425
(38,4,37)
#220422
(34,4,34)
#1E041F
(30,4,31)
#1A041C
(26,4,28)
#160419
(22,4,25)
#120416
(18,4,22)
#0E0413
(14,4,19)
#0A0410
(10,4,16)
#06040D
(6,4,13)
#000000
(0,0,0)

Tints of #2E042B

#2E042B
(46,4,43)
#411A3E
(65,26,62)
#543051
(84,48,81)
#674664
(103,70,100)
#7A5C77
(122,92,119)
#8D728A
(141,114,138)
#A0889D
(160,136,157)
#B39EB0
(179,158,176)
#C6B4C3
(198,180,195)
#D9CAD6
(217,202,214)
#ECE0E9
(236,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E042B; }

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

This text font color is #2E042B.


Background Color

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

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

This div background color is #2E042B.


Border color

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

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

This div border color is #2E042B.


Opacity

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

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

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

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

This text has shadow with #2E042B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E042B on black background.


Color preview on white background

This text has color #2E042B on white background.



Black color preview on #2E042B background

This text has black color on #2E042B background.


White color preview on #2E042B background

This text has white color on #2E042B background.