COLOR #2E4F25

HEX: #2E4F25
RGB: (46,79,37)

Color info

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

RGB color model

#2E4F25 color RGB value is (46,79,37).

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

RGB channels and saturation

R 46 of 255 = 18%
G 79 of 255 = 31%
B 37 of 255 = 15%

46
79
37

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

Portions of RGB colors in percentages

R + G + B =
46 + 79 + 37 = 162 (100%)
R 46 of 162 ~ 28.4%
G 79 of 162 ~ 48.77%
B 37 of 162 ~ 22.84%

%28.4
%48.77
%22.84

CMYK color model

#2E4F25 color CMYK value is (42,0,53,69).

  • cyan value is 41.77%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 69.02%
CMYK:
(42,0,53,69)
C42M0Y53K69 
(42%,0%,53%,69%)
(0.42/0.00/0.53/0.69)	

CMYK percentages

%41.77
%0
%53.16
%69.02

Codes

Color #2E4F25 in popluar color models

2E4F25
RGB467937
HSL107°36.21%22.75%
HSB/HSV107°53.16%30.98%
CMYK41.77%0.00%53.16%
69.02%

Color #2E4F25 in popluar number systems.

HEX2E4F25
Decimal467937
Binary1011101001111100101
Octal5611745

Shades and tints

Shades of #2E4F25

#2E4F25
(46,79,37)
#2A4822
(42,72,34)
#26411F
(38,65,31)
#223A1C
(34,58,28)
#1E3319
(30,51,25)
#1A2C16
(26,44,22)
#162513
(22,37,19)
#121E10
(18,30,16)
#0E170D
(14,23,13)
#0A100A
(10,16,10)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #2E4F25

#2E4F25
(46,79,37)
#415F38
(65,95,56)
#546F4B
(84,111,75)
#677F5E
(103,127,94)
#7A8F71
(122,143,113)
#8D9F84
(141,159,132)
#A0AF97
(160,175,151)
#B3BFAA
(179,191,170)
#C6CFBD
(198,207,189)
#D9DFD0
(217,223,208)
#ECEFE3
(236,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4F25; }

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

This text font color is #2E4F25.


Background Color

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

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

This div background color is #2E4F25.


Border color

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

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

This div border color is #2E4F25.


Opacity

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

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

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

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

This text has shadow with #2E4F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4F25 on black background.


Color preview on white background

This text has color #2E4F25 on white background.



Black color preview on #2E4F25 background

This text has black color on #2E4F25 background.


White color preview on #2E4F25 background

This text has white color on #2E4F25 background.