COLOR #2E5941

HEX: #2E5941 RGB: (46,89,65)

Color info

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

RGB color model

#2E5941 color RGB value is (46,89,65).

RGB: (46,89,65) (18%, 35%, 25%)

RGB channels and saturation

R 46 of 255 = 18%
G 89 of 255 = 35%
B 65 of 255 = 25%

46
89
65

R + G + B ~ 26%. #2E5941 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 89 + 65 = 200 (100%)
R 46 of 200 ~ 23%
G 89 of 200 ~ 44.5%
B 65 of 200 ~ 32.5'%

%23
%44.5
%32.5

CMYK color model

#2E5941 color CMYK value is (48,0,27,65).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 65.10%
CMYK: (48,0,27,65) C48M0Y27K65 (48%,0%,27%,65%) (0.48/0.00/0.27/0.65) 

CMYK percentages

%48.31
%0
%26.97
%65.1

Codes

Color #2E5941 in popluar color models

2E 59 41
RGB 46 89 65
HSL 147° 31.85% 26.47%
HSB/HSV 147° 48.31% 34.90%
CMYK 48.31% 0.00% 26.97%
65.10%

Color #2E5941 in popluar number systems.

HEX 2E 59 41
Decimal 46 89 65
Binary 101110 1011001 1000001
Octal 56 131 101

Shades and tints

Shades of #2E5941

#2E5941
(46,89,65)
#2A513C
(42,81,60)
#264937
(38,73,55)
#224132
(34,65,50)
#1E392D
(30,57,45)
#1A3128
(26,49,40)
#162923
(22,41,35)
#12211E
(18,33,30)
#0E1919
(14,25,25)
#0A1114
(10,17,20)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #2E5941

#2E5941
(46,89,65)
#416852
(65,104,82)
#547763
(84,119,99)
#678674
(103,134,116)
#7A9585
(122,149,133)
#8DA496
(141,164,150)
#A0B3A7
(160,179,167)
#B3C2B8
(179,194,184)
#C6D1C9
(198,209,201)
#D9E0DA
(217,224,218)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5941; }

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

This text font color is #2E5941.

Background Color

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

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

This div background color is #2E5941.

Border color

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

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

This div border color is #2E5941.

Opacity

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

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

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

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

This text has shadow with #2E5941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5941.

Preview

Color preview on black background

This text has color #2E5941 on black background.


Color preview on white background

This text has color #2E5941 on white background.


Black color preview on #2E5941 background

This text has black color on #2E5941 background.


White color preview on #2E5941 background

This text has white color on #2E5941 background.


Related colors

Complementary color

Complementary color for #hex is #D1A6BE.


I love getcolorcode.com

Triadic colors

1 #412E59 and #59412E with #2E5941 are triadic colors.

2 #41592E and #592E41 with #2E5941 are triadic colors.