COLOR #2E6649

HEX: #2E6649 RGB: (46,102,73)

Color info

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

RGB color model

#2E6649 color RGB value is (46,102,73).

RGB: (46,102,73) (18%, 40%, 29%)

RGB channels and saturation

R 46 of 255 = 18%
G 102 of 255 = 40%
B 73 of 255 = 29%

46
102
73

R + G + B ~ 29%. #2E6649 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 102 + 73 = 221 (100%)
R 46 of 221 ~ 20.81%
G 102 of 221 ~ 46.15%
B 73 of 221 ~ 33.03'%

%20.81
%46.15
%33.03

CMYK color model

#2E6649 color CMYK value is (55,0,28,60).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 60.00%
CMYK: (55,0,28,60) C55M0Y28K60 (55%,0%,28%,60%) (0.55/0.00/0.28/0.60) 

CMYK percentages

%54.9
%0
%28.43
%60

Codes

Color #2E6649 in popluar color models

2E 66 49
RGB 46 102 73
HSL 149° 37.84% 29.02%
HSB/HSV 149° 54.90% 40.00%
CMYK 54.90% 0.00% 28.43%
60.00%

Color #2E6649 in popluar number systems.

HEX 2E 66 49
Decimal 46 102 73
Binary 101110 1100110 1001001
Octal 56 146 111

Shades and tints

Shades of #2E6649

#2E6649
(46,102,73)
#2A5D43
(42,93,67)
#26543D
(38,84,61)
#224B37
(34,75,55)
#1E4231
(30,66,49)
#1A392B
(26,57,43)
#163025
(22,48,37)
#12271F
(18,39,31)
#0E1E19
(14,30,25)
#0A1513
(10,21,19)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #2E6649

#2E6649
(46,102,73)
#417359
(65,115,89)
#548069
(84,128,105)
#678D79
(103,141,121)
#7A9A89
(122,154,137)
#8DA799
(141,167,153)
#A0B4A9
(160,180,169)
#B3C1B9
(179,193,185)
#C6CEC9
(198,206,201)
#D9DBD9
(217,219,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6649 color. Also use rgb(46,102,73) instead hex code.

Text Font Color

.myTextColor { color: #2E6649; }

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

This text font color is #2E6649.

Background Color

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

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

This div background color is #2E6649.

Border color

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

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

This div border color is #2E6649.

Opacity

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

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

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

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

This text has shadow with #2E6649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6649.

Preview

Color preview on black background

This text has color #2E6649 on black background.


Color preview on white background

This text has color #2E6649 on white background.


Black color preview on #2E6649 background

This text has black color on #2E6649 background.


White color preview on #2E6649 background

This text has white color on #2E6649 background.


Related colors

Complementary color

Complementary color for #hex is #D199B6.


I love getcolorcode.com

Triadic colors

1 #492E66 and #66492E with #2E6649 are triadic colors.

2 #49662E and #662E49 with #2E6649 are triadic colors.