COLOR #2E5C36

HEX: #2E5C36
RGB: (46,92,54)

Color info

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

RGB color model

#2E5C36 color RGB value is (46,92,54).

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

RGB channels and saturation

R 46 of 255 = 18%
G 92 of 255 = 36%
B 54 of 255 = 21%

46
92
54

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

Portions of RGB colors in percentages

R + G + B =
46 + 92 + 54 = 192 (100%)
R 46 of 192 ~ 23.96%
G 92 of 192 ~ 47.92%
B 54 of 192 ~ 28.13%

%23.96
%47.92
%28.13

CMYK color model

#2E5C36 color CMYK value is (50,0,41,64).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 41.30%
  • key color value is 63.92%
CMYK:
(50,0,41,64)
C50M0Y41K64 
(50%,0%,41%,64%)
(0.50/0.00/0.41/0.64)	

CMYK percentages

%50
%0
%41.3
%63.92

Codes

Color #2E5C36 in popluar color models

2E5C36
RGB469254
HSL130°33.33%27.06%
HSB/HSV130°50.00%36.08%
CMYK50.00%0.00%41.30%
63.92%

Color #2E5C36 in popluar number systems.

HEX2E5C36
Decimal469254
Binary1011101011100110110
Octal5613466

Shades and tints

Shades of #2E5C36

#2E5C36
(46,92,54)
#2A5432
(42,84,50)
#264C2E
(38,76,46)
#22442A
(34,68,42)
#1E3C26
(30,60,38)
#1A3422
(26,52,34)
#162C1E
(22,44,30)
#12241A
(18,36,26)
#0E1C16
(14,28,22)
#0A1412
(10,20,18)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #2E5C36

#2E5C36
(46,92,54)
#416A48
(65,106,72)
#54785A
(84,120,90)
#67866C
(103,134,108)
#7A947E
(122,148,126)
#8DA290
(141,162,144)
#A0B0A2
(160,176,162)
#B3BEB4
(179,190,180)
#C6CCC6
(198,204,198)
#D9DAD8
(217,218,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5C36; }

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

This text font color is #2E5C36.


Background Color

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

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

This div background color is #2E5C36.


Border color

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

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

This div border color is #2E5C36.


Opacity

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

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

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

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

This text has shadow with #2E5C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5C36 on black background.


Color preview on white background

This text has color #2E5C36 on white background.



Black color preview on #2E5C36 background

This text has black color on #2E5C36 background.


White color preview on #2E5C36 background

This text has white color on #2E5C36 background.