COLOR #2E531E

HEX: #2E531E
RGB: (46,83,30)

Color info

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

RGB color model

#2E531E color RGB value is (46,83,30).

  • red value is 46;
  • green value is 83;
  • blue value is 30.
RGB:
(46,83,30)
(18%,33%,12%)

RGB channels and saturation

R 46 of 255 = 18%
G 83 of 255 = 33%
B 30 of 255 = 12%

46
83
30

R + G + B ~ 21%. #2E531E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 83 + 30 = 159 (100%)
R 46 of 159 ~ 28.93%
G 83 of 159 ~ 52.2%
B 30 of 159 ~ 18.87%

%28.93
%52.2
%18.87

CMYK color model

#2E531E color CMYK value is (45,0,64,67).

  • cyan value is 44.58%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(45,0,64,67)
C45M0Y64K67 
(45%,0%,64%,67%)
(0.45/0.00/0.64/0.67)	

CMYK percentages

%44.58
%0
%63.86
%67.45

Codes

Color #2E531E in popluar color models

2E531E
RGB468330
HSL102°46.90%22.16%
HSB/HSV102°63.86%32.55%
CMYK44.58%0.00%63.86%
67.45%

Color #2E531E in popluar number systems.

HEX2E531E
Decimal468330
Binary101110101001111110
Octal5612336

Shades and tints

Shades of #2E531E

#2E531E
(46,83,30)
#2A4C1C
(42,76,28)
#26451A
(38,69,26)
#223E18
(34,62,24)
#1E3716
(30,55,22)
#1A3014
(26,48,20)
#162912
(22,41,18)
#122210
(18,34,16)
#0E1B0E
(14,27,14)
#0A140C
(10,20,12)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #2E531E

#2E531E
(46,83,30)
#416232
(65,98,50)
#547146
(84,113,70)
#67805A
(103,128,90)
#7A8F6E
(122,143,110)
#8D9E82
(141,158,130)
#A0AD96
(160,173,150)
#B3BCAA
(179,188,170)
#C6CBBE
(198,203,190)
#D9DAD2
(217,218,210)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E531E; }

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

This text font color is #2E531E.


Background Color

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

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

This div background color is #2E531E.


Border color

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

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

This div border color is #2E531E.


Opacity

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

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

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

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

This text has shadow with #2E531E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E531E on black background.


Color preview on white background

This text has color #2E531E on white background.



Black color preview on #2E531E background

This text has black color on #2E531E background.


White color preview on #2E531E background

This text has white color on #2E531E background.