COLOR #2E1D21

HEX: #2E1D21 RGB: (46,29,33)

Color info

#2E1D21 contains red, green and blue colors in about the same proportion. Web safe color of #2E1D21 is #333333 (or #333).

RGB color model

#2E1D21 color RGB value is (46,29,33).

RGB: (46,29,33) (18%, 11%, 13%)

RGB channels and saturation

R 46 of 255 = 18%
G 29 of 255 = 11%
B 33 of 255 = 13%

46
29
33

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

Portions of RGB colors in percentages

R + G + B = 46 + 29 + 33 = 108 (100%)
R 46 of 108 ~ 42.59%
G 29 of 108 ~ 26.85%
B 33 of 108 ~ 30.56'%

%42.59
%26.85
%30.56

CMYK color model

#2E1D21 color CMYK value is (0,37,28,82).

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

CMYK: (0,37,28,82)
C0M37Y28K82 (0%, 37%, 28%, 82%)
(0.00 / 0.37 / 0.28 / 0.82)

CMYK percentages

%0
%36.96
%28.26
%81.96

Codes

Color #2E1D21 in popluar color models

2E 1D 21
RGB 46 29 33
HSL 346° 22.67% 14.71%
HSB/HSV 346° 36.96% 18.04%
CMYK 0.00% 36.96% 28.26%
81.96%

Color #2E1D21 in popluar number systems.

HEX 2E 1D 21
Decimal 46 29 33
Binary 101110 11101 100001
Octal 56 35 41

Shades and tints

Shades of #2E1D21

#2E1D21
(46,29,33)
#2A1B1E
(42,27,30)
#26191B
(38,25,27)
#221718
(34,23,24)
#1E1515
(30,21,21)
#1A1312
(26,19,18)
#16110F
(22,17,15)
#120F0C
(18,15,12)
#0E0D09
(14,13,9)
#0A0B06
(10,11,6)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #2E1D21

#2E1D21
(46,29,33)
#413135
(65,49,53)
#544549
(84,69,73)
#67595D
(103,89,93)
#7A6D71
(122,109,113)
#8D8185
(141,129,133)
#A09599
(160,149,153)
#B3A9AD
(179,169,173)
#C6BDC1
(198,189,193)
#D9D1D5
(217,209,213)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1D21; }

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

This text font color is #2E1D21.

Background Color

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

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

This div background color is #2E1D21.

Border color

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

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

This div border color is #2E1D21.

Opacity

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

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

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

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

This text has shadow with #2E1D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1D21.

Preview

Color preview on black background

This text has color #2E1D21 on black background.


Color preview on white background

This text has color #2E1D21 on white background.


Black color preview on #2E1D21 background

This text has black color on #2E1D21 background.


White color preview on #2E1D21 background

This text has white color on #2E1D21 background.


Related colors

Complementary color

Complementary color for #hex is #D1E2DE.


I love getcolorcode.com

Triadic colors

1 #212E1D and #1D212E with #2E1D21 are triadic colors.

2 #211D2E and #1D2E21 with #2E1D21 are triadic colors.