COLOR #2E2C3A

HEX: #2E2C3A
RGB: (46,44,58)

Color info

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

RGB color model

#2E2C3A color RGB value is (46,44,58).

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

RGB channels and saturation

R 46 of 255 = 18%
G 44 of 255 = 17%
B 58 of 255 = 23%

46
44
58

R + G + B ~ 19%. #2E2C3A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 44 + 58 = 148 (100%)
R 46 of 148 ~ 31.08%
G 44 of 148 ~ 29.73%
B 58 of 148 ~ 39.19%

%31.08
%29.73
%39.19

CMYK color model

#2E2C3A color CMYK value is (21,24,0,77).

  • cyan value is 20.69%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(21,24,0,77)
C21M24Y0K77 
(21%,24%,0%,77%)
(0.21/0.24/0.00/0.77)	

CMYK percentages

%20.69
%24.14
%0
%77.25

Codes

Color #2E2C3A in popluar color models

2E2C3A
RGB464458
HSL249°13.73%20.00%
HSB/HSV249°24.14%22.75%
CMYK20.69%24.14%0.00%
77.25%

Color #2E2C3A in popluar number systems.

HEX2E2C3A
Decimal464458
Binary101110101100111010
Octal565472

Shades and tints

Shades of #2E2C3A

#2E2C3A
(46,44,58)
#2A2835
(42,40,53)
#262430
(38,36,48)
#22202B
(34,32,43)
#1E1C26
(30,28,38)
#1A1821
(26,24,33)
#16141C
(22,20,28)
#121017
(18,16,23)
#0E0C12
(14,12,18)
#0A080D
(10,8,13)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #2E2C3A

#2E2C3A
(46,44,58)
#413F4B
(65,63,75)
#54525C
(84,82,92)
#67656D
(103,101,109)
#7A787E
(122,120,126)
#8D8B8F
(141,139,143)
#A09EA0
(160,158,160)
#B3B1B1
(179,177,177)
#C6C4C2
(198,196,194)
#D9D7D3
(217,215,211)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2C3A; }

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

This text font color is #2E2C3A.


Background Color

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

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

This div background color is #2E2C3A.


Border color

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

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

This div border color is #2E2C3A.


Opacity

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

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

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

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

This text has shadow with #2E2C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2C3A on black background.


Color preview on white background

This text has color #2E2C3A on white background.



Black color preview on #2E2C3A background

This text has black color on #2E2C3A background.


White color preview on #2E2C3A background

This text has white color on #2E2C3A background.