COLOR #2E0319

HEX: #2E0319
RGB: (46,3,25)

Color info

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

RGB color model

#2E0319 color RGB value is (46,3,25).

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

RGB channels and saturation

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

46
3
25

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

Portions of RGB colors in percentages

R + G + B =
46 + 3 + 25 = 74 (100%)
R 46 of 74 ~ 62.16%
G 3 of 74 ~ 4.05%
B 25 of 74 ~ 33.78%

%62.16
%33.78

CMYK color model

#2E0319 color CMYK value is (0,93,46,82).

  • cyan value is 0.00%
  • magenta value is 93.48%
  • yellow value is 45.65%
  • key color value is 81.96%
CMYK:
(0,93,46,82)
C0M93Y46K82 
(0%,93%,46%,82%)
(0.00/0.93/0.46/0.82)	

CMYK percentages

%0
%93.48
%45.65
%81.96

Codes

Color #2E0319 in popluar color models

2E0319
RGB46325
HSL329°87.76%9.61%
HSB/HSV329°93.48%18.04%
CMYK0.00%93.48%45.65%
81.96%

Color #2E0319 in popluar number systems.

HEX2E0319
Decimal46325
Binary1011101111001
Octal56331

Shades and tints

Shades of #2E0319

#2E0319
(46,3,25)
#2A0317
(42,3,23)
#260315
(38,3,21)
#220313
(34,3,19)
#1E0311
(30,3,17)
#1A030F
(26,3,15)
#16030D
(22,3,13)
#12030B
(18,3,11)
#0E0309
(14,3,9)
#0A0307
(10,3,7)
#060305
(6,3,5)
#000000
(0,0,0)

Tints of #2E0319

#2E0319
(46,3,25)
#41192D
(65,25,45)
#542F41
(84,47,65)
#674555
(103,69,85)
#7A5B69
(122,91,105)
#8D717D
(141,113,125)
#A08791
(160,135,145)
#B39DA5
(179,157,165)
#C6B3B9
(198,179,185)
#D9C9CD
(217,201,205)
#ECDFE1
(236,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0319; }

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

This text font color is #2E0319.


Background Color

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

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

This div background color is #2E0319.


Border color

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

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

This div border color is #2E0319.


Opacity

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

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

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

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

This text has shadow with #2E0319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0319 on black background.


Color preview on white background

This text has color #2E0319 on white background.



Black color preview on #2E0319 background

This text has black color on #2E0319 background.


White color preview on #2E0319 background

This text has white color on #2E0319 background.