COLOR #2E132D

HEX: #2E132D RGB: (46,19,45)

Color info

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

RGB color model

#2E132D color RGB value is (46,19,45).

RGB: (46,19,45) (18%, 7%, 18%)

RGB channels and saturation

R 46 of 255 = 18%
G 19 of 255 = 7%
B 45 of 255 = 18%

46
19
45

R + G + B ~ 14%. #2E132D is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 19 + 45 = 110 (100%)
R 46 of 110 ~ 41.82%
G 19 of 110 ~ 17.27%
B 45 of 110 ~ 40.91'%

%41.82
%17.27
%40.91

CMYK color model

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

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

CMYK: (0,59,2,82)
C0M59Y2K82 (0%, 59%, 2%, 82%)
(0.00 / 0.59 / 0.02 / 0.82)

CMYK percentages

%0
%58.7
%2.17
%81.96

Codes

Color #2E132D in popluar color models

2E 13 2D
RGB 46 19 45
HSL 302° 41.54% 12.75%
HSB/HSV 302° 58.70% 18.04%
CMYK 0.00% 58.70% 2.17%
81.96%

Color #2E132D in popluar number systems.

HEX 2E 13 2D
Decimal 46 19 45
Binary 101110 10011 101101
Octal 56 23 55

Shades and tints

Shades of #2E132D

#2E132D
(46,19,45)
#2A1229
(42,18,41)
#261125
(38,17,37)
#221021
(34,16,33)
#1E0F1D
(30,15,29)
#1A0E19
(26,14,25)
#160D15
(22,13,21)
#120C11
(18,12,17)
#0E0B0D
(14,11,13)
#0A0A09
(10,10,9)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #2E132D

#2E132D
(46,19,45)
#412840
(65,40,64)
#543D53
(84,61,83)
#675266
(103,82,102)
#7A6779
(122,103,121)
#8D7C8C
(141,124,140)
#A0919F
(160,145,159)
#B3A6B2
(179,166,178)
#C6BBC5
(198,187,197)
#D9D0D8
(217,208,216)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E132D; }

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

This text font color is #2E132D.

Background Color

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

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

This div background color is #2E132D.

Border color

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

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

This div border color is #2E132D.

Opacity

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

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

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

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

This text has shadow with #2E132D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E132D.

Preview

Color preview on black background

This text has color #2E132D on black background.


Color preview on white background

This text has color #2E132D on white background.


Black color preview on #2E132D background

This text has black color on #2E132D background.


White color preview on #2E132D background

This text has white color on #2E132D background.


Related colors

Complementary color

Complementary color for #hex is #D1ECD2.


I love getcolorcode.com

Triadic colors

1 #2D2E13 and #132D2E with #2E132D are triadic colors.

2 #2D132E and #132E2D with #2E132D are triadic colors.