COLOR #2E393C

HEX: #2E393C
RGB: (46,57,60)

Color info

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

RGB color model

#2E393C color RGB value is (46,57,60).

  • red value is 46;
  • green value is 57;
  • blue value is 60.
RGB:
(46,57,60)
(18%,22%,24%)

RGB channels and saturation

R 46 of 255 = 18%
G 57 of 255 = 22%
B 60 of 255 = 24%

46
57
60

R + G + B ~ 21%. #2E393C is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 57 + 60 = 163 (100%)
R 46 of 163 ~ 28.22%
G 57 of 163 ~ 34.97%
B 60 of 163 ~ 36.81%

%28.22
%34.97
%36.81

CMYK color model

#2E393C color CMYK value is (23,5,0,76).

  • cyan value is 23.33%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(23,5,0,76)
C23M5Y0K76 
(23%,5%,0%,76%)
(0.23/0.05/0.00/0.76)	

CMYK percentages

%23.33
%5
%0
%76.47

Codes

Color #2E393C in popluar color models

2E393C
RGB465760
HSL193°13.21%20.78%
HSB/HSV193°23.33%23.53%
CMYK23.33%5.00%0.00%
76.47%

Color #2E393C in popluar number systems.

HEX2E393C
Decimal465760
Binary101110111001111100
Octal567174

Shades and tints

Shades of #2E393C

#2E393C
(46,57,60)
#2A3437
(42,52,55)
#262F32
(38,47,50)
#222A2D
(34,42,45)
#1E2528
(30,37,40)
#1A2023
(26,32,35)
#161B1E
(22,27,30)
#121619
(18,22,25)
#0E1114
(14,17,20)
#0A0C0F
(10,12,15)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #2E393C

#2E393C
(46,57,60)
#414B4D
(65,75,77)
#545D5E
(84,93,94)
#676F6F
(103,111,111)
#7A8180
(122,129,128)
#8D9391
(141,147,145)
#A0A5A2
(160,165,162)
#B3B7B3
(179,183,179)
#C6C9C4
(198,201,196)
#D9DBD5
(217,219,213)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E393C color. Also use rgb(46,57,60) instead hex code.

Text Font Color

.myTextColor { color: #2E393C; }

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

This text font color is #2E393C.


Background Color

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

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

This div background color is #2E393C.


Border color

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

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

This div border color is #2E393C.


Opacity

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

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

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

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

This text has shadow with #2E393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E393C on black background.


Color preview on white background

This text has color #2E393C on white background.



Black color preview on #2E393C background

This text has black color on #2E393C background.


White color preview on #2E393C background

This text has white color on #2E393C background.