COLOR #2E493A

HEX: #2E493A RGB: (46,73,58)

Color info

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

RGB color model

#2E493A color RGB value is (46,73,58).

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

RGB channels and saturation

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

46
73
58

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

Portions of RGB colors in percentages

R + G + B = 46 + 73 + 58 = 177 (100%)
R 46 of 177 ~ 25.99%
G 73 of 177 ~ 41.24%
B 58 of 177 ~ 32.77'%

%25.99
%41.24
%32.77

CMYK color model

#2E493A color CMYK value is (37,0,21,71).

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

CMYK: (37,0,21,71)
C37M0Y21K71 (37%, 0%, 21%, 71%)
(0.37 / 0.00 / 0.21 / 0.71)

CMYK percentages

%36.99
%0
%20.55
%71.37

Codes

Color #2E493A in popluar color models

2E 49 3A
RGB 46 73 58
HSL 147° 22.69% 23.33%
HSB/HSV 147° 36.99% 28.63%
CMYK 36.99% 0.00% 20.55%
71.37%

Color #2E493A in popluar number systems.

HEX 2E 49 3A
Decimal 46 73 58
Binary 101110 1001001 111010
Octal 56 111 72

Shades and tints

Shades of #2E493A

#2E493A
(46,73,58)
#2A4335
(42,67,53)
#263D30
(38,61,48)
#22372B
(34,55,43)
#1E3126
(30,49,38)
#1A2B21
(26,43,33)
#16251C
(22,37,28)
#121F17
(18,31,23)
#0E1912
(14,25,18)
#0A130D
(10,19,13)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #2E493A

#2E493A
(46,73,58)
#41594B
(65,89,75)
#54695C
(84,105,92)
#67796D
(103,121,109)
#7A897E
(122,137,126)
#8D998F
(141,153,143)
#A0A9A0
(160,169,160)
#B3B9B1
(179,185,177)
#C6C9C2
(198,201,194)
#D9D9D3
(217,217,211)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E493A; }

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

This text font color is #2E493A.

Background Color

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

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

This div background color is #2E493A.

Border color

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

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

This div border color is #2E493A.

Opacity

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

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

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

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

This text has shadow with #2E493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E493A.

Preview

Color preview on black background

This text has color #2E493A on black background.


Color preview on white background

This text has color #2E493A on white background.


Black color preview on #2E493A background

This text has black color on #2E493A background.


White color preview on #2E493A background

This text has white color on #2E493A background.


Related colors

Complementary color

Complementary color for #hex is #D1B6C5.


I love getcolorcode.com

Triadic colors

1 #3A2E49 and #493A2E with #2E493A are triadic colors.

2 #3A492E and #492E3A with #2E493A are triadic colors.