COLOR #2E243B

HEX: #2E243B
RGB: (46,36,59)

Color info

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

RGB color model

#2E243B color RGB value is (46,36,59).

  • red value is 46;
  • green value is 36;
  • blue value is 59.
RGB:
(46,36,59)
(18%,14%,23%)

RGB channels and saturation

R 46 of 255 = 18%
G 36 of 255 = 14%
B 59 of 255 = 23%

46
36
59

R + G + B ~ 18%. #2E243B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 36 + 59 = 141 (100%)
R 46 of 141 ~ 32.62%
G 36 of 141 ~ 25.53%
B 59 of 141 ~ 41.84%

%32.62
%25.53
%41.84

CMYK color model

#2E243B color CMYK value is (22,39,0,77).

  • cyan value is 22.03%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(22,39,0,77)
C22M39Y0K77 
(22%,39%,0%,77%)
(0.22/0.39/0.00/0.77)	

CMYK percentages

%22.03
%38.98
%0
%76.86

Codes

Color #2E243B in popluar color models

2E243B
RGB463659
HSL266°24.21%18.63%
HSB/HSV266°38.98%23.14%
CMYK22.03%38.98%0.00%
76.86%

Color #2E243B in popluar number systems.

HEX2E243B
Decimal463659
Binary101110100100111011
Octal564473

Shades and tints

Shades of #2E243B

#2E243B
(46,36,59)
#2A2136
(42,33,54)
#261E31
(38,30,49)
#221B2C
(34,27,44)
#1E1827
(30,24,39)
#1A1522
(26,21,34)
#16121D
(22,18,29)
#120F18
(18,15,24)
#0E0C13
(14,12,19)
#0A090E
(10,9,14)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #2E243B

#2E243B
(46,36,59)
#41374C
(65,55,76)
#544A5D
(84,74,93)
#675D6E
(103,93,110)
#7A707F
(122,112,127)
#8D8390
(141,131,144)
#A096A1
(160,150,161)
#B3A9B2
(179,169,178)
#C6BCC3
(198,188,195)
#D9CFD4
(217,207,212)
#ECE2E5
(236,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E243B color. Also use rgb(46,36,59) instead hex code.

Text Font Color

.myTextColor { color: #2E243B; }

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

This text font color is #2E243B.


Background Color

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

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

This div background color is #2E243B.


Border color

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

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

This div border color is #2E243B.


Opacity

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

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

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

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

This text has shadow with #2E243B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E243B on black background.


Color preview on white background

This text has color #2E243B on white background.



Black color preview on #2E243B background

This text has black color on #2E243B background.


White color preview on #2E243B background

This text has white color on #2E243B background.