COLOR #2E131C

HEX: #2E131C RGB: (46,19,28)

Color info

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

RGB color model

#2E131C color RGB value is (46,19,28).

RGB: (46,19,28) (18%, 7%, 11%)

RGB channels and saturation

R 46 of 255 = 18%
G 19 of 255 = 7%
B 28 of 255 = 11%

46
19
28

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

Portions of RGB colors in percentages

R + G + B = 46 + 19 + 28 = 93 (100%)
R 46 of 93 ~ 49.46%
G 19 of 93 ~ 20.43%
B 28 of 93 ~ 30.11'%

%49.46
%20.43
%30.11

CMYK color model

#2E131C color CMYK value is (0,59,39,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 39.13%
  • key color value is 81.96%

CMYK: (0,59,39,82)
C0M59Y39K82 (0%, 59%, 39%, 82%)
(0.00 / 0.59 / 0.39 / 0.82)

CMYK percentages

%0
%58.7
%39.13
%81.96

Codes

Color #2E131C in popluar color models

2E 13 1C
RGB 46 19 28
HSL 340° 41.54% 12.75%
HSB/HSV 340° 58.70% 18.04%
CMYK 0.00% 58.70% 39.13%
81.96%

Color #2E131C in popluar number systems.

HEX 2E 13 1C
Decimal 46 19 28
Binary 101110 10011 11100
Octal 56 23 34

Shades and tints

Shades of #2E131C

#2E131C
(46,19,28)
#2A121A
(42,18,26)
#261118
(38,17,24)
#221016
(34,16,22)
#1E0F14
(30,15,20)
#1A0E12
(26,14,18)
#160D10
(22,13,16)
#120C0E
(18,12,14)
#0E0B0C
(14,11,12)
#0A0A0A
(10,10,10)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #2E131C

#2E131C
(46,19,28)
#412830
(65,40,48)
#543D44
(84,61,68)
#675258
(103,82,88)
#7A676C
(122,103,108)
#8D7C80
(141,124,128)
#A09194
(160,145,148)
#B3A6A8
(179,166,168)
#C6BBBC
(198,187,188)
#D9D0D0
(217,208,208)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E131C; }

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

This text font color is #2E131C.

Background Color

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

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

This div background color is #2E131C.

Border color

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

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

This div border color is #2E131C.

Opacity

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

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

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

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

This text has shadow with #2E131C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E131C.

Preview

Color preview on black background

This text has color #2E131C on black background.


Color preview on white background

This text has color #2E131C on white background.


Black color preview on #2E131C background

This text has black color on #2E131C background.


White color preview on #2E131C background

This text has white color on #2E131C background.


Related colors

Complementary color

Complementary color for #hex is #D1ECE3.


I love getcolorcode.com

Triadic colors

1 #1C2E13 and #131C2E with #2E131C are triadic colors.

2 #1C132E and #132E1C with #2E131C are triadic colors.