COLOR #2E6036

HEX: #2E6036
RGB: (46,96,54)

Color info

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

RGB color model

#2E6036 color RGB value is (46,96,54).

  • red value is 46;
  • green value is 96;
  • blue value is 54.
RGB:
(46,96,54)
(18%,38%,21%)

RGB channels and saturation

R 46 of 255 = 18%
G 96 of 255 = 38%
B 54 of 255 = 21%

46
96
54

R + G + B ~ 26%. #2E6036 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 96 + 54 = 196 (100%)
R 46 of 196 ~ 23.47%
G 96 of 196 ~ 48.98%
B 54 of 196 ~ 27.55%

%23.47
%48.98
%27.55

CMYK color model

#2E6036 color CMYK value is (52,0,44,62).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 62.35%
CMYK:
(52,0,44,62)
C52M0Y44K62 
(52%,0%,44%,62%)
(0.52/0.00/0.44/0.62)	

CMYK percentages

%52.08
%0
%43.75
%62.35

Codes

Color #2E6036 in popluar color models

2E6036
RGB469654
HSL130°35.21%27.84%
HSB/HSV130°52.08%37.65%
CMYK52.08%0.00%43.75%
62.35%

Color #2E6036 in popluar number systems.

HEX2E6036
Decimal469654
Binary1011101100000110110
Octal5614066

Shades and tints

Shades of #2E6036

#2E6036
(46,96,54)
#2A5832
(42,88,50)
#26502E
(38,80,46)
#22482A
(34,72,42)
#1E4026
(30,64,38)
#1A3822
(26,56,34)
#16301E
(22,48,30)
#12281A
(18,40,26)
#0E2016
(14,32,22)
#0A1812
(10,24,18)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #2E6036

#2E6036
(46,96,54)
#416E48
(65,110,72)
#547C5A
(84,124,90)
#678A6C
(103,138,108)
#7A987E
(122,152,126)
#8DA690
(141,166,144)
#A0B4A2
(160,180,162)
#B3C2B4
(179,194,180)
#C6D0C6
(198,208,198)
#D9DED8
(217,222,216)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6036; }

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

This text font color is #2E6036.


Background Color

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

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

This div background color is #2E6036.


Border color

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

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

This div border color is #2E6036.


Opacity

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

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

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

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

This text has shadow with #2E6036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6036 on black background.


Color preview on white background

This text has color #2E6036 on white background.



Black color preview on #2E6036 background

This text has black color on #2E6036 background.


White color preview on #2E6036 background

This text has white color on #2E6036 background.