COLOR #2E443E

HEX: #2E443E
RGB: (46,68,62)

Color info

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

RGB color model

#2E443E color RGB value is (46,68,62).

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

RGB channels and saturation

R 46 of 255 = 18%
G 68 of 255 = 27%
B 62 of 255 = 24%

46
68
62

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

Portions of RGB colors in percentages

R + G + B =
46 + 68 + 62 = 176 (100%)
R 46 of 176 ~ 26.14%
G 68 of 176 ~ 38.64%
B 62 of 176 ~ 35.23%

%26.14
%38.64
%35.23

CMYK color model

#2E443E color CMYK value is (32,0,9,73).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 73.33%
CMYK:
(32,0,9,73)
C32M0Y9K73 
(32%,0%,9%,73%)
(0.32/0.00/0.09/0.73)	

CMYK percentages

%32.35
%0
%8.82
%73.33

Codes

Color #2E443E in popluar color models

2E443E
RGB466862
HSL164°19.30%22.35%
HSB/HSV164°32.35%26.67%
CMYK32.35%0.00%8.82%
73.33%

Color #2E443E in popluar number systems.

HEX2E443E
Decimal466862
Binary1011101000100111110
Octal5610476

Shades and tints

Shades of #2E443E

#2E443E
(46,68,62)
#2A3E39
(42,62,57)
#263834
(38,56,52)
#22322F
(34,50,47)
#1E2C2A
(30,44,42)
#1A2625
(26,38,37)
#162020
(22,32,32)
#121A1B
(18,26,27)
#0E1416
(14,20,22)
#0A0E11
(10,14,17)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #2E443E

#2E443E
(46,68,62)
#41554F
(65,85,79)
#546660
(84,102,96)
#677771
(103,119,113)
#7A8882
(122,136,130)
#8D9993
(141,153,147)
#A0AAA4
(160,170,164)
#B3BBB5
(179,187,181)
#C6CCC6
(198,204,198)
#D9DDD7
(217,221,215)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E443E; }

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

This text font color is #2E443E.


Background Color

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

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

This div background color is #2E443E.


Border color

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

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

This div border color is #2E443E.


Opacity

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

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

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

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

This text has shadow with #2E443E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E443E on black background.


Color preview on white background

This text has color #2E443E on white background.



Black color preview on #2E443E background

This text has black color on #2E443E background.


White color preview on #2E443E background

This text has white color on #2E443E background.