COLOR #2E4225

HEX: #2E4225
RGB: (46,66,37)

Color info

#2E4225 contains red, green and blue colors in about the same proportion. Web safe color of #2E4225 is #333333 (or #333).

RGB color model

#2E4225 color RGB value is (46,66,37).

  • red value is 46;
  • green value is 66;
  • blue value is 37.
RGB:
(46,66,37)
(18%,26%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 37 of 255 = 15%

46
66
37

R + G + B ~ 20%. #2E4225 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 66 + 37 = 149 (100%)
R 46 of 149 ~ 30.87%
G 66 of 149 ~ 44.3%
B 37 of 149 ~ 24.83%

%30.87
%44.3
%24.83

CMYK color model

#2E4225 color CMYK value is (30,0,44,74).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 43.94%
  • key color value is 74.12%
CMYK:
(30,0,44,74)
C30M0Y44K74 
(30%,0%,44%,74%)
(0.30/0.00/0.44/0.74)	

CMYK percentages

%30.3
%0
%43.94
%74.12

Codes

Color #2E4225 in popluar color models

2E4225
RGB466637
HSL101°28.16%20.20%
HSB/HSV101°43.94%25.88%
CMYK30.30%0.00%43.94%
74.12%

Color #2E4225 in popluar number systems.

HEX2E4225
Decimal466637
Binary1011101000010100101
Octal5610245

Shades and tints

Shades of #2E4225

#2E4225
(46,66,37)
#2A3C22
(42,60,34)
#26361F
(38,54,31)
#22301C
(34,48,28)
#1E2A19
(30,42,25)
#1A2416
(26,36,22)
#161E13
(22,30,19)
#121810
(18,24,16)
#0E120D
(14,18,13)
#0A0C0A
(10,12,10)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #2E4225

#2E4225
(46,66,37)
#415338
(65,83,56)
#54644B
(84,100,75)
#67755E
(103,117,94)
#7A8671
(122,134,113)
#8D9784
(141,151,132)
#A0A897
(160,168,151)
#B3B9AA
(179,185,170)
#C6CABD
(198,202,189)
#D9DBD0
(217,219,208)
#ECECE3
(236,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4225 color. Also use rgb(46,66,37) instead hex code.

Text Font Color

.myTextColor { color: #2E4225; }

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

This text font color is #2E4225.


Background Color

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

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

This div background color is #2E4225.


Border color

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

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

This div border color is #2E4225.


Opacity

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

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

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

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

This text has shadow with #2E4225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4225 on black background.


Color preview on white background

This text has color #2E4225 on white background.



Black color preview on #2E4225 background

This text has black color on #2E4225 background.


White color preview on #2E4225 background

This text has white color on #2E4225 background.