COLOR #2E1325

HEX: #2E1325
RGB: (46,19,37)

Color info

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

RGB color model

#2E1325 color RGB value is (46,19,37).

  • red value is 46;
  • green value is 19;
  • blue value is 37.
RGB:
(46,19,37)
(18%,7%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 19 of 255 = 7%
B 37 of 255 = 15%

46
19
37

R + G + B ~ 13%. #2E1325 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 37 = 102 (100%)
R 46 of 102 ~ 45.1%
G 19 of 102 ~ 18.63%
B 37 of 102 ~ 36.27%

%45.1
%18.63
%36.27

CMYK color model

#2E1325 color CMYK value is (0,59,20,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 19.57%
  • key color value is 81.96%
CMYK:
(0,59,20,82)
C0M59Y20K82 
(0%,59%,20%,82%)
(0.00/0.59/0.20/0.82)	

CMYK percentages

%0
%58.7
%19.57
%81.96

Codes

Color #2E1325 in popluar color models

2E1325
RGB461937
HSL320°41.54%12.75%
HSB/HSV320°58.70%18.04%
CMYK0.00%58.70%19.57%
81.96%

Color #2E1325 in popluar number systems.

HEX2E1325
Decimal461937
Binary10111010011100101
Octal562345

Shades and tints

Shades of #2E1325

#2E1325
(46,19,37)
#2A1222
(42,18,34)
#26111F
(38,17,31)
#22101C
(34,16,28)
#1E0F19
(30,15,25)
#1A0E16
(26,14,22)
#160D13
(22,13,19)
#120C10
(18,12,16)
#0E0B0D
(14,11,13)
#0A0A0A
(10,10,10)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #2E1325

#2E1325
(46,19,37)
#412838
(65,40,56)
#543D4B
(84,61,75)
#67525E
(103,82,94)
#7A6771
(122,103,113)
#8D7C84
(141,124,132)
#A09197
(160,145,151)
#B3A6AA
(179,166,170)
#C6BBBD
(198,187,189)
#D9D0D0
(217,208,208)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1325; }

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

This text font color is #2E1325.


Background Color

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

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

This div background color is #2E1325.


Border color

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

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

This div border color is #2E1325.


Opacity

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

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

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

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

This text has shadow with #2E1325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1325 on black background.


Color preview on white background

This text has color #2E1325 on white background.



Black color preview on #2E1325 background

This text has black color on #2E1325 background.


White color preview on #2E1325 background

This text has white color on #2E1325 background.