COLOR #2E6C43

HEX: #2E6C43
RGB: (46,108,67)

Color info

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

RGB color model

#2E6C43 color RGB value is (46,108,67).

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

RGB channels and saturation

R 46 of 255 = 18%
G 108 of 255 = 42%
B 67 of 255 = 26%

46
108
67

R + G + B ~ 29%. #2E6C43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 108 + 67 = 221 (100%)
R 46 of 221 ~ 20.81%
G 108 of 221 ~ 48.87%
B 67 of 221 ~ 30.32%

%20.81
%48.87
%30.32

CMYK color model

#2E6C43 color CMYK value is (57,0,38,58).

  • cyan value is 57.41%
  • magenta value is 0.00%
  • yellow value is 37.96%
  • key color value is 57.65%
CMYK:
(57,0,38,58)
C57M0Y38K58 
(57%,0%,38%,58%)
(0.57/0.00/0.38/0.58)	

CMYK percentages

%57.41
%0
%37.96
%57.65

Codes

Color #2E6C43 in popluar color models

2E6C43
RGB4610867
HSL140°40.26%30.20%
HSB/HSV140°57.41%42.35%
CMYK57.41%0.00%37.96%
57.65%

Color #2E6C43 in popluar number systems.

HEX2E6C43
Decimal4610867
Binary10111011011001000011
Octal56154103

Shades and tints

Shades of #2E6C43

#2E6C43
(46,108,67)
#2A633D
(42,99,61)
#265A37
(38,90,55)
#225131
(34,81,49)
#1E482B
(30,72,43)
#1A3F25
(26,63,37)
#16361F
(22,54,31)
#122D19
(18,45,25)
#0E2413
(14,36,19)
#0A1B0D
(10,27,13)
#061207
(6,18,7)
#000000
(0,0,0)

Tints of #2E6C43

#2E6C43
(46,108,67)
#417954
(65,121,84)
#548665
(84,134,101)
#679376
(103,147,118)
#7AA087
(122,160,135)
#8DAD98
(141,173,152)
#A0BAA9
(160,186,169)
#B3C7BA
(179,199,186)
#C6D4CB
(198,212,203)
#D9E1DC
(217,225,220)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6C43; }

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

This text font color is #2E6C43.


Background Color

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

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

This div background color is #2E6C43.


Border color

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

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

This div border color is #2E6C43.


Opacity

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

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

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

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

This text has shadow with #2E6C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6C43 on black background.


Color preview on white background

This text has color #2E6C43 on white background.



Black color preview on #2E6C43 background

This text has black color on #2E6C43 background.


White color preview on #2E6C43 background

This text has white color on #2E6C43 background.