COLOR #2E0819

HEX: #2E0819
RGB: (46,8,25)

Color info

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

RGB color model

#2E0819 color RGB value is (46,8,25).

  • red value is 46;
  • green value is 8;
  • blue value is 25.
RGB:
(46,8,25)
(18%,3%,10%)

RGB channels and saturation

R 46 of 255 = 18%
G 8 of 255 = 3%
B 25 of 255 = 10%

46
8
25

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

Portions of RGB colors in percentages

R + G + B =
46 + 8 + 25 = 79 (100%)
R 46 of 79 ~ 58.23%
G 8 of 79 ~ 10.13%
B 25 of 79 ~ 31.65%

%58.23
%10.13
%31.65

CMYK color model

#2E0819 color CMYK value is (0,83,46,82).

  • cyan value is 0.00%
  • magenta value is 82.61%
  • yellow value is 45.65%
  • key color value is 81.96%
CMYK:
(0,83,46,82)
C0M83Y46K82 
(0%,83%,46%,82%)
(0.00/0.83/0.46/0.82)	

CMYK percentages

%0
%82.61
%45.65
%81.96

Codes

Color #2E0819 in popluar color models

2E0819
RGB46825
HSL333°70.37%10.59%
HSB/HSV333°82.61%18.04%
CMYK0.00%82.61%45.65%
81.96%

Color #2E0819 in popluar number systems.

HEX2E0819
Decimal46825
Binary101110100011001
Octal561031

Shades and tints

Shades of #2E0819

#2E0819
(46,8,25)
#2A0817
(42,8,23)
#260815
(38,8,21)
#220813
(34,8,19)
#1E0811
(30,8,17)
#1A080F
(26,8,15)
#16080D
(22,8,13)
#12080B
(18,8,11)
#0E0809
(14,8,9)
#0A0807
(10,8,7)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #2E0819

#2E0819
(46,8,25)
#411E2D
(65,30,45)
#543441
(84,52,65)
#674A55
(103,74,85)
#7A6069
(122,96,105)
#8D767D
(141,118,125)
#A08C91
(160,140,145)
#B3A2A5
(179,162,165)
#C6B8B9
(198,184,185)
#D9CECD
(217,206,205)
#ECE4E1
(236,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0819; }

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

This text font color is #2E0819.


Background Color

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

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

This div background color is #2E0819.


Border color

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

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

This div border color is #2E0819.


Opacity

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

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

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

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

This text has shadow with #2E0819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0819 on black background.


Color preview on white background

This text has color #2E0819 on white background.



Black color preview on #2E0819 background

This text has black color on #2E0819 background.


White color preview on #2E0819 background

This text has white color on #2E0819 background.