COLOR #2E181D

HEX: #2E181D RGB: (46,24,29)

Color info

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

RGB color model

#2E181D color RGB value is (46,24,29).

RGB: (46,24,29) (18%, 9%, 11%)

RGB channels and saturation

R 46 of 255 = 18%
G 24 of 255 = 9%
B 29 of 255 = 11%

46
24
29

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

Portions of RGB colors in percentages

R + G + B = 46 + 24 + 29 = 99 (100%)
R 46 of 99 ~ 46.46%
G 24 of 99 ~ 24.24%
B 29 of 99 ~ 29.29'%

%46.46
%24.24
%29.29

CMYK color model

#2E181D color CMYK value is (0,48,37,82).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 36.96%
  • key color value is 81.96%

CMYK: (0,48,37,82)
C0M48Y37K82 (0%, 48%, 37%, 82%)
(0.00 / 0.48 / 0.37 / 0.82)

CMYK percentages

%0
%47.83
%36.96
%81.96

Codes

Color #2E181D in popluar color models

2E 18 1D
RGB 46 24 29
HSL 346° 31.43% 13.73%
HSB/HSV 346° 47.83% 18.04%
CMYK 0.00% 47.83% 36.96%
81.96%

Color #2E181D in popluar number systems.

HEX 2E 18 1D
Decimal 46 24 29
Binary 101110 11000 11101
Octal 56 30 35

Shades and tints

Shades of #2E181D

#2E181D
(46,24,29)
#2A161B
(42,22,27)
#261419
(38,20,25)
#221217
(34,18,23)
#1E1015
(30,16,21)
#1A0E13
(26,14,19)
#160C11
(22,12,17)
#120A0F
(18,10,15)
#0E080D
(14,8,13)
#0A060B
(10,6,11)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #2E181D

#2E181D
(46,24,29)
#412D31
(65,45,49)
#544245
(84,66,69)
#675759
(103,87,89)
#7A6C6D
(122,108,109)
#8D8181
(141,129,129)
#A09695
(160,150,149)
#B3ABA9
(179,171,169)
#C6C0BD
(198,192,189)
#D9D5D1
(217,213,209)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E181D color. Also use rgb(46,24,29) instead hex code.

Text Font Color

.myTextColor { color: #2E181D; }

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

This text font color is #2E181D.

Background Color

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

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

This div background color is #2E181D.

Border color

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

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

This div border color is #2E181D.

Opacity

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

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

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

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

This text has shadow with #2E181D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E181D.

Preview

Color preview on black background

This text has color #2E181D on black background.


Color preview on white background

This text has color #2E181D on white background.


Black color preview on #2E181D background

This text has black color on #2E181D background.


White color preview on #2E181D background

This text has white color on #2E181D background.


Related colors

Complementary color

Complementary color for #hex is #D1E7E2.


I love getcolorcode.com

Triadic colors

1 #1D2E18 and #181D2E with #2E181D are triadic colors.

2 #1D182E and #182E1D with #2E181D are triadic colors.