COLOR #2E3C46

HEX: #2E3C46
RGB: (46,60,70)

Color info

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

RGB color model

#2E3C46 color RGB value is (46,60,70).

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

RGB channels and saturation

R 46 of 255 = 18%
G 60 of 255 = 24%
B 70 of 255 = 27%

46
60
70

R + G + B ~ 23%. #2E3C46 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 60 + 70 = 176 (100%)
R 46 of 176 ~ 26.14%
G 60 of 176 ~ 34.09%
B 70 of 176 ~ 39.77%

%26.14
%34.09
%39.77

CMYK color model

#2E3C46 color CMYK value is (34,14,0,73).

  • cyan value is 34.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(34,14,0,73)
C34M14Y0K73 
(34%,14%,0%,73%)
(0.34/0.14/0.00/0.73)	

CMYK percentages

%34.29
%14.29
%0
%72.55

Codes

Color #2E3C46 in popluar color models

2E3C46
RGB466070
HSL205°20.69%22.75%
HSB/HSV205°34.29%27.45%
CMYK34.29%14.29%0.00%
72.55%

Color #2E3C46 in popluar number systems.

HEX2E3C46
Decimal466070
Binary1011101111001000110
Octal5674106

Shades and tints

Shades of #2E3C46

#2E3C46
(46,60,70)
#2A3740
(42,55,64)
#26323A
(38,50,58)
#222D34
(34,45,52)
#1E282E
(30,40,46)
#1A2328
(26,35,40)
#161E22
(22,30,34)
#12191C
(18,25,28)
#0E1416
(14,20,22)
#0A0F10
(10,15,16)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #2E3C46

#2E3C46
(46,60,70)
#414D56
(65,77,86)
#545E66
(84,94,102)
#676F76
(103,111,118)
#7A8086
(122,128,134)
#8D9196
(141,145,150)
#A0A2A6
(160,162,166)
#B3B3B6
(179,179,182)
#C6C4C6
(198,196,198)
#D9D5D6
(217,213,214)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3C46; }

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

This text font color is #2E3C46.


Background Color

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

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

This div background color is #2E3C46.


Border color

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

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

This div border color is #2E3C46.


Opacity

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

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

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

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

This text has shadow with #2E3C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3C46 on black background.


Color preview on white background

This text has color #2E3C46 on white background.



Black color preview on #2E3C46 background

This text has black color on #2E3C46 background.


White color preview on #2E3C46 background

This text has white color on #2E3C46 background.