COLOR #2E0309

HEX: #2E0309
RGB: (46,3,9)

Color info

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

RGB color model

#2E0309 color RGB value is (46,3,9).

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

RGB channels and saturation

R 46 of 255 = 18%
G 3 of 255 = 1%
B 9 of 255 = 4%

46
3
9

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

Portions of RGB colors in percentages

R + G + B =
46 + 3 + 9 = 58 (100%)
R 46 of 58 ~ 79.31%
G 3 of 58 ~ 5.17%
B 9 of 58 ~ 15.52%

%79.31
%15.52

CMYK color model

#2E0309 color CMYK value is (0,93,80,82).

  • cyan value is 0.00%
  • magenta value is 93.48%
  • yellow value is 80.43%
  • key color value is 81.96%
CMYK:
(0,93,80,82)
C0M93Y80K82 
(0%,93%,80%,82%)
(0.00/0.93/0.80/0.82)	

CMYK percentages

%0
%93.48
%80.43
%81.96

Codes

Color #2E0309 in popluar color models

2E0309
RGB4639
HSL352°87.76%9.61%
HSB/HSV352°93.48%18.04%
CMYK0.00%93.48%80.43%
81.96%

Color #2E0309 in popluar number systems.

HEX2E0309
Decimal4639
Binary101110111001
Octal56311

Shades and tints

Shades of #2E0309

#2E0309
(46,3,9)
#2A0309
(42,3,9)
#260309
(38,3,9)
#220309
(34,3,9)
#1E0309
(30,3,9)
#1A0309
(26,3,9)
#160309
(22,3,9)
#120309
(18,3,9)
#0E0309
(14,3,9)
#0A0309
(10,3,9)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #2E0309

#2E0309
(46,3,9)
#41191F
(65,25,31)
#542F35
(84,47,53)
#67454B
(103,69,75)
#7A5B61
(122,91,97)
#8D7177
(141,113,119)
#A0878D
(160,135,141)
#B39DA3
(179,157,163)
#C6B3B9
(198,179,185)
#D9C9CF
(217,201,207)
#ECDFE5
(236,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0309; }

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

This text font color is #2E0309.


Background Color

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

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

This div background color is #2E0309.


Border color

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

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

This div border color is #2E0309.


Opacity

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

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

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

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

This text has shadow with #2E0309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0309 on black background.


Color preview on white background

This text has color #2E0309 on white background.



Black color preview on #2E0309 background

This text has black color on #2E0309 background.


White color preview on #2E0309 background

This text has white color on #2E0309 background.