COLOR #2E4523

HEX: #2E4523
RGB: (46,69,35)

Color info

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

RGB color model

#2E4523 color RGB value is (46,69,35).

  • red value is 46;
  • green value is 69;
  • blue value is 35.
RGB:
(46,69,35)
(18%,27%,14%)

RGB channels and saturation

R 46 of 255 = 18%
G 69 of 255 = 27%
B 35 of 255 = 14%

46
69
35

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

Portions of RGB colors in percentages

R + G + B =
46 + 69 + 35 = 150 (100%)
R 46 of 150 ~ 30.67%
G 69 of 150 ~ 46%
B 35 of 150 ~ 23.33%

%30.67
%46
%23.33

CMYK color model

#2E4523 color CMYK value is (33,0,49,73).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 49.28%
  • key color value is 72.94%
CMYK:
(33,0,49,73)
C33M0Y49K73 
(33%,0%,49%,73%)
(0.33/0.00/0.49/0.73)	

CMYK percentages

%33.33
%0
%49.28
%72.94

Codes

Color #2E4523 in popluar color models

2E4523
RGB466935
HSL101°32.69%20.39%
HSB/HSV101°49.28%27.06%
CMYK33.33%0.00%49.28%
72.94%

Color #2E4523 in popluar number systems.

HEX2E4523
Decimal466935
Binary1011101000101100011
Octal5610543

Shades and tints

Shades of #2E4523

#2E4523
(46,69,35)
#2A3F20
(42,63,32)
#26391D
(38,57,29)
#22331A
(34,51,26)
#1E2D17
(30,45,23)
#1A2714
(26,39,20)
#162111
(22,33,17)
#121B0E
(18,27,14)
#0E150B
(14,21,11)
#0A0F08
(10,15,8)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #2E4523

#2E4523
(46,69,35)
#415537
(65,85,55)
#54654B
(84,101,75)
#67755F
(103,117,95)
#7A8573
(122,133,115)
#8D9587
(141,149,135)
#A0A59B
(160,165,155)
#B3B5AF
(179,181,175)
#C6C5C3
(198,197,195)
#D9D5D7
(217,213,215)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4523 color. Also use rgb(46,69,35) instead hex code.

Text Font Color

.myTextColor { color: #2E4523; }

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

This text font color is #2E4523.


Background Color

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

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

This div background color is #2E4523.


Border color

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

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

This div border color is #2E4523.


Opacity

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

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

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

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

This text has shadow with #2E4523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4523 on black background.


Color preview on white background

This text has color #2E4523 on white background.



Black color preview on #2E4523 background

This text has black color on #2E4523 background.


White color preview on #2E4523 background

This text has white color on #2E4523 background.