COLOR #2E493E

HEX: #2E493E
RGB: (46,73,62)

Color info

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

RGB color model

#2E493E color RGB value is (46,73,62).

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

RGB channels and saturation

R 46 of 255 = 18%
G 73 of 255 = 29%
B 62 of 255 = 24%

46
73
62

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

Portions of RGB colors in percentages

R + G + B =
46 + 73 + 62 = 181 (100%)
R 46 of 181 ~ 25.41%
G 73 of 181 ~ 40.33%
B 62 of 181 ~ 34.25%

%25.41
%40.33
%34.25

CMYK color model

#2E493E color CMYK value is (37,0,15,71).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 71.37%
CMYK:
(37,0,15,71)
C37M0Y15K71 
(37%,0%,15%,71%)
(0.37/0.00/0.15/0.71)	

CMYK percentages

%36.99
%0
%15.07
%71.37

Codes

Color #2E493E in popluar color models

2E493E
RGB467362
HSL156°22.69%23.33%
HSB/HSV156°36.99%28.63%
CMYK36.99%0.00%15.07%
71.37%

Color #2E493E in popluar number systems.

HEX2E493E
Decimal467362
Binary1011101001001111110
Octal5611176

Shades and tints

Shades of #2E493E

#2E493E
(46,73,62)
#2A4339
(42,67,57)
#263D34
(38,61,52)
#22372F
(34,55,47)
#1E312A
(30,49,42)
#1A2B25
(26,43,37)
#162520
(22,37,32)
#121F1B
(18,31,27)
#0E1916
(14,25,22)
#0A1311
(10,19,17)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #2E493E

#2E493E
(46,73,62)
#41594F
(65,89,79)
#546960
(84,105,96)
#677971
(103,121,113)
#7A8982
(122,137,130)
#8D9993
(141,153,147)
#A0A9A4
(160,169,164)
#B3B9B5
(179,185,181)
#C6C9C6
(198,201,198)
#D9D9D7
(217,217,215)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E493E; }

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

This text font color is #2E493E.


Background Color

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

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

This div background color is #2E493E.


Border color

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

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

This div border color is #2E493E.


Opacity

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

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

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

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

This text has shadow with #2E493E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E493E on black background.


Color preview on white background

This text has color #2E493E on white background.



Black color preview on #2E493E background

This text has black color on #2E493E background.


White color preview on #2E493E background

This text has white color on #2E493E background.