COLOR #2E5C3A

HEX: #2E5C3A
RGB: (46,92,58)

Color info

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

RGB color model

#2E5C3A color RGB value is (46,92,58).

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

RGB channels and saturation

R 46 of 255 = 18%
G 92 of 255 = 36%
B 58 of 255 = 23%

46
92
58

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

Portions of RGB colors in percentages

R + G + B =
46 + 92 + 58 = 196 (100%)
R 46 of 196 ~ 23.47%
G 92 of 196 ~ 46.94%
B 58 of 196 ~ 29.59%

%23.47
%46.94
%29.59

CMYK color model

#2E5C3A color CMYK value is (50,0,37,64).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 36.96%
  • key color value is 63.92%
CMYK:
(50,0,37,64)
C50M0Y37K64 
(50%,0%,37%,64%)
(0.50/0.00/0.37/0.64)	

CMYK percentages

%50
%0
%36.96
%63.92

Codes

Color #2E5C3A in popluar color models

2E5C3A
RGB469258
HSL136°33.33%27.06%
HSB/HSV136°50.00%36.08%
CMYK50.00%0.00%36.96%
63.92%

Color #2E5C3A in popluar number systems.

HEX2E5C3A
Decimal469258
Binary1011101011100111010
Octal5613472

Shades and tints

Shades of #2E5C3A

#2E5C3A
(46,92,58)
#2A5435
(42,84,53)
#264C30
(38,76,48)
#22442B
(34,68,43)
#1E3C26
(30,60,38)
#1A3421
(26,52,33)
#162C1C
(22,44,28)
#122417
(18,36,23)
#0E1C12
(14,28,18)
#0A140D
(10,20,13)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #2E5C3A

#2E5C3A
(46,92,58)
#416A4B
(65,106,75)
#54785C
(84,120,92)
#67866D
(103,134,109)
#7A947E
(122,148,126)
#8DA28F
(141,162,143)
#A0B0A0
(160,176,160)
#B3BEB1
(179,190,177)
#C6CCC2
(198,204,194)
#D9DAD3
(217,218,211)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5C3A; }

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

This text font color is #2E5C3A.


Background Color

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

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

This div background color is #2E5C3A.


Border color

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

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

This div border color is #2E5C3A.


Opacity

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

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

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

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

This text has shadow with #2E5C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5C3A on black background.


Color preview on white background

This text has color #2E5C3A on white background.



Black color preview on #2E5C3A background

This text has black color on #2E5C3A background.


White color preview on #2E5C3A background

This text has white color on #2E5C3A background.