COLOR #2E642E

HEX: #2E642E
RGB: (46,100,46)

Color info

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

RGB color model

#2E642E color RGB value is (46,100,46).

  • red value is 46;
  • green value is 100;
  • blue value is 46.
RGB:
(46,100,46)
(18%,39%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 100 of 255 = 39%
B 46 of 255 = 18%

46
100
46

R + G + B ~ 25%. #2E642E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 100 + 46 = 192 (100%)
R 46 of 192 ~ 23.96%
G 100 of 192 ~ 52.08%
B 46 of 192 ~ 23.96%

%23.96
%52.08
%23.96

CMYK color model

#2E642E color CMYK value is (54,0,54,61).

  • cyan value is 54.00%
  • magenta value is 0.00%
  • yellow value is 54.00%
  • key color value is 60.78%
CMYK:
(54,0,54,61)
C54M0Y54K61 
(54%,0%,54%,61%)
(0.54/0.00/0.54/0.61)	

CMYK percentages

%54
%0
%54
%60.78

Codes

Color #2E642E in popluar color models

2E642E
RGB4610046
HSL120°36.99%28.63%
HSB/HSV120°54.00%39.22%
CMYK54.00%0.00%54.00%
60.78%

Color #2E642E in popluar number systems.

HEX2E642E
Decimal4610046
Binary1011101100100101110
Octal5614456

Shades and tints

Shades of #2E642E

#2E642E
(46,100,46)
#2A5B2A
(42,91,42)
#265226
(38,82,38)
#224922
(34,73,34)
#1E401E
(30,64,30)
#1A371A
(26,55,26)
#162E16
(22,46,22)
#122512
(18,37,18)
#0E1C0E
(14,28,14)
#0A130A
(10,19,10)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #2E642E

#2E642E
(46,100,46)
#417241
(65,114,65)
#548054
(84,128,84)
#678E67
(103,142,103)
#7A9C7A
(122,156,122)
#8DAA8D
(141,170,141)
#A0B8A0
(160,184,160)
#B3C6B3
(179,198,179)
#C6D4C6
(198,212,198)
#D9E2D9
(217,226,217)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E642E; }

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

This text font color is #2E642E.


Background Color

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

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

This div background color is #2E642E.


Border color

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

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

This div border color is #2E642E.


Opacity

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

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

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

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

This text has shadow with #2E642E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E642E on black background.


Color preview on white background

This text has color #2E642E on white background.



Black color preview on #2E642E background

This text has black color on #2E642E background.


White color preview on #2E642E background

This text has white color on #2E642E background.