COLOR #2E020B

HEX: #2E020B
RGB: (46,2,11)

Color info

#2E020B contains red, green and blue colors in about the same proportion. Web safe color of #2E020B is #330000 (or #300).

RGB color model

#2E020B color RGB value is (46,2,11).

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

RGB channels and saturation

R 46 of 255 = 18%
G 2 of 255 = 1%
B 11 of 255 = 4%

46
2
11

R + G + B ~ 8%. #2E020B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 2 + 11 = 59 (100%)
R 46 of 59 ~ 77.97%
G 2 of 59 ~ 3.39%
B 11 of 59 ~ 18.64%

%77.97
%18.64

CMYK color model

#2E020B color CMYK value is (0,96,76,82).

  • cyan value is 0.00%
  • magenta value is 95.65%
  • yellow value is 76.09%
  • key color value is 81.96%
CMYK:
(0,96,76,82)
C0M96Y76K82 
(0%,96%,76%,82%)
(0.00/0.96/0.76/0.82)	

CMYK percentages

%0
%95.65
%76.09
%81.96

Codes

Color #2E020B in popluar color models

2E020B
RGB46211
HSL348°91.67%9.41%
HSB/HSV348°95.65%18.04%
CMYK0.00%95.65%76.09%
81.96%

Color #2E020B in popluar number systems.

HEX2E020B
Decimal46211
Binary101110101011
Octal56213

Shades and tints

Shades of #2E020B

#2E020B
(46,2,11)
#2A020A
(42,2,10)
#260209
(38,2,9)
#220208
(34,2,8)
#1E0207
(30,2,7)
#1A0206
(26,2,6)
#160205
(22,2,5)
#120204
(18,2,4)
#0E0203
(14,2,3)
#0A0202
(10,2,2)
#060201
(6,2,1)
#000000
(0,0,0)

Tints of #2E020B

#2E020B
(46,2,11)
#411921
(65,25,33)
#543037
(84,48,55)
#67474D
(103,71,77)
#7A5E63
(122,94,99)
#8D7579
(141,117,121)
#A08C8F
(160,140,143)
#B3A3A5
(179,163,165)
#C6BABB
(198,186,187)
#D9D1D1
(217,209,209)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E020B; }

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

This text font color is #2E020B.


Background Color

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

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

This div background color is #2E020B.


Border color

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

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

This div border color is #2E020B.


Opacity

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

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

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

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

This text has shadow with #2E020B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E020B on black background.


Color preview on white background

This text has color #2E020B on white background.



Black color preview on #2E020B background

This text has black color on #2E020B background.


White color preview on #2E020B background

This text has white color on #2E020B background.