COLOR #2E6C49

HEX: #2E6C49
RGB: (46,108,73)

Color info

#2E6C49 contains mainly green and blue colors. Web safe color of #2E6C49 is #336633 (or #363).

RGB color model

#2E6C49 color RGB value is (46,108,73).

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

RGB channels and saturation

R 46 of 255 = 18%
G 108 of 255 = 42%
B 73 of 255 = 29%

46
108
73

R + G + B ~ 30%. #2E6C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 108 + 73 = 227 (100%)
R 46 of 227 ~ 20.26%
G 108 of 227 ~ 47.58%
B 73 of 227 ~ 32.16%

%20.26
%47.58
%32.16

CMYK color model

#2E6C49 color CMYK value is (57,0,32,58).

  • cyan value is 57.41%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 57.65%
CMYK:
(57,0,32,58)
C57M0Y32K58 
(57%,0%,32%,58%)
(0.57/0.00/0.32/0.58)	

CMYK percentages

%57.41
%0
%32.41
%57.65

Codes

Color #2E6C49 in popluar color models

2E6C49
RGB4610873
HSL146°40.26%30.20%
HSB/HSV146°57.41%42.35%
CMYK57.41%0.00%32.41%
57.65%

Color #2E6C49 in popluar number systems.

HEX2E6C49
Decimal4610873
Binary10111011011001001001
Octal56154111

Shades and tints

Shades of #2E6C49

#2E6C49
(46,108,73)
#2A6343
(42,99,67)
#265A3D
(38,90,61)
#225137
(34,81,55)
#1E4831
(30,72,49)
#1A3F2B
(26,63,43)
#163625
(22,54,37)
#122D1F
(18,45,31)
#0E2419
(14,36,25)
#0A1B13
(10,27,19)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #2E6C49

#2E6C49
(46,108,73)
#417959
(65,121,89)
#548669
(84,134,105)
#679379
(103,147,121)
#7AA089
(122,160,137)
#8DAD99
(141,173,153)
#A0BAA9
(160,186,169)
#B3C7B9
(179,199,185)
#C6D4C9
(198,212,201)
#D9E1D9
(217,225,217)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6C49; }

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

This text font color is #2E6C49.


Background Color

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

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

This div background color is #2E6C49.


Border color

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

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

This div border color is #2E6C49.


Opacity

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

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

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

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

This text has shadow with #2E6C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6C49 on black background.


Color preview on white background

This text has color #2E6C49 on white background.



Black color preview on #2E6C49 background

This text has black color on #2E6C49 background.


White color preview on #2E6C49 background

This text has white color on #2E6C49 background.