COLOR #2E071B

HEX: #2E071B
RGB: (46,7,27)

Color info

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

RGB color model

#2E071B color RGB value is (46,7,27).

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

RGB channels and saturation

R 46 of 255 = 18%
G 7 of 255 = 3%
B 27 of 255 = 11%

46
7
27

R + G + B ~ 11%. #2E071B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 7 + 27 = 80 (100%)
R 46 of 80 ~ 57.5%
G 7 of 80 ~ 8.75%
B 27 of 80 ~ 33.75%

%57.5
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.78%
  • yellow value is 41.30%
  • key color value is 81.96%
CMYK:
(0,85,41,82)
C0M85Y41K82 
(0%,85%,41%,82%)
(0.00/0.85/0.41/0.82)	

CMYK percentages

%0
%84.78
%41.3
%81.96

Codes

Color #2E071B in popluar color models

2E071B
RGB46727
HSL329°73.58%10.39%
HSB/HSV329°84.78%18.04%
CMYK0.00%84.78%41.30%
81.96%

Color #2E071B in popluar number systems.

HEX2E071B
Decimal46727
Binary10111011111011
Octal56733

Shades and tints

Shades of #2E071B

#2E071B
(46,7,27)
#2A0719
(42,7,25)
#260717
(38,7,23)
#220715
(34,7,21)
#1E0713
(30,7,19)
#1A0711
(26,7,17)
#16070F
(22,7,15)
#12070D
(18,7,13)
#0E070B
(14,7,11)
#0A0709
(10,7,9)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #2E071B

#2E071B
(46,7,27)
#411D2F
(65,29,47)
#543343
(84,51,67)
#674957
(103,73,87)
#7A5F6B
(122,95,107)
#8D757F
(141,117,127)
#A08B93
(160,139,147)
#B3A1A7
(179,161,167)
#C6B7BB
(198,183,187)
#D9CDCF
(217,205,207)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E071B; }

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

This text font color is #2E071B.


Background Color

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

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

This div background color is #2E071B.


Border color

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

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

This div border color is #2E071B.


Opacity

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

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

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

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

This text has shadow with #2E071B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E071B on black background.


Color preview on white background

This text has color #2E071B on white background.



Black color preview on #2E071B background

This text has black color on #2E071B background.


White color preview on #2E071B background

This text has white color on #2E071B background.