COLOR #2E493B

HEX: #2E493B RGB: (46,73,59)

Color info

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

RGB color model

#2E493B color RGB value is (46,73,59).

RGB: (46,73,59) (18%, 29%, 23%)

RGB channels and saturation

R 46 of 255 = 18%
G 73 of 255 = 29%
B 59 of 255 = 23%

46
73
59

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

Portions of RGB colors in percentages

R + G + B = 46 + 73 + 59 = 178 (100%)
R 46 of 178 ~ 25.84%
G 73 of 178 ~ 41.01%
B 59 of 178 ~ 33.15'%

%25.84
%41.01
%33.15

CMYK color model

#2E493B color CMYK value is (37,0,19,71).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 71.37%

CMYK: (37,0,19,71)
C37M0Y19K71 (37%, 0%, 19%, 71%)
(0.37 / 0.00 / 0.19 / 0.71)

CMYK percentages

%36.99
%0
%19.18
%71.37

Codes

Color #2E493B in popluar color models

2E 49 3B
RGB 46 73 59
HSL 149° 22.69% 23.33%
HSB/HSV 149° 36.99% 28.63%
CMYK 36.99% 0.00% 19.18%
71.37%

Color #2E493B in popluar number systems.

HEX 2E 49 3B
Decimal 46 73 59
Binary 101110 1001001 111011
Octal 56 111 73

Shades and tints

Shades of #2E493B

#2E493B
(46,73,59)
#2A4336
(42,67,54)
#263D31
(38,61,49)
#22372C
(34,55,44)
#1E3127
(30,49,39)
#1A2B22
(26,43,34)
#16251D
(22,37,29)
#121F18
(18,31,24)
#0E1913
(14,25,19)
#0A130E
(10,19,14)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #2E493B

#2E493B
(46,73,59)
#41594C
(65,89,76)
#54695D
(84,105,93)
#67796E
(103,121,110)
#7A897F
(122,137,127)
#8D9990
(141,153,144)
#A0A9A1
(160,169,161)
#B3B9B2
(179,185,178)
#C6C9C3
(198,201,195)
#D9D9D4
(217,217,212)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E493B; }

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

This text font color is #2E493B.

Background Color

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

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

This div background color is #2E493B.

Border color

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

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

This div border color is #2E493B.

Opacity

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

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

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

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

This text has shadow with #2E493B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E493B.

Preview

Color preview on black background

This text has color #2E493B on black background.


Color preview on white background

This text has color #2E493B on white background.


Black color preview on #2E493B background

This text has black color on #2E493B background.


White color preview on #2E493B background

This text has white color on #2E493B background.


Related colors

Complementary color

Complementary color for #2E493B is #D1B6C4.


I love getcolorcode.com

Triadic colors

1 #3B2E49 and #493B2E with #2E493B are triadic colors.

2 #3B492E and #492E3B with #2E493B are triadic colors.