COLOR #2E6049

HEX: #2E6049
RGB: (46,96,73)

Color info

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

RGB color model

#2E6049 color RGB value is (46,96,73).

  • red value is 46;
  • green value is 96;
  • blue value is 73.
RGB:
(46,96,73)
(18%,38%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 96 of 255 = 38%
B 73 of 255 = 29%

46
96
73

R + G + B ~ 28%. #2E6049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 96 + 73 = 215 (100%)
R 46 of 215 ~ 21.4%
G 96 of 215 ~ 44.65%
B 73 of 215 ~ 33.95%

%21.4
%44.65
%33.95

CMYK color model

#2E6049 color CMYK value is (52,0,24,62).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK:
(52,0,24,62)
C52M0Y24K62 
(52%,0%,24%,62%)
(0.52/0.00/0.24/0.62)	

CMYK percentages

%52.08
%0
%23.96
%62.35

Codes

Color #2E6049 in popluar color models

2E6049
RGB469673
HSL152°35.21%27.84%
HSB/HSV152°52.08%37.65%
CMYK52.08%0.00%23.96%
62.35%

Color #2E6049 in popluar number systems.

HEX2E6049
Decimal469673
Binary10111011000001001001
Octal56140111

Shades and tints

Shades of #2E6049

#2E6049
(46,96,73)
#2A5843
(42,88,67)
#26503D
(38,80,61)
#224837
(34,72,55)
#1E4031
(30,64,49)
#1A382B
(26,56,43)
#163025
(22,48,37)
#12281F
(18,40,31)
#0E2019
(14,32,25)
#0A1813
(10,24,19)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #2E6049

#2E6049
(46,96,73)
#416E59
(65,110,89)
#547C69
(84,124,105)
#678A79
(103,138,121)
#7A9889
(122,152,137)
#8DA699
(141,166,153)
#A0B4A9
(160,180,169)
#B3C2B9
(179,194,185)
#C6D0C9
(198,208,201)
#D9DED9
(217,222,217)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6049; }

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

This text font color is #2E6049.


Background Color

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

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

This div background color is #2E6049.


Border color

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

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

This div border color is #2E6049.


Opacity

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

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

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

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

This text has shadow with #2E6049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6049 on black background.


Color preview on white background

This text has color #2E6049 on white background.



Black color preview on #2E6049 background

This text has black color on #2E6049 background.


White color preview on #2E6049 background

This text has white color on #2E6049 background.