COLOR #2E5831

HEX: #2E5831 RGB: (46,88,49)

Color info

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

RGB color model

#2E5831 color RGB value is (46,88,49).

RGB: (46,88,49) (18%, 35%, 19%)

RGB channels and saturation

R 46 of 255 = 18%
G 88 of 255 = 35%
B 49 of 255 = 19%

46
88
49

R + G + B ~ 24%. #2E5831 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 88 + 49 = 183 (100%)
R 46 of 183 ~ 25.14%
G 88 of 183 ~ 48.09%
B 49 of 183 ~ 26.78'%

%25.14
%48.09
%26.78

CMYK color model

#2E5831 color CMYK value is (48,0,44,65).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 44.32%
  • key color value is 65.49%

CMYK: (48,0,44,65)
C48M0Y44K65 (48%, 0%, 44%, 65%)
(0.48 / 0.00 / 0.44 / 0.65)

CMYK percentages

%47.73
%0
%44.32
%65.49

Codes

Color #2E5831 in popluar color models

2E 58 31
RGB 46 88 49
HSL 124° 31.34% 26.27%
HSB/HSV 124° 47.73% 34.51%
CMYK 47.73% 0.00% 44.32%
65.49%

Color #2E5831 in popluar number systems.

HEX 2E 58 31
Decimal 46 88 49
Binary 101110 1011000 110001
Octal 56 130 61

Shades and tints

Shades of #2E5831

#2E5831
(46,88,49)
#2A502D
(42,80,45)
#264829
(38,72,41)
#224025
(34,64,37)
#1E3821
(30,56,33)
#1A301D
(26,48,29)
#162819
(22,40,25)
#122015
(18,32,21)
#0E1811
(14,24,17)
#0A100D
(10,16,13)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E5831

#2E5831
(46,88,49)
#416743
(65,103,67)
#547655
(84,118,85)
#678567
(103,133,103)
#7A9479
(122,148,121)
#8DA38B
(141,163,139)
#A0B29D
(160,178,157)
#B3C1AF
(179,193,175)
#C6D0C1
(198,208,193)
#D9DFD3
(217,223,211)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5831 color. Also use rgb(46,88,49) instead hex code.

Text Font Color

.myTextColor { color: #2E5831; }

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

This text font color is #2E5831.

Background Color

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

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

This div background color is #2E5831.

Border color

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

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

This div border color is #2E5831.

Opacity

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

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

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

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

This text has shadow with #2E5831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5831.

Preview

Color preview on black background

This text has color #2E5831 on black background.


Color preview on white background

This text has color #2E5831 on white background.


Black color preview on #2E5831 background

This text has black color on #2E5831 background.


White color preview on #2E5831 background

This text has white color on #2E5831 background.


Related colors

Complementary color

Complementary color for #hex is #D1A7CE.


I love getcolorcode.com

Triadic colors

1 #312E58 and #58312E with #2E5831 are triadic colors.

2 #31582E and #582E31 with #2E5831 are triadic colors.