COLOR #2E072D

HEX: #2E072D
RGB: (46,7,45)

Color info

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

RGB color model

#2E072D color RGB value is (46,7,45).

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

RGB channels and saturation

R 46 of 255 = 18%
G 7 of 255 = 3%
B 45 of 255 = 18%

46
7
45

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

Portions of RGB colors in percentages

R + G + B =
46 + 7 + 45 = 98 (100%)
R 46 of 98 ~ 46.94%
G 7 of 98 ~ 7.14%
B 45 of 98 ~ 45.92%

%46.94
%45.92

CMYK color model

#2E072D color CMYK value is (0,85,2,82).

  • cyan value is 0.00%
  • magenta value is 84.78%
  • yellow value is 2.17%
  • key color value is 81.96%
CMYK:
(0,85,2,82)
C0M85Y2K82 
(0%,85%,2%,82%)
(0.00/0.85/0.02/0.82)	

CMYK percentages

%0
%84.78
%2.17
%81.96

Codes

Color #2E072D in popluar color models

2E072D
RGB46745
HSL302°73.58%10.39%
HSB/HSV302°84.78%18.04%
CMYK0.00%84.78%2.17%
81.96%

Color #2E072D in popluar number systems.

HEX2E072D
Decimal46745
Binary101110111101101
Octal56755

Shades and tints

Shades of #2E072D

#2E072D
(46,7,45)
#2A0729
(42,7,41)
#260725
(38,7,37)
#220721
(34,7,33)
#1E071D
(30,7,29)
#1A0719
(26,7,25)
#160715
(22,7,21)
#120711
(18,7,17)
#0E070D
(14,7,13)
#0A0709
(10,7,9)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #2E072D

#2E072D
(46,7,45)
#411D40
(65,29,64)
#543353
(84,51,83)
#674966
(103,73,102)
#7A5F79
(122,95,121)
#8D758C
(141,117,140)
#A08B9F
(160,139,159)
#B3A1B2
(179,161,178)
#C6B7C5
(198,183,197)
#D9CDD8
(217,205,216)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E072D; }

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

This text font color is #2E072D.


Background Color

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

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

This div background color is #2E072D.


Border color

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

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

This div border color is #2E072D.


Opacity

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

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

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

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

This text has shadow with #2E072D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E072D on black background.


Color preview on white background

This text has color #2E072D on white background.



Black color preview on #2E072D background

This text has black color on #2E072D background.


White color preview on #2E072D background

This text has white color on #2E072D background.