COLOR #2E5523

HEX: #2E5523 RGB: (46,85,35)

Color info

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

RGB color model

#2E5523 color RGB value is (46,85,35).

RGB: (46,85,35) (18%, 33%, 14%)

RGB channels and saturation

R 46 of 255 = 18%
G 85 of 255 = 33%
B 35 of 255 = 14%

46
85
35

R + G + B ~ 22%. #2E5523 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 85 + 35 = 166 (100%)
R 46 of 166 ~ 27.71%
G 85 of 166 ~ 51.2%
B 35 of 166 ~ 21.08'%

%27.71
%51.2
%21.08

CMYK color model

#2E5523 color CMYK value is (46,0,59,67).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 66.67%

CMYK: (46,0,59,67)
C46M0Y59K67 (46%, 0%, 59%, 67%)
(0.46 / 0.00 / 0.59 / 0.67)

CMYK percentages

%45.88
%0
%58.82
%66.67

Codes

Color #2E5523 in popluar color models

2E 55 23
RGB 46 85 35
HSL 107° 41.67% 23.53%
HSB/HSV 107° 58.82% 33.33%
CMYK 45.88% 0.00% 58.82%
66.67%

Color #2E5523 in popluar number systems.

HEX 2E 55 23
Decimal 46 85 35
Binary 101110 1010101 100011
Octal 56 125 43

Shades and tints

Shades of #2E5523

#2E5523
(46,85,35)
#2A4E20
(42,78,32)
#26471D
(38,71,29)
#22401A
(34,64,26)
#1E3917
(30,57,23)
#1A3214
(26,50,20)
#162B11
(22,43,17)
#12240E
(18,36,14)
#0E1D0B
(14,29,11)
#0A1608
(10,22,8)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #2E5523

#2E5523
(46,85,35)
#416437
(65,100,55)
#54734B
(84,115,75)
#67825F
(103,130,95)
#7A9173
(122,145,115)
#8DA087
(141,160,135)
#A0AF9B
(160,175,155)
#B3BEAF
(179,190,175)
#C6CDC3
(198,205,195)
#D9DCD7
(217,220,215)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5523; }

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

This text font color is #2E5523.

Background Color

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

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

This div background color is #2E5523.

Border color

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

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

This div border color is #2E5523.

Opacity

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

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

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

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

This text has shadow with #2E5523 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5523.

Preview

Color preview on black background

This text has color #2E5523 on black background.


Color preview on white background

This text has color #2E5523 on white background.


Black color preview on #2E5523 background

This text has black color on #2E5523 background.


White color preview on #2E5523 background

This text has white color on #2E5523 background.


Related colors

Complementary color

Complementary color for #hex is #D1AADC.


I love getcolorcode.com

Triadic colors

1 #232E55 and #55232E with #2E5523 are triadic colors.

2 #23552E and #552E23 with #2E5523 are triadic colors.