COLOR #2E6542

HEX: #2E6542
RGB: (46,101,66)

Color info

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

RGB color model

#2E6542 color RGB value is (46,101,66).

  • red value is 46;
  • green value is 101;
  • blue value is 66.
RGB:
(46,101,66)
(18%,40%,26%)

RGB channels and saturation

R 46 of 255 = 18%
G 101 of 255 = 40%
B 66 of 255 = 26%

46
101
66

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

Portions of RGB colors in percentages

R + G + B =
46 + 101 + 66 = 213 (100%)
R 46 of 213 ~ 21.6%
G 101 of 213 ~ 47.42%
B 66 of 213 ~ 30.99%

%21.6
%47.42
%30.99

CMYK color model

#2E6542 color CMYK value is (54,0,35,60).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 60.39%
CMYK:
(54,0,35,60)
C54M0Y35K60 
(54%,0%,35%,60%)
(0.54/0.00/0.35/0.60)	

CMYK percentages

%54.46
%0
%34.65
%60.39

Codes

Color #2E6542 in popluar color models

2E6542
RGB4610166
HSL142°37.41%28.82%
HSB/HSV142°54.46%39.61%
CMYK54.46%0.00%34.65%
60.39%

Color #2E6542 in popluar number systems.

HEX2E6542
Decimal4610166
Binary10111011001011000010
Octal56145102

Shades and tints

Shades of #2E6542

#2E6542
(46,101,66)
#2A5C3C
(42,92,60)
#265336
(38,83,54)
#224A30
(34,74,48)
#1E412A
(30,65,42)
#1A3824
(26,56,36)
#162F1E
(22,47,30)
#122618
(18,38,24)
#0E1D12
(14,29,18)
#0A140C
(10,20,12)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #2E6542

#2E6542
(46,101,66)
#417353
(65,115,83)
#548164
(84,129,100)
#678F75
(103,143,117)
#7A9D86
(122,157,134)
#8DAB97
(141,171,151)
#A0B9A8
(160,185,168)
#B3C7B9
(179,199,185)
#C6D5CA
(198,213,202)
#D9E3DB
(217,227,219)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6542 color. Also use rgb(46,101,66) instead hex code.

Text Font Color

.myTextColor { color: #2E6542; }

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

This text font color is #2E6542.


Background Color

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

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

This div background color is #2E6542.


Border color

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

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

This div border color is #2E6542.


Opacity

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

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

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

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

This text has shadow with #2E6542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6542 on black background.


Color preview on white background

This text has color #2E6542 on white background.



Black color preview on #2E6542 background

This text has black color on #2E6542 background.


White color preview on #2E6542 background

This text has white color on #2E6542 background.