COLOR #2E1726

HEX: #2E1726
RGB: (46,23,38)

Color info

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

RGB color model

#2E1726 color RGB value is (46,23,38).

  • red value is 46;
  • green value is 23;
  • blue value is 38.
RGB:
(46,23,38)
(18%,9%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 23 of 255 = 9%
B 38 of 255 = 15%

46
23
38

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

Portions of RGB colors in percentages

R + G + B =
46 + 23 + 38 = 107 (100%)
R 46 of 107 ~ 42.99%
G 23 of 107 ~ 21.5%
B 38 of 107 ~ 35.51%

%42.99
%21.5
%35.51

CMYK color model

#2E1726 color CMYK value is (0,50,17,82).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 17.39%
  • key color value is 81.96%
CMYK:
(0,50,17,82)
C0M50Y17K82 
(0%,50%,17%,82%)
(0.00/0.50/0.17/0.82)	

CMYK percentages

%0
%50
%17.39
%81.96

Codes

Color #2E1726 in popluar color models

2E1726
RGB462338
HSL321°33.33%13.53%
HSB/HSV321°50.00%18.04%
CMYK0.00%50.00%17.39%
81.96%

Color #2E1726 in popluar number systems.

HEX2E1726
Decimal462338
Binary10111010111100110
Octal562746

Shades and tints

Shades of #2E1726

#2E1726
(46,23,38)
#2A1523
(42,21,35)
#261320
(38,19,32)
#22111D
(34,17,29)
#1E0F1A
(30,15,26)
#1A0D17
(26,13,23)
#160B14
(22,11,20)
#120911
(18,9,17)
#0E070E
(14,7,14)
#0A050B
(10,5,11)
#060308
(6,3,8)
#000000
(0,0,0)

Tints of #2E1726

#2E1726
(46,23,38)
#412C39
(65,44,57)
#54414C
(84,65,76)
#67565F
(103,86,95)
#7A6B72
(122,107,114)
#8D8085
(141,128,133)
#A09598
(160,149,152)
#B3AAAB
(179,170,171)
#C6BFBE
(198,191,190)
#D9D4D1
(217,212,209)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1726 color. Also use rgb(46,23,38) instead hex code.

Text Font Color

.myTextColor { color: #2E1726; }

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

This text font color is #2E1726.


Background Color

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

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

This div background color is #2E1726.


Border color

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

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

This div border color is #2E1726.


Opacity

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

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

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

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

This text has shadow with #2E1726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1726 on black background.


Color preview on white background

This text has color #2E1726 on white background.



Black color preview on #2E1726 background

This text has black color on #2E1726 background.


White color preview on #2E1726 background

This text has white color on #2E1726 background.