COLOR #2E092D

HEX: #2E092D
RGB: (46,9,45)

Color info

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

RGB color model

#2E092D color RGB value is (46,9,45).

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

RGB channels and saturation

R 46 of 255 = 18%
G 9 of 255 = 4%
B 45 of 255 = 18%

46
9
45

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

Portions of RGB colors in percentages

R + G + B =
46 + 9 + 45 = 100 (100%)
R 46 of 100 ~ 46%
G 9 of 100 ~ 9%
B 45 of 100 ~ 45%

%46
%45

CMYK color model

#2E092D color CMYK value is (0,80,2,82).

  • cyan value is 0.00%
  • magenta value is 80.43%
  • yellow value is 2.17%
  • key color value is 81.96%
CMYK:
(0,80,2,82)
C0M80Y2K82 
(0%,80%,2%,82%)
(0.00/0.80/0.02/0.82)	

CMYK percentages

%0
%80.43
%2.17
%81.96

Codes

Color #2E092D in popluar color models

2E092D
RGB46945
HSL302°67.27%10.78%
HSB/HSV302°80.43%18.04%
CMYK0.00%80.43%2.17%
81.96%

Color #2E092D in popluar number systems.

HEX2E092D
Decimal46945
Binary1011101001101101
Octal561155

Shades and tints

Shades of #2E092D

#2E092D
(46,9,45)
#2A0929
(42,9,41)
#260925
(38,9,37)
#220921
(34,9,33)
#1E091D
(30,9,29)
#1A0919
(26,9,25)
#160915
(22,9,21)
#120911
(18,9,17)
#0E090D
(14,9,13)
#0A0909
(10,9,9)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #2E092D

#2E092D
(46,9,45)
#411F40
(65,31,64)
#543553
(84,53,83)
#674B66
(103,75,102)
#7A6179
(122,97,121)
#8D778C
(141,119,140)
#A08D9F
(160,141,159)
#B3A3B2
(179,163,178)
#C6B9C5
(198,185,197)
#D9CFD8
(217,207,216)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E092D; }

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

This text font color is #2E092D.


Background Color

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

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

This div background color is #2E092D.


Border color

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

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

This div border color is #2E092D.


Opacity

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

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

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

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

This text has shadow with #2E092D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E092D on black background.


Color preview on white background

This text has color #2E092D on white background.



Black color preview on #2E092D background

This text has black color on #2E092D background.


White color preview on #2E092D background

This text has white color on #2E092D background.