COLOR #2E172B

HEX: #2E172B RGB: (46,23,43)

Color info

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

RGB color model

#2E172B color RGB value is (46,23,43).

RGB: (46,23,43) (18%, 9%, 17%)

RGB channels and saturation

R 46 of 255 = 18%
G 23 of 255 = 9%
B 43 of 255 = 17%

46
23
43

R + G + B ~ 15%. #2E172B is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 23 + 43 = 112 (100%)
R 46 of 112 ~ 41.07%
G 23 of 112 ~ 20.54%
B 43 of 112 ~ 38.39'%

%41.07
%20.54
%38.39

CMYK color model

#2E172B color CMYK value is (0,50,7,82).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 6.52%
  • key color value is 81.96%

CMYK: (0,50,7,82)
C0M50Y7K82 (0%, 50%, 7%, 82%)
(0.00 / 0.50 / 0.07 / 0.82)

CMYK percentages

%0
%50
%6.52
%81.96

Codes

Color #2E172B in popluar color models

2E 17 2B
RGB 46 23 43
HSL 308° 33.33% 13.53%
HSB/HSV 308° 50.00% 18.04%
CMYK 0.00% 50.00% 6.52%
81.96%

Color #2E172B in popluar number systems.

HEX 2E 17 2B
Decimal 46 23 43
Binary 101110 10111 101011
Octal 56 27 53

Shades and tints

Shades of #2E172B

#2E172B
(46,23,43)
#2A1528
(42,21,40)
#261325
(38,19,37)
#221122
(34,17,34)
#1E0F1F
(30,15,31)
#1A0D1C
(26,13,28)
#160B19
(22,11,25)
#120916
(18,9,22)
#0E0713
(14,7,19)
#0A0510
(10,5,16)
#06030D
(6,3,13)
#000000
(0,0,0)

Tints of #2E172B

#2E172B
(46,23,43)
#412C3E
(65,44,62)
#544151
(84,65,81)
#675664
(103,86,100)
#7A6B77
(122,107,119)
#8D808A
(141,128,138)
#A0959D
(160,149,157)
#B3AAB0
(179,170,176)
#C6BFC3
(198,191,195)
#D9D4D6
(217,212,214)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E172B; }

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

This text font color is #2E172B.

Background Color

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

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

This div background color is #2E172B.

Border color

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

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

This div border color is #2E172B.

Opacity

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

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

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

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

This text has shadow with #2E172B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E172B.

Preview

Color preview on black background

This text has color #2E172B on black background.


Color preview on white background

This text has color #2E172B on white background.


Black color preview on #2E172B background

This text has black color on #2E172B background.


White color preview on #2E172B background

This text has white color on #2E172B background.


Related colors

Complementary color

Complementary color for #hex is #D1E8D4.


I love getcolorcode.com

Triadic colors

1 #2B2E17 and #172B2E with #2E172B are triadic colors.

2 #2B172E and #172E2B with #2E172B are triadic colors.