COLOR #2E4125

HEX: #2E4125
RGB: (46,65,37)

Color info

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

RGB color model

#2E4125 color RGB value is (46,65,37).

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

RGB channels and saturation

R 46 of 255 = 18%
G 65 of 255 = 25%
B 37 of 255 = 15%

46
65
37

R + G + B ~ 19%. #2E4125 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 65 + 37 = 148 (100%)
R 46 of 148 ~ 31.08%
G 65 of 148 ~ 43.92%
B 37 of 148 ~ 25%

%31.08
%43.92
%25

CMYK color model

#2E4125 color CMYK value is (29,0,43,75).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 74.51%
CMYK:
(29,0,43,75)
C29M0Y43K75 
(29%,0%,43%,75%)
(0.29/0.00/0.43/0.75)	

CMYK percentages

%29.23
%0
%43.08
%74.51

Codes

Color #2E4125 in popluar color models

2E4125
RGB466537
HSL101°27.45%20.00%
HSB/HSV101°43.08%25.49%
CMYK29.23%0.00%43.08%
74.51%

Color #2E4125 in popluar number systems.

HEX2E4125
Decimal466537
Binary1011101000001100101
Octal5610145

Shades and tints

Shades of #2E4125

#2E4125
(46,65,37)
#2A3C22
(42,60,34)
#26371F
(38,55,31)
#22321C
(34,50,28)
#1E2D19
(30,45,25)
#1A2816
(26,40,22)
#162313
(22,35,19)
#121E10
(18,30,16)
#0E190D
(14,25,13)
#0A140A
(10,20,10)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #2E4125

#2E4125
(46,65,37)
#415238
(65,82,56)
#54634B
(84,99,75)
#67745E
(103,116,94)
#7A8571
(122,133,113)
#8D9684
(141,150,132)
#A0A797
(160,167,151)
#B3B8AA
(179,184,170)
#C6C9BD
(198,201,189)
#D9DAD0
(217,218,208)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4125; }

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

This text font color is #2E4125.


Background Color

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

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

This div background color is #2E4125.


Border color

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

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

This div border color is #2E4125.


Opacity

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

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

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

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

This text has shadow with #2E4125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4125 on black background.


Color preview on white background

This text has color #2E4125 on white background.



Black color preview on #2E4125 background

This text has black color on #2E4125 background.


White color preview on #2E4125 background

This text has white color on #2E4125 background.