COLOR #2E493D

HEX: #2E493D
RGB: (46,73,61)

Color info

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

RGB color model

#2E493D color RGB value is (46,73,61).

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

RGB channels and saturation

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

46
73
61

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

Portions of RGB colors in percentages

R + G + B =
46 + 73 + 61 = 180 (100%)
R 46 of 180 ~ 25.56%
G 73 of 180 ~ 40.56%
B 61 of 180 ~ 33.89%

%25.56
%40.56
%33.89

CMYK color model

#2E493D color CMYK value is (37,0,16,71).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(37,0,16,71)
C37M0Y16K71 
(37%,0%,16%,71%)
(0.37/0.00/0.16/0.71)	

CMYK percentages

%36.99
%0
%16.44
%71.37

Codes

Color #2E493D in popluar color models

2E493D
RGB467361
HSL153°22.69%23.33%
HSB/HSV153°36.99%28.63%
CMYK36.99%0.00%16.44%
71.37%

Color #2E493D in popluar number systems.

HEX2E493D
Decimal467361
Binary1011101001001111101
Octal5611175

Shades and tints

Shades of #2E493D

#2E493D
(46,73,61)
#2A4338
(42,67,56)
#263D33
(38,61,51)
#22372E
(34,55,46)
#1E3129
(30,49,41)
#1A2B24
(26,43,36)
#16251F
(22,37,31)
#121F1A
(18,31,26)
#0E1915
(14,25,21)
#0A1310
(10,19,16)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #2E493D

#2E493D
(46,73,61)
#41594E
(65,89,78)
#54695F
(84,105,95)
#677970
(103,121,112)
#7A8981
(122,137,129)
#8D9992
(141,153,146)
#A0A9A3
(160,169,163)
#B3B9B4
(179,185,180)
#C6C9C5
(198,201,197)
#D9D9D6
(217,217,214)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E493D; }

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

This text font color is #2E493D.


Background Color

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

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

This div background color is #2E493D.


Border color

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

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

This div border color is #2E493D.


Opacity

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

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

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

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

This text has shadow with #2E493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E493D on black background.


Color preview on white background

This text has color #2E493D on white background.



Black color preview on #2E493D background

This text has black color on #2E493D background.


White color preview on #2E493D background

This text has white color on #2E493D background.