COLOR #2E5F49

HEX: #2E5F49
RGB: (46,95,73)

Color info

#2E5F49 contains red, green and blue colors in about the same proportion. Web safe color of #2E5F49 is #336633 (or #363).

RGB color model

#2E5F49 color RGB value is (46,95,73).

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

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 73 of 255 = 29%

46
95
73

R + G + B ~ 28%. #2E5F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 95 + 73 = 214 (100%)
R 46 of 214 ~ 21.5%
G 95 of 214 ~ 44.39%
B 73 of 214 ~ 34.11%

%21.5
%44.39
%34.11

CMYK color model

#2E5F49 color CMYK value is (52,0,23,63).

  • cyan value is 51.58%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 62.75%
CMYK:
(52,0,23,63)
C52M0Y23K63 
(52%,0%,23%,63%)
(0.52/0.00/0.23/0.63)	

CMYK percentages

%51.58
%0
%23.16
%62.75

Codes

Color #2E5F49 in popluar color models

2E5F49
RGB469573
HSL153°34.75%27.65%
HSB/HSV153°51.58%37.25%
CMYK51.58%0.00%23.16%
62.75%

Color #2E5F49 in popluar number systems.

HEX2E5F49
Decimal469573
Binary10111010111111001001
Octal56137111

Shades and tints

Shades of #2E5F49

#2E5F49
(46,95,73)
#2A5743
(42,87,67)
#264F3D
(38,79,61)
#224737
(34,71,55)
#1E3F31
(30,63,49)
#1A372B
(26,55,43)
#162F25
(22,47,37)
#12271F
(18,39,31)
#0E1F19
(14,31,25)
#0A1713
(10,23,19)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #2E5F49

#2E5F49
(46,95,73)
#416D59
(65,109,89)
#547B69
(84,123,105)
#678979
(103,137,121)
#7A9789
(122,151,137)
#8DA599
(141,165,153)
#A0B3A9
(160,179,169)
#B3C1B9
(179,193,185)
#C6CFC9
(198,207,201)
#D9DDD9
(217,221,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5F49; }

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

This text font color is #2E5F49.


Background Color

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

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

This div background color is #2E5F49.


Border color

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

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

This div border color is #2E5F49.


Opacity

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

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

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

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

This text has shadow with #2E5F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5F49 on black background.


Color preview on white background

This text has color #2E5F49 on white background.



Black color preview on #2E5F49 background

This text has black color on #2E5F49 background.


White color preview on #2E5F49 background

This text has white color on #2E5F49 background.