COLOR #2E131A

HEX: #2E131A
RGB: (46,19,26)

Color info

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

RGB color model

#2E131A color RGB value is (46,19,26).

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

RGB channels and saturation

R 46 of 255 = 18%
G 19 of 255 = 7%
B 26 of 255 = 10%

46
19
26

R + G + B ~ 12%. #2E131A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 26 = 91 (100%)
R 46 of 91 ~ 50.55%
G 19 of 91 ~ 20.88%
B 26 of 91 ~ 28.57%

%50.55
%20.88
%28.57

CMYK color model

#2E131A color CMYK value is (0,59,43,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 43.48%
  • key color value is 81.96%
CMYK:
(0,59,43,82)
C0M59Y43K82 
(0%,59%,43%,82%)
(0.00/0.59/0.43/0.82)	

CMYK percentages

%0
%58.7
%43.48
%81.96

Codes

Color #2E131A in popluar color models

2E131A
RGB461926
HSL344°41.54%12.75%
HSB/HSV344°58.70%18.04%
CMYK0.00%58.70%43.48%
81.96%

Color #2E131A in popluar number systems.

HEX2E131A
Decimal461926
Binary1011101001111010
Octal562332

Shades and tints

Shades of #2E131A

#2E131A
(46,19,26)
#2A1218
(42,18,24)
#261116
(38,17,22)
#221014
(34,16,20)
#1E0F12
(30,15,18)
#1A0E10
(26,14,16)
#160D0E
(22,13,14)
#120C0C
(18,12,12)
#0E0B0A
(14,11,10)
#0A0A08
(10,10,8)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #2E131A

#2E131A
(46,19,26)
#41282E
(65,40,46)
#543D42
(84,61,66)
#675256
(103,82,86)
#7A676A
(122,103,106)
#8D7C7E
(141,124,126)
#A09192
(160,145,146)
#B3A6A6
(179,166,166)
#C6BBBA
(198,187,186)
#D9D0CE
(217,208,206)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E131A; }

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

This text font color is #2E131A.


Background Color

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

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

This div background color is #2E131A.


Border color

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

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

This div border color is #2E131A.


Opacity

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

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

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

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

This text has shadow with #2E131A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E131A on black background.


Color preview on white background

This text has color #2E131A on white background.



Black color preview on #2E131A background

This text has black color on #2E131A background.


White color preview on #2E131A background

This text has white color on #2E131A background.