COLOR #2E5840

HEX: #2E5840 RGB: (46,88,64)

Color info

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

RGB color model

#2E5840 color RGB value is (46,88,64).

RGB: (46,88,64) (18%, 35%, 25%)

RGB channels and saturation

R 46 of 255 = 18%
G 88 of 255 = 35%
B 64 of 255 = 25%

46
88
64

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

Portions of RGB colors in percentages

R + G + B = 46 + 88 + 64 = 198 (100%)
R 46 of 198 ~ 23.23%
G 88 of 198 ~ 44.44%
B 64 of 198 ~ 32.32'%

%23.23
%44.44
%32.32

CMYK color model

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

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

CMYK: (48,0,27,65)
C48M0Y27K65 (48%, 0%, 27%, 65%)
(0.48 / 0.00 / 0.27 / 0.65)

CMYK percentages

%47.73
%0
%27.27
%65.49

Codes

Color #2E5840 in popluar color models

2E 58 40
RGB 46 88 64
HSL 146° 31.34% 26.27%
HSB/HSV 146° 47.73% 34.51%
CMYK 47.73% 0.00% 27.27%
65.49%

Color #2E5840 in popluar number systems.

HEX 2E 58 40
Decimal 46 88 64
Binary 101110 1011000 1000000
Octal 56 130 100

Shades and tints

Shades of #2E5840

#2E5840
(46,88,64)
#2A503B
(42,80,59)
#264836
(38,72,54)
#224031
(34,64,49)
#1E382C
(30,56,44)
#1A3027
(26,48,39)
#162822
(22,40,34)
#12201D
(18,32,29)
#0E1818
(14,24,24)
#0A1013
(10,16,19)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #2E5840

#2E5840
(46,88,64)
#416751
(65,103,81)
#547662
(84,118,98)
#678573
(103,133,115)
#7A9484
(122,148,132)
#8DA395
(141,163,149)
#A0B2A6
(160,178,166)
#B3C1B7
(179,193,183)
#C6D0C8
(198,208,200)
#D9DFD9
(217,223,217)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5840; }

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

This text font color is #2E5840.

Background Color

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

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

This div background color is #2E5840.

Border color

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

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

This div border color is #2E5840.

Opacity

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

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

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

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

This text has shadow with #2E5840 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5840.

Preview

Color preview on black background

This text has color #2E5840 on black background.


Color preview on white background

This text has color #2E5840 on white background.


Black color preview on #2E5840 background

This text has black color on #2E5840 background.


White color preview on #2E5840 background

This text has white color on #2E5840 background.


Related colors

Complementary color

Complementary color for #hex is #D1A7BF.


I love getcolorcode.com

Triadic colors

1 #402E58 and #58402E with #2E5840 are triadic colors.

2 #40582E and #582E40 with #2E5840 are triadic colors.