COLOR #2E061B

HEX: #2E061B
RGB: (46,6,27)

Color info

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

RGB color model

#2E061B color RGB value is (46,6,27).

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

RGB channels and saturation

R 46 of 255 = 18%
G 6 of 255 = 2%
B 27 of 255 = 11%

46
6
27

R + G + B ~ 10%. #2E061B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 6 + 27 = 79 (100%)
R 46 of 79 ~ 58.23%
G 6 of 79 ~ 7.59%
B 27 of 79 ~ 34.18%

%58.23
%34.18

CMYK color model

#2E061B color CMYK value is (0,87,41,82).

  • cyan value is 0.00%
  • magenta value is 86.96%
  • yellow value is 41.30%
  • key color value is 81.96%
CMYK:
(0,87,41,82)
C0M87Y41K82 
(0%,87%,41%,82%)
(0.00/0.87/0.41/0.82)	

CMYK percentages

%0
%86.96
%41.3
%81.96

Codes

Color #2E061B in popluar color models

2E061B
RGB46627
HSL329°76.92%10.20%
HSB/HSV329°86.96%18.04%
CMYK0.00%86.96%41.30%
81.96%

Color #2E061B in popluar number systems.

HEX2E061B
Decimal46627
Binary10111011011011
Octal56633

Shades and tints

Shades of #2E061B

#2E061B
(46,6,27)
#2A0619
(42,6,25)
#260617
(38,6,23)
#220615
(34,6,21)
#1E0613
(30,6,19)
#1A0611
(26,6,17)
#16060F
(22,6,15)
#12060D
(18,6,13)
#0E060B
(14,6,11)
#0A0609
(10,6,9)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #2E061B

#2E061B
(46,6,27)
#411C2F
(65,28,47)
#543243
(84,50,67)
#674857
(103,72,87)
#7A5E6B
(122,94,107)
#8D747F
(141,116,127)
#A08A93
(160,138,147)
#B3A0A7
(179,160,167)
#C6B6BB
(198,182,187)
#D9CCCF
(217,204,207)
#ECE2E3
(236,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E061B; }

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

This text font color is #2E061B.


Background Color

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

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

This div background color is #2E061B.


Border color

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

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

This div border color is #2E061B.


Opacity

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

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

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

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

This text has shadow with #2E061B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E061B on black background.


Color preview on white background

This text has color #2E061B on white background.



Black color preview on #2E061B background

This text has black color on #2E061B background.


White color preview on #2E061B background

This text has white color on #2E061B background.