COLOR #2E4646

HEX: #2E4646
RGB: (46,70,70)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
70
70

R + G + B ~ 24%. #2E4646 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 70 = 186 (100%)
R 46 of 186 ~ 24.73%
G 70 of 186 ~ 37.63%
B 70 of 186 ~ 37.63%

%24.73
%37.63
%37.63

CMYK color model

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

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

CMYK percentages

%34.29
%0
%0
%72.55

Codes

Color #2E4646 in popluar color models

2E4646
RGB467070
HSL180°20.69%22.75%
HSB/HSV180°34.29%27.45%
CMYK34.29%0.00%0.00%
72.55%

Color #2E4646 in popluar number systems.

HEX2E4646
Decimal467070
Binary10111010001101000110
Octal56106106

Shades and tints

Shades of #2E4646

#2E4646
(46,70,70)
#2A4040
(42,64,64)
#263A3A
(38,58,58)
#223434
(34,52,52)
#1E2E2E
(30,46,46)
#1A2828
(26,40,40)
#162222
(22,34,34)
#121C1C
(18,28,28)
#0E1616
(14,22,22)
#0A1010
(10,16,16)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #2E4646

#2E4646
(46,70,70)
#415656
(65,86,86)
#546666
(84,102,102)
#677676
(103,118,118)
#7A8686
(122,134,134)
#8D9696
(141,150,150)
#A0A6A6
(160,166,166)
#B3B6B6
(179,182,182)
#C6C6C6
(198,198,198)
#D9D6D6
(217,214,214)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4646; }

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

This text font color is #2E4646.


Background Color

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

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

This div background color is #2E4646.


Border color

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

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

This div border color is #2E4646.


Opacity

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

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

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

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

This text has shadow with #2E4646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4646 on black background.


Color preview on white background

This text has color #2E4646 on white background.



Black color preview on #2E4646 background

This text has black color on #2E4646 background.


White color preview on #2E4646 background

This text has white color on #2E4646 background.