COLOR #2E5A3A

HEX: #2E5A3A
RGB: (46,90,58)

Color info

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

RGB color model

#2E5A3A color RGB value is (46,90,58).

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

RGB channels and saturation

R 46 of 255 = 18%
G 90 of 255 = 35%
B 58 of 255 = 23%

46
90
58

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

Portions of RGB colors in percentages

R + G + B =
46 + 90 + 58 = 194 (100%)
R 46 of 194 ~ 23.71%
G 90 of 194 ~ 46.39%
B 58 of 194 ~ 29.9%

%23.71
%46.39
%29.9

CMYK color model

#2E5A3A color CMYK value is (49,0,36,65).

  • cyan value is 48.89%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 64.71%
CMYK:
(49,0,36,65)
C49M0Y36K65 
(49%,0%,36%,65%)
(0.49/0.00/0.36/0.65)	

CMYK percentages

%48.89
%0
%35.56
%64.71

Codes

Color #2E5A3A in popluar color models

2E5A3A
RGB469058
HSL136°32.35%26.67%
HSB/HSV136°48.89%35.29%
CMYK48.89%0.00%35.56%
64.71%

Color #2E5A3A in popluar number systems.

HEX2E5A3A
Decimal469058
Binary1011101011010111010
Octal5613272

Shades and tints

Shades of #2E5A3A

#2E5A3A
(46,90,58)
#2A5235
(42,82,53)
#264A30
(38,74,48)
#22422B
(34,66,43)
#1E3A26
(30,58,38)
#1A3221
(26,50,33)
#162A1C
(22,42,28)
#122217
(18,34,23)
#0E1A12
(14,26,18)
#0A120D
(10,18,13)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #2E5A3A

#2E5A3A
(46,90,58)
#41694B
(65,105,75)
#54785C
(84,120,92)
#67876D
(103,135,109)
#7A967E
(122,150,126)
#8DA58F
(141,165,143)
#A0B4A0
(160,180,160)
#B3C3B1
(179,195,177)
#C6D2C2
(198,210,194)
#D9E1D3
(217,225,211)
#ECF0E4
(236,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5A3A; }

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

This text font color is #2E5A3A.


Background Color

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

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

This div background color is #2E5A3A.


Border color

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

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

This div border color is #2E5A3A.


Opacity

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

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

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

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

This text has shadow with #2E5A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5A3A on black background.


Color preview on white background

This text has color #2E5A3A on white background.



Black color preview on #2E5A3A background

This text has black color on #2E5A3A background.


White color preview on #2E5A3A background

This text has white color on #2E5A3A background.