COLOR #2E243A

HEX: #2E243A
RGB: (46,36,58)

Color info

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

RGB color model

#2E243A color RGB value is (46,36,58).

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

RGB channels and saturation

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

46
36
58

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

Portions of RGB colors in percentages

R + G + B =
46 + 36 + 58 = 140 (100%)
R 46 of 140 ~ 32.86%
G 36 of 140 ~ 25.71%
B 58 of 140 ~ 41.43%

%32.86
%25.71
%41.43

CMYK color model

#2E243A color CMYK value is (21,38,0,77).

  • cyan value is 20.69%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(21,38,0,77)
C21M38Y0K77 
(21%,38%,0%,77%)
(0.21/0.38/0.00/0.77)	

CMYK percentages

%20.69
%37.93
%0
%77.25

Codes

Color #2E243A in popluar color models

2E243A
RGB463658
HSL267°23.40%18.43%
HSB/HSV267°37.93%22.75%
CMYK20.69%37.93%0.00%
77.25%

Color #2E243A in popluar number systems.

HEX2E243A
Decimal463658
Binary101110100100111010
Octal564472

Shades and tints

Shades of #2E243A

#2E243A
(46,36,58)
#2A2135
(42,33,53)
#261E30
(38,30,48)
#221B2B
(34,27,43)
#1E1826
(30,24,38)
#1A1521
(26,21,33)
#16121C
(22,18,28)
#120F17
(18,15,23)
#0E0C12
(14,12,18)
#0A090D
(10,9,13)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #2E243A

#2E243A
(46,36,58)
#41374B
(65,55,75)
#544A5C
(84,74,92)
#675D6D
(103,93,109)
#7A707E
(122,112,126)
#8D838F
(141,131,143)
#A096A0
(160,150,160)
#B3A9B1
(179,169,177)
#C6BCC2
(198,188,194)
#D9CFD3
(217,207,211)
#ECE2E4
(236,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E243A; }

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

This text font color is #2E243A.


Background Color

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

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

This div background color is #2E243A.


Border color

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

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

This div border color is #2E243A.


Opacity

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

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

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

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

This text has shadow with #2E243A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E243A on black background.


Color preview on white background

This text has color #2E243A on white background.



Black color preview on #2E243A background

This text has black color on #2E243A background.


White color preview on #2E243A background

This text has white color on #2E243A background.